Saturday, February 25, 2017

Undersatanding InventDimId and InventTransId

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.



Detail explaination on InventDimId:- http://basicax.blogspot.in/2013/03/ax2012-understanding-inventdimid.html

No comments:

Post a Comment

How to enable the dimension fields based on the Item selected on the form.

[Form] public class KMTShipFromWarehouses extends FormRun {     InventDimCtrl_Frm_EditDimensions        inventDimFormSetup;     /// &l...