Nothing to pick when create inventory pick list

whyaskqcnwhyaskqcn Member Posts: 22
Hi,
Need some assistance on this issue.

Initial Scenario.
Item Card - Reserve is Always.
Bin is Mandatory.
Inventory on hand is 10 pcs.
Created a SO with 6 pcs, and then create pick list for it.

Problem Point
Create another SO with 4 pcs. I am unable to create pick list for this order EVEN IF I change the qty to 1 pc.

Analysis
I should have enough stock in inventory. Everything seems in order. Have created other scenarios and seems that problem lies with reservation and pick list entries. I can create picklist IFF the sum of the total qty on SO and picklist is < inventory on hand. I am running on Version 4.

Greatly appreicate your suggestions on how to go about fixing this.

Thanks.

Comments

  • vanrofivanrofi Member Posts: 272
    Hey,


    I experience same problem now.

    Have you been able to solve this?


    Thanks for a quick reply!
  • ara3nara3n Member Posts: 9,256
    look for existing picks and make sure you've selected the bin on sales line.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Alex_ChowAlex_Chow Member Posts: 5,063
    Have you checked whether the items are in the bins for you to pick from?
  • frankmortensenfrankmortensen Member Posts: 42
    Hi

    What do you mean by "I am unable to create pick list for this order..."?
    Do you get an error message when creating a pick for this SO?
    Is this SO no visible in the "Warehouse request list"?
    Or some thing else?

    Did you release the SO in question?
    What is the location setup (require pick/ship) on the location this SO i shipped from? And is the location on the SL set to the correct location?
    :-)

    /Frank
  • Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    Existing picks might reserve the inventory. I also heard there was a bug in it in 3.7, maybe it stayed in 4.0.
  • gulamdastagirgulamdastagir Member Posts: 411
    our client is on NAV 5 sp1 and

    the formula to print the pick slip line for a given Sales Order line is

    variable:=Inventory-("Quantity to Reserve")-Qty on Pick slips+Qty on Reservation entry

    that is variable should be always positive(>0) in order to create a pick slip line

    eg variable:=172-172-20+1+1=>-18
    variable<0 so pick slip line is not created

    but if i unReserve the same item on Other Sales Orders then variable>0 will print the Pick slip line

    My Question is this a NAV feature for picking or a bug :bug: and has it been fixed in 2009? ](*,)
    Regards,

    GD
  • ara3nara3n Member Posts: 9,256
    There is a couple of thing to consider. Pick is created based on warehouse entry table. To see what is available, you can open bin content and you should see for each been "Quantity available".
    When you create a reservation, NAV reserves it agains Item ledger.
    Item Ledger and warehouse entry can get out of sync. Also In warehouse not all bin are pickable bins.
    If you have lot/serial tracked items, the picking engine does try to create the selected lot/serial on the pick.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • gulamdastagirgulamdastagir Member Posts: 411
    Thanks rashed

    but this was an issue with NAV 5.0 and was fixed in SP1 so i was wrong in assuming our client database was on SP1 even though they are using a 5.1 Client.


    It was a big :bug: i think the developer wasa bigger :bug:
    Regards,

    GD
Sign In or Register to comment.