How to Add Available Qty in PartWhse Table

Hi everyone,
We added a grid table( PartWhse table) in order entry window for our Sales department to see on hand quantities from multiple sites.
Now, they want the available qty to be added on that column which I don’t know how to accomplish.
Can someone give me an idea on how to do it please.
I am thinking of creating a UD field called Available but not really sure if that is the easiest way to do it
Thanks

Hi Chemuel

I’ve not looked at in full but PartWhse has a field called allocatedqty. A calculated field of QOH - allocatedqty may give you want need

Thanks @Matt_Belshaw

Just use an BAQ to get the information and an embeded dashboard (zero custom code needed)

1 Like

Thank you @josecgomez . It worked . For some reason it creates an extra time/lag loading the dashboard definition on the order entry window.

Hi everyone, we tried and added Availableqty_c UD field on the PartWhse Table.
How can I make it in such a way that it will take the difference of OnHand-Picking/AllocatedQty?

Was able to accomplish this through setting the fields and with conditions added.