I need to update a custom table when updates happened on InventSum table.
I also need to insert new field in InventSum and the data will come from InventTrans. Is that possible? I tried adding it and setting the value of the new field in InventSum Method initFromInventTrans but the new field keeps getting blank value. I tried recompiling and restarting AOS but nothing change.
For you to pictured it out. This is what I'm planning to make. Some item on my inventory has parent Item. So meaning you can attach many items in one single item. You can also attach item that is already attached on the other item.
The above module has already been done and everything is made separately from the original released product module. And we are now able to use all the items in transaction like Sales Order.
But what we are trying to achieve is to also monitor the inventory of the Item that has parentItem.
And what I'm thinking is to add ParentItem field on the InventSum.
Eg.
ItemId ParentItem
Item A Item C
Item B Item C
Item B Item D
Do you think this is a good idea? Do you have any suggestion about this?
Thanks
I'm using AX2012 R3.
*This post is locked for comments
I have the same question (0)