I've a query regarding the method ttsNotifyPreCommit of the Application class which gets called when we commit a transaction.
From traces run, I can see that this method call classes InventUpdateOnHandGlobal& InventUpdateOnHand which inserts records into InventSumDeltaDim table and does some On Hand checks based on a condition whether Available inventory for a part is greater than that of it's Reservered Inventory.
What is this On Hand check done for ? Why is the check done only when Inventory is running out ?