RE: Finding table name and field for warehouse on SO header or lines in databse log
Hi Chourouk,
In the Sales Table, the warehouse field name is actually <InventLocationID>. You can validate in the table itself if you have the table viewer extension for Google.
In the SalesLine table, you have to look for teh field <InventDimID>. There is a unique InventDim value for a specific combination of all inventory dimensions (Product, Storage and Tracing). Any changes in one of these will cause the InventDim to be changed.
Kind regards,
Danny