ProjInvoiceJourPrint::findFromProjInvoiceJour Method
Finds a ProjInvoiceJourPrint record by the project invoice ID and date.
Syntax
client server public static ProjInvoiceJourPrint findFromProjInvoiceJour(
ProjInvoiceId _projInvoiceId,
TransDate _invoiceDate,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _projInvoiceId
Type: ProjInvoiceId Extended Data Type
The ID of the ProjInvoiceJour record.
- _invoiceDate
Type: TransDate Extended Data Type
The date of the ProjInvoiceJour record.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when it reads the record; optional.
Return Value
Type: ProjInvoiceJourPrint Table
A ProjInvoiceJourPrint record.