CustBillingCode::validateBillingcode Method
Validates that the billing code value exists in the CustBillingCode table.
Syntax
client server public static boolean validateBillingcode(BillingCode _billingCode)
Run On
Called
Parameters
- _billingCode
Type: BillingCode Extended Data Type
A billing code to find.
Return Value
Type: boolean
true if the record exists; otherwise, false.
Remarks
This method displays an error message when the specified record does not exist in the CustBillingCode table.