Solved

Is it possible to automatically check/uncheck this 'Release for material Planning' depending on the Customer Order Header status?

  • 29 November 2021
  • 1 reply
  • 148 views

Userlevel 2
Badge +3

 The field on Customer Order Lines 'Release for Material Planning' where if unchecked, item is not considered by MRP.

 

Is it possible to automatically check/uncheck this 'Release for material Planning' depending on the Customer Order Header status?

Checkbox OFF all lines if customer order header is blocked or planned?

Checkbox ON all lines if customer order header is any other status?

 

icon

Best answer by william.klotz 29 November 2021, 19:41

View original

This topic has been closed for comments

1 reply

Userlevel 7
Badge +21

Hi @Manjari Nigamuni ,

 

I’m not aware of IFS having the built in functionality you’ve described but you could accomplish it by creating a custom event and event action.  You may want to trigger your event when a new order line is added to a customer order then on the event action only run the action when the customer order header is set to planned state.    It would require you to create some PL/SQL code and you’d most likely have to run the code in the background to avoid the mutating trigger notification from Oracle.    While we haven’t done this ourselves we have several custom events and event actions when customer order lines are added or changed and it works well.

 

Regards,

William Klotz