CustInvoiceJour_Officials::findByCustInvoiceJour Method
Finds the CustInvoiceJour_Offitials table by the using the record ID that is provided for the CustInvoiceJour table.
Syntax
client server public static CustInvoiceJour_Officials 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 indicates whether to select the record for update; optional.
Return Value
Type: CustInvoiceJour_Officials Table
A CustInvoiceJour_RU table buffer.