Share via


VendFieldMetadata::exist Method

Checks whether a record for field metadata exists based on the definition of the field.

Syntax

client server public static boolean exist(
    RecId _configProfileRecId, 
    TableId _tableName, 
    FieldId _fieldName)

Run On

Called

Parameters

Return Value

Type: boolean
true if the record exists; otherwise, false.

See Also

Reference

VendFieldMetadata Table