Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.