VendInvoicePackingSlipQuantityMatch::find Method
Finds the VendInvoicePackingSlipQuantityMatch record for the specified InvoiceSourceDocumentLine , PackingSlipSourceDocumentLine table.
Syntax
client server public static VendInvoicePackingSlipQuantityMatch find(
SourceDocumentLineRecId _invoiceSourceDocumentLine,
SourceDocumentLineRecId _packingSlipSourceDocumentLine,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _invoiceSourceDocumentLine
Type: SourceDocumentLineRecId Extended Data Type
The InvoiceSourceDocumentLine value to check.
- _packingSlipSourceDocumentLine
Type: SourceDocumentLineRecId Extended Data Type
The PackingSlipSourceDocumentLine value to check.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to select the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: VendInvoicePackingSlipQuantityMatch Table
A single VendInvoicePackingSlipQuantityMatch table record.
Remarks
If the record does not exist, an empty VendInvoicePackingSlipQuantityMatch table record is returned.