Hi all,
I am working on a batchjob class. There is a table named InventoryAdjustments. This table is used to get sales orders and then return orders are created out of those sales orders. There is a counter which adds every time job is run. Every time the batch job is run, the counter value increments to 1.
I do not know from where and how the data is being inserted into this table. It does not show my newly created sales orders automatically, so it means the data is being inserted on some conditions. How can I find it ?
Do you want any other other information ?