InventDimGroupSetup::combineInventDimParms Method [AX 2012]
Combines information from a product dimension group, a storage dimension group and a tracking dimension group.
Syntax
client server private static InventDimParm combineInventDimParms(
InventDimParm _inventDimParmProduct,
InventDimParm _inventDimParmStorage,
InventDimParm _inventDimParmTracking)
Run On
Called
Parameters
- _inventDimParmProduct
Type: InventDimParm Table
The information related to the product dimension group.
- _inventDimParmStorage
Type: InventDimParm Table
The information related to the storage dimension group.
- _inventDimParmTracking
Type: InventDimParm Table
The information related to the tracking dimension group.
Return Value
Type: InventDimParm Table
An InventDimParm table buffer that contains the combined information.