Hello everyone,
I am trying to find the best way to pick the items for sales orders in warehousing. I have assigned fixed locations for the items.
Suppose items A exists in 3 locations: LOC-01, LOC-02, LOC-3. All these locations exists in the same warehouse.
- Item A was purchased on 07/06/18, and the put away was created for LOC-2.
- Item A was purchased on 09/06/18, and the put away was created for LOC-3.
- Item A was purchased on 12/06/18, and the put away was created for LOC-1.
My requirement is to pick the items, according to the date. The items which were purchased first should be sold first. (FIFO)
So, in the above scenario, Item A will be picked from LOC-2 first, then LOC-3, then LOC-1.
How to achieve this functionality in AX?