PmfBulkItemConv::find Method
Finds a conversion record from a packed item to a bulk item.
Syntax
client server public static PmfBulkItemConv find(
PmfPackItemId _packedItemId,
PmfBulkItemId _bulkItemId,
[boolean _forUpdate])
Run On
Called
Parameters
- _packedItemId
Type: PmfPackItemId Extended Data Type
The ItemId for the packed item.
- _bulkItemId
Type: PmfBulkItemId Extended Data Type
The ItemId for the bulk item.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.
Return Value
Type: PmfBulkItemConv Table
The conversion record.