Posts

Showing posts from March, 2026

Find Fixed Bin and Find Same Item for WMS location

  In Microsoft Dynamics NAV (and Business Central), system uses Put-away Template lines to define the "priority" or search logic the system uses when suggesting where to place items during a warehouse put-away. When the system runs the put-away routine, it processes these lines from top to bottom until it finds a bin that satisfies all the checked criteria on a single row. 1. Find Fixed Bin A Fixed Bin is a bin specifically assigned to a specific Item Number (configured on the Bin Content page with the "Fixed" checkmark). Logic: When this is checked, the system only looks for bins where that item is explicitly "homed." Purpose: This is used to ensure items always go back to their primary picking or storage locations. It helps maintain organization and ensures pickers always know where to find high-velocity items. Result: If no fixed bin for that item has room, the system ignores this line and moves to the next row in your template. 2. Find Same Item This s...