Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a sales invent packing unit.
Syntax
server public static InventPackingUnit findSalesPackingUnitServer(ItemId _itemId, InventDim _inventDim)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID for which the packing unit should be found.
- _inventDim
Type: InventDim Table
The InventDimId value for which the packing unit should be found.
Return Value
Type: InventPackingUnit Extended Data Type
An InventPackingUnit object.
Remarks
This method is set to run on the server to reduce RPC calls.