We run the Refresh Part Quantities and Allocations as part of the month close process.
This resulted in a doubled OnhandQty in the PartWhse table for the entire inventory.
The last time this happened was in September last year running 2022.1.4.
We are now on 2022.2.9.
This tool is supposed to fix the sync issue, not create it.
Also, doesn’t that process have a “Report Only” option to show you what the changes would be without implementing them?
Kind of hindsight now, but maybe instead of automatically running it on a schedule, schedule it to do the Report Only version, and email the results to someone who can then determine if it should be run to update the system.
I also do not run it wide open. Every morning I print an excel formatted list of results in “report only” mode and then copy and paste those into the filter to then run it in “update” mode.
Interesting. For us this is not a multiple records issue. Rather the tool simply updated the table by doubling the current quantity in PartBin. I suspect this issue happened due to the user running it multiple times.
PartBin qty’s is derived from the sum of all PartTran records for that part. The “Refresh Part Qty…” process runs by doing a summary of parttran records.
I would run the process again, in Report Only mode. Maybe just a handful of parts as a test. See if it thinks everything is okay.
Then use Part Tran History for the part and export the data (make sure to include Whse and Bin columns). Then summarize that data for a specific Whse and Bin. You’ll probably first need to apply a “direction factor” based on the trantype, as the Tran Qty sign is dependent on the trantype
I’d think would only be an issue if the second time was started right after the first (and before the first finished)