Late Transactions and Stock Count
Hi,
We are on RMS 14.0.2 patch set and I have a question on late transactions for Stock Count. Post units are released, I see if a late transaction comes in for an item & location and if the item & location already exists in stake_sku_loc ,processed ind is 'P'(units are released), UPDATE_SNAPSHOT_SQL does not do anything. On the contrary if the item & location does not exist in stake_sku_loc, the same gets inserted into stake_sku_loc with processed ind as 'N'.
Can someone help me in understanding why should we insert as 'N' and not as 'P' directly?