RetailPackageLines::find Method
Finds the specified record in the RetailPackageLines table.
Syntax
client server public static RetailPackageLines find(
RetailPackageId _packageId,
ItemId _itemId,
InventDimId _inventDimId,
[boolean _forUpdate])
Run On
Called
Parameters
- _packageId
Type: RetailPackageId Extended Data Type
The ID number of the package.
- _itemId
Type: ItemId Extended Data Type
The ID number of the item.
- _inventDimId
Type: InventDimId Extended Data Type
The ID number of the dimensions for the item.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailPackageLines Table
A record in the RetailPackageLines table; otherwise, an empty record.