Compartir a través de


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

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.

See Also

Reference

CustBillingCode Table