We are exporting tables from dynamics 365 using synapse link to external database
We have build a query to fetch onhand details using inventsum table and we see difference in the qty against the front end screen (inventavailabilityProvider is used to get the values on the inventonhand form.) for warehouse enabled items.
what is the table or entity that can be used to get correct onhand qty informations.
Yes, we have reviewed those views, but we use inventory batch and WMS locations, while those views mainly rely on site and warehouse. We're unsure whether we can depend on the WHSInventReserve table for on-hand information for items with warehouse enabled.
I had a similar requirement from my client and noticed the following:
When I check on-hand list and inspect the form information I can see the form InventOnHandItem which looks pulling from multiple tables:
Although, I have found that the best tables to export are InventorySiteOnHandV2 or InventWarehouseOnHandV2 depending if you want to look site specific or warehouse specific.
Please let me know if this works for your business case.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.