VendInvoicePackingSlipQuantityMatch::findRecId Method
Finds a VendInvoicePackingSlipQuantityMatch record by using the specified RecId field.
Syntax
client server public static VendInvoicePackingSlipQuantityMatch findRecId(
RecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId 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 record if it exists.
Remarks
If the record does not exist, an empty VendInvoicePackingSlipQuantityMatch record is returned.