CustInvoiceJour_FR::findByCustInvoiceJour Method
Searches for the specified record in the CustInvoiceJour_FR table.
Syntax
client server public static CustInvoiceJour_FR findByCustInvoiceJour(RecId _custInvoiceJourRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _custInvoiceJourRecId
Type: RecId Extended Data Type
The record identifier (ID) for the customer invoice journal record you want to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record will be read for updating; optional.
Return Value
Type: CustInvoiceJour_FR Table
Either a record from the CustInvoiceJour_FR table or an empty record.