We have an installation which 6 or 7 years old (that much data). On random check on Item Ledger Entry table, we find few items Sum of Quantity and Sum of Remaining Quantity per location DO NOT match.
I am asked to find a list of mismatched transactions. I know the list of items to check and the location.
How can I run a trace (which transaction applied to which?) inventory movement of an item?
TIA
"A bove maiore discit arare minor"-"From the old ox, the young one learns to plow."
0
Comments
and non for Qty - 0 and Open=TRUE
Is it safe to make it 0 for the first case ?
Strangely, these three items are were not in the list of items with SUM(Quantity) and SUM(Remaining Qty) not matching list. Now, i am confused and desperately need a way to find what has gone wrong?
Will Item Application Entry table be of an help here?
If you used the CALCSUMS funtion of NAV try to calculate the sum by using an SQL statement or a simple REPEAT ... UNTIL NEXT loop.
If you get different results via CALCSUMS and one of the other methods there is a problem with the SIFT index and you'll have to recreate the keys (and correct the data manually).
http://www.sist.biz/en/ [en] | http://www.sist.biz [de]