Share via


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

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: ProjInvoiceJourPrint Table
A ProjInvoiceJourPrint record.

See Also

Reference

ProjInvoiceJourPrint Table