InventDim.initFromInventLocationAndDefault Method
Initializes the current InventDim record based on an InventLocation record and an item ID.
Syntax
public void initFromInventLocationAndDefault(
InventLocation _inventLocation,
ItemId _itemId,
InventDirection _inventDirection,
InventDimParm _inventDimParm)
Run On
Called
Parameters
- _inventLocation
Type: InventLocation Table
A record in the inventLocation table.
- _itemId
Type: ItemId Extended Data Type
A string that holds the item ID.
- _inventDirection
Type: InventDirection Enumeration
An enumeration value that determines whether this relates to an issue or a receipt.
- _inventDimParm
Type: InventDimParm Table
A record in the inventDimParm table that determines which of the inventDim fields to initialize.