What are the differences between InventDimId and InventTransId?
InventDimId is the unique identification of InventDim table which contains different combination of dimensions.
InventTransId is the representaion of transaction created in InventTrans (Inventor transaction ) table
Thanks
AMIR
InventDimId:It is generated against the unique combination of inventory dimensions(size,color etc.).The unique combination can be found in table InventDim.
InventTransId:It is generated against each transaction of an item and the transaction is saved in table InventTrans.This ID is generated in order to keep track of the item.