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