RE: On Hand Inventory missing Location value
Hi Mike,
It requires some unsupported manual handlings. There are two options which should be evaluated and tested carefully.
I do hope the Financial inventory option is not enabled on location level.
Option 1: Make a change in the database directly to allow blank values on location level. Perform the posting and revert the settings to again not allow blank values.
Option 2: Also a change via database backend. Change the InventDim value on the transactions, so it would have the same site, warehouse etc, but the correct location. Don't change the values on the InventDim record itself as it then will break everything. You have to find or create the correct InventDimId to be used on transactions. The also run the consistency check for Inventory with the option to repair enabled. This will then rebuild the InventSum table.
Note that both options might require AOS restart after changing records via the SQL server.
Please test carefully and validate future postings on the same item.