CustCustomField::customFieldExists Method
Indicates whether a specified custom field exists.
Syntax
client server public static boolean customFieldExists(CustomField _customFieldName, RecId _recId)
Run On
Called
Parameters
- _customFieldName
Type: CustomField Extended Data Type
The Custom field to find.
- _recId
Type: RecId Extended Data Type
The unique ID of the record for which custom field name uniqueness must be checked.
Return Value
Type: boolean
true if the custom field exists in the table; otherwise, false.