PdsMRCVendorHistory::find Method
Finds and returns the specified record.
Syntax
client server public static PdsMRCVendorHistory find(
PurchaseOrderId _purchId,
VendAccount _vendor,
ItemId _itemId,
PdsMRCDocumentId _documentId,
[boolean _forUpdate])
Run On
Called
Parameters
- _purchId
Type: PurchaseOrderId Extended Data Type
The PurchId value of the record to search for.
- _vendor
Type: VendAccount Extended Data Type
The VendAccount value of the record to search for.
- _itemId
Type: ItemId Extended Data Type
The ItemId value of the record to search for.
- _documentId
Type: PdsMRCDocumentId Extended Data Type
The MRCDocuemntId value of the record to search for.
- _forUpdate
Type: boolean
A Boolean value that determines whether to select the record for update.
Return Value
Type: PdsMRCVendorHistory Table
The specified record.