Regarding item picking from bin content.

I want to create a sales order, where item have to select in such a type which having different quantity in different bins. After that have to create a warehouse shipment and create pick lines, which should be come this type:-
E.g: If,Quantity of any particular item in bin content is,
bin 1- 20
bin 2- 90
bin 3- 10
Should be come after pick line in warehouse shipment,(if i am selecting total 120 item)
bin 3-10
bin 1-20
bin 2-90 [BECAUSE BY DEFAULT IT SELECT ITEM FROM THAT BIN WHICH HAVING HIGH QUANTITY]
means, i want to pick item first from that bin, which having lesser quantity and so on.
so, Anyone Please help me regarding this.
Thanks in Advance
Mani

Answers

  • MisConsultngMisConsultng Member Posts: 17
    Check out codeunit 7312. You should find different logic to pick from lower quantity bins etc.
Sign In or Register to comment.