CustInvoiceJour_PL::findByCustInvoiceJour Method
Finds the specified record in the CustInvoiceJour_PL table.
Syntax
client server public static CustInvoiceJour_PL findByCustInvoiceJour(RecId _custInvoiceJourRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _custInvoiceJourRecId
Type: RecId Extended Data Type
The reference record ID of the CustInvoiceJour_PL record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CustInvoiceJour_PL Table
A record in the CustInvoiceJour_PL table; otherwise, an empty record.