automatic reordering of inventory NAV 4.0

linersliners Member Posts: 9
HI;

I am hoping that someone can help me.

I am trying to figure out how to set up automatic reordering (auto purchase order) of inventory items based on item reorder points. I would like the system to automatically alert me.

If anyone knows how to do this I would appreciate help.

Thanks!

Comments

  • ara3nara3n Member Posts: 9,258
    Have you ever run MRP? You need to run it from Requisition worksheet and it will tell you want you need to purchase. You need to setup the items correctly with safety stock.

    You could also just write a simple report that would look at qty on hand and safety stock on item and display the list or create the requisition line and then create PO

    There is no automatic way in Navision to create po.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • linersliners Member Posts: 9
    Thank you for your help. I am already aware of the inventory report.

    I am interested in the system automatically generating a message or an alert informing me of the information without requiring the report to be created.

    Is that possible???

    Thanks.
  • ara3nara3n Member Posts: 9,258
    You can use NAS (Navision application server). Setup job scheduler on it so that it can run reports or codeunits. Then write a codeunit that would look at inventory and create the PO.
    Then schedule the codeunit in job scheduler. Nas will monitor the job scheduler and run the codeunit based on when you schedule it.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • vijay_sr261982vijay_sr261982 Member Posts: 39
    I hope that u van help out in this............

    let me describe actual requirement form my client.

    1. Auto generation of POs of those items, which crosses reorder level.

    System should check for those items ,in which that items are set to make PO auto.


    Pls give some much sugesstions (to which i have to refer). (eg. Codeunit, Report......


    if u had written any coding......... pls help me in all possible ways LINER [-o< [-o<
  • MbadMbad Member Posts: 344
    liners wrote:
    HI;

    I am hoping that someone can help me.

    I am trying to figure out how to set up automatic reordering (auto purchase order) of inventory items based on item reorder points. I would like the system to automatically alert me.

    If anyone knows how to do this I would appreciate help.

    Thanks!

    Dont use alerts. Adapt the customers work routines instead.
  • mukshamuksha Member Posts: 274
    But why dont you use, NAS (Navision application server). Setup job scheduler on it so that it can run MRP and after getting the result from MRP system will carryout action message automatically to make the PO.
    For this at every item default vendor should be defined. Use net change plan function on daily basis in the job scheduler settings.
    Mukesh Sharma
Sign In or Register to comment.