so i need to create some kind of mechanism where any new created item on released product by default need to be approved 1st before it can be use for transaction.
what had come in my mind are:
1. using DEFAULT ORDER SETTING > STOPPED for each Purchase/Inventory/Sales. but doing so, it can still be override by user as they also use this function for blocking an unused item.
2. Creating new field somewhere (InventTable for example) to act as approval flag. but doing so, i cant imagine i had to modify all AX form to validate the Approval thing when selecting an item.
so, is there some build in feature available in AX2012 that can work like what i need to, or is there some other way that wont makes me modify all the AX form?
Thanks.