PurchComplementaryInvoiceLine::find Method
Retrieves a PurchComplementaryInvoiceLine from a given RecID.
Syntax
client server public static PurchComplementaryInvoiceLine find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
RecID of the desired line.
- _forUpdate
Type: boolean
true if the line are supposed to be updated; false otherwise.
Return Value
Type: PurchComplementaryInvoiceLine Table
Record with the provided RecID.