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