SalesComplementaryInvoiceLine::findRecId Method
Retrieves a record from the SalesComplementaryInvoiceLine table, based on its record ID.
Syntax
client server public static SalesComplementaryInvoiceLine findRecId(RefRecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RefRecId Extended Data Type
The record ID of the desired record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: SalesComplementaryInvoiceLine Table
The record that has the given record ID.