I'm customizing the Sales Order Module and I have this requirement that when there is an update happened in inventory like reserve quantity,picked quantity and everything related with the stock quantity I have this another table that needs to update too. So my question is. Is there a specific class that I can put my code so for example I delivered an Item A with a quantity of 1 in my new table I will update Item A and decrease quantity to 1. But when the item is returned the quantity increase to 1.
I'm using AX 2012 R3. Thanks