In the Item Availability By location Page , It display all the location even with Zero On Hand , How to Filter that to Shows locations which has On hand Qty >0 ?
*This post is locked for comments
You need to customize, it is not possible in standard NAV. Added a new function in the 515 Page "Item Avail. by Location Lines" called RemoveLocationIfNoAvailability and in that add this line
IF QtyAvailable = 0 THEN
DELETE;
If you want to check other quantities add that to the above condition.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156