InventSumDeltaDim.setInventDimRelation Method

Establishes the association to the InventDim table and stores information on whether the associated dimension combination contains values for all active dimensions.

Syntax

public void setInventDimRelation(
    InventDim _inventDim, 
    InventDimGroupSetup _inventDimGroupSetup, 
    InventDimParm _inventDimParm)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    An InventDim buffer containing the dimension combination the current record must establish a relationship to.
  • _inventDimGroupSetup
    Type: InventDimGroupSetup Class
    An instance of the InventDimGroupSetup class that provides information about the dimension setup for the item associated with the current record.
  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm buffer describing for which dimensions the _inventDim parameter contain values.

See Also

Reference

InventSumDeltaDim Table