CustRelatedInvoice::doesInvoiceExist Method
Validates that the invoice record exists in the CustRelatedInvoice table.
Syntax
client server public static boolean doesInvoiceExist(RecId _custInvoiceRecId)
Run On
Called
Parameters
- _custInvoiceRecId
Type: RecId Extended Data Type
The record ID of the free text invoice.
Return Value
Type: boolean
true if the invoice record exists; otherwise, false.