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

  • _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.

See Also

Reference

InventDim Table