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

MinervaM84MinervaM84 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

  • DenSterDenSter Member Posts: 8,304
    Doesn't that defeat the purpose of MRP?
  • MinervaM84MinervaM84 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.
  • FlameESDFlameESD 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.
  • MinervaM84MinervaM84 Member Posts: 32
    Thank you! I appreciate your help!
  • krikikriki Member, Moderator Posts: 9,094
    [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!


  • RockWithNAVRockWithNAV Member Posts: 1,139
    I think you shouldn't customise this on any level instead you should train the users how to use it.
  • MinervaM84MinervaM84 Member Posts: 32
    Thank you! This is very good to know. I will provide this information to the team. Thanks again!
Sign In or Register to comment.