Is it possible to exclude production orders and sales orders when running MRP?

MinervaM84
MinervaM84 Member Posts: 32
edited 2020-04-03 in NAV Three Tier
Hello,
Is there any way to run MRP without looking at production orders and sales orders?

Best Answers

Answers

  • DenSter
    DenSter Member Posts: 8,307
    Doesn't that defeat the purpose of MRP?
  • MinervaM84
    MinervaM84 Member Posts: 32
    The question was brought up and thought of asking :)
    Our team is wanting MRP to "only" look at forecast vs inventory in order to suggest or create purchase orders. Do you know any other way to do this?
    I'm not too familiar with MRP, we haven't use it since we started with Nav.
  • FlameESD
    FlameESD Member Posts: 3
    edited 2020-04-15
    By Default it is not possible. But you can add or change some Code to make it possible. In BC14 the Demand is handled by CU99000854. In this Codeunit is a function called DemandToInvtProfile. You can catch the Event OnBeforeDemandToInvProfile in this codeunit and set the IsHandeled Parameter to true (maybe depend on Item Setting). That would solve your request. Some use this to handle/plan Bulk Goods.

    Sorry, I just saw your request is for GP, my suggestions is for BC.
  • MinervaM84
    MinervaM84 Member Posts: 32
    Thank you! I appreciate your help!
  • kriki
    kriki Member, Moderator Posts: 9,121
    [Topic moved from 'Dynamics GP' forum to 'NAV Three Tier' forum]

    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • RockWithNAV
    RockWithNAV Member Posts: 1,172
    I think you shouldn't customise this on any level instead you should train the users how to use it.
  • MinervaM84
    MinervaM84 Member Posts: 32
    Thank you! This is very good to know. I will provide this information to the team. Thanks again!