CustInvoiceLine.existCustBillingCode Method
Determines whether the Billing code exists in the CustInvoiceLine table based on invoice.
Syntax
public boolean existCustBillingCode(RefRecId _custInvoiceTableRecId)
Run On
Called
Parameters
- _custInvoiceTableRecId
Type: RefRecId Extended Data Type
A RecId of the CustInvoiceTable table.
Return Value
Type: boolean
true if billing code exist; otherwise false.