CustInvoiceJour_RU::findByCustInvoiceJour Method
Finds the CustInvoiceJour_RU table by using the ReciID value that is provided for the CustInvoiceJour table.
Syntax
client server public static CustInvoiceJour_RU findByCustInvoiceJour(RecId _custInvoiceJourRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _custInvoiceJourRecId
Type: RecId Extended Data Type
The RecId value of the CustInvoiceJour table to search for.
- _forUpdate
Type: boolean
A Boolean value that determines whether to select the record for update; optional.
Return Value
Type: CustInvoiceJour_RU Table
A CustInvoiceJour_RU table buffer.