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
- _configProfileRecId
Type: RecId Extended Data Type
The record ID field of the entry point (EP) configuration profile.
- _tableName
Type: TableId Extended Data Type
The table name of the configured EP field.
- _fieldName
Type: FieldId Extended Data Type
The field name of the configured EP field.
Return Value
Type: boolean
true if the record exists; otherwise, false.