VendInvoiceTrans::findSourceDocumentLine Method
Finds the specified record in the VendInvoiceTrans table by using the specified SourceDocumentLine value.
Syntax
client server public static VendInvoiceTrans findSourceDocumentLine(SourceDocumentLineRecId _sourceDocumentLine, [boolean _forUpdate])
Run On
Called
Parameters
- _sourceDocumentLine
Type: SourceDocumentLineRecId Extended Data Type
The SourceDocumentLine record ID of the VendInvoiceTrans record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: VendInvoiceTrans Table
A record in the VendInvoiceTrans table; otherwise, an empty record.