CustBillingClassificationCode::existBillingClassificationCode Method
Indicates whether the specified BillingCode record is associated with the selected CustBillingClassification record.
Syntax
client server public static boolean existBillingClassificationCode(RefRecId _custBillingClassification, RefRecId _custBillingCode)
Run On
Called
Parameters
- _custBillingClassification
Type: RefRecId Extended Data Type
The record ID of the CustBillingClassification record.
- _custBillingCode
Type: RefRecId Extended Data Type
The record ID of the CustBillingClassificationCode record.
Return Value
Type: boolean
true if the BillingCode value is associated with the CustBillingClassification record; otherwise, false.