Hi everyone,
In the inventory control setup UI the numbering schema for inventory adjustment numbers can be changed affecting the numbers for transaction going forward.
I've been given the task of updating all adjustment document numbers for all past transactions, across different modules, to follow the new inventory adjustment document number schema. For example adjustment ADJ-000069596 becomes something like ADJ-INV-000069596.
Where to begin? I know of a few tables where I've seen the adjustment numbers and have considerable experience as a DBA and could attempt a SQL script to do this. So here's what I'm looking for:
-- what tables are storing inventory adjustment document numbers in inventory, manufacturing (if applicable), Purchasing, Sales, and GL modules.
-- has anyone ever done this? , know of available scripts, 3rd party products (probably safer approach)
-- gotchas?? referential integrity problems from changing the doc number across different tables.
Thanks for any help.
-- Jim