ProjInvoiceJour::exist Method
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.