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 the catch weight quantity on a picking list or output order for the item and the inventdim on the sales line.
Syntax
public PdsCWInventQty pdsCWFindQtyOnPick(ItemId _itemId, InventDim _inventDim)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The ItemId value of the item on the sales line.
- _inventDim
Type: InventDim Table
The InventDim value on the sales line.
Return Value
Type: PdsCWInventQty Extended Data Type
The catch weight quantity.
Remarks
The result is saved in a map for performance reasons.