CustBillingCodeCustomField::isCustomFieldUsed Method
Indicates whether the specified custom field is used in the table.
Syntax
client server public static boolean isCustomFieldUsed(RecId _customFieldId, [RefRecId _custBillingCodeVersionRecId])
Run On
Called
Parameters
- _customFieldId
Type: RecId Extended Data Type
The custom field record ID to find.
- _custBillingCodeVersionRecId
Type: RefRecId Extended Data Type
The custBillingCodeVersion record ID to find.
Return Value
Type: boolean
true if the custom field exists in the table; otherwise, false.