CustBillingCode::isUsedByInvoice Method
Indicates whether the specified CustBillingCode table record is associated with any CustInvoiceLine table records.
Syntax
client server public static boolean isUsedByInvoice(BillingCodeRefRecId _billingCodeRefRecId)
Run On
Called
Parameters
- _billingCodeRefRecId
Type: BillingCodeRefRecId Extended Data Type
A Record ID of a CustBillingCode record.
Return Value
Type: boolean
true if billing code record is associated with the CustInvoiceLine table records; otherwise, false.