Hi All,
I imported Inventory Module settings and Items from an old company to a new company through DTS.
The client then complained that they don't want items in the new companies to have any of the balances inherited from the old company
I then ran the following script to clear out Inventory Items Balances:
UPDATE IV00102
SET QTYONHND =0,QTYSOLD =0,BGNGQTY =0,LSORDQTY =0,LRCPTQTY =0
But this did'nt resolve the issue.Am I missing anything?
Would appreciate if someone can point me in the right direction.
*This post is locked for comments