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.
Returns the invoice journal for the given invoice journal ID and invoice date.
Syntax
client server public static ProjInvoiceJour find(
ProjInvoiceId _projInvoiceId,
TransDate _invoiceDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _projInvoiceId
Type: ProjInvoiceId Extended Data Type
The ID for the invoice journal.
- _invoiceDate
Type: TransDate Extended Data Type
The invoice date.
- _forUpdate
Type: boolean
A Boolean data type that can be set to true if the invoice journal to retrieve will require updating; optional.
Return Value
Type: ProjInvoiceJour Table
A ProjInvoiceJour data type representing the desired project invoice journal.