Share via


ProjInvoiceJour::find Method

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

  • _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.

See Also

Reference

ProjInvoiceJour Table