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.
Determines whether sales order invoices exist for a project invoice journal.
Syntax
client server public static boolean exist(InvoiceId invoiceNum, TransDate invoiceDate)
Run On
Called
Parameters
- invoiceNum
Type: InvoiceId Extended Data Type
The ID of the invoice journal.
- invoiceDate
Type: TransDate Extended Data Type
The date on the invoice journal.
Return Value
Type: boolean
true if sales order invoices exists; otherwise, false.