here’s no standard setting in Business Central to make the Quantity in Item Tracking Lines default to the Qty. to Receive instead of the Outstanding Quantity. However, if this behavior is critical to your workflow, you can achieve it through AL customization.
By modifying the logic in the ItemTrackingLines
page or extending the ItemTrackingManagement
codeunit, you can set the default quantity to match Qty. to Receive
. This ensures more accurate tracking, especially during partial receipts.
No, there’s no standard Business Central setting to make the item tracking line default to Qty. to Receive instead of Outstanding Quantity it will pull from Outstanding Quantity. If you want it to behave differently, the options are: Manually edit the quantity in the Item Tracking Lines to match Qty. to Receive each time or use a customization (small AL modification) to change the default source field from Outstanding Quantity to Qty. to Receive in the item tracking page logic.
Hope this answer will help you!
Jeffrey Bulanadi
3,878
Sohail Ahmed
3,583
Super User 2025 Season 2
Jainam M. Kothari
3,175
Super User 2025 Season 2