Action

An action is equal to a change or activity that must be performed in order to execute a decision. One decision can result in one or many actions that must be executed. The concept is to keep the actions as simple building blocks and rather try to combine several actions to solve one decision instead of creating one more complicated action. This approach has reduced time spent in the design and greatly improved the quality of the code. As a consequence it is also easier to re-use the already created actions.

Two main types of actions are transferred to the action log:

  • Defined: Includes clear rules on what, how and to what data in Infor M3 BE should be changed.
  • Open: Do not include clear rules on what, how or to what data should be changed.

An example of a defined action is "Re-schedule" of a macro order. In that case we know which macro order to affect, how to do it and to what date it should be re-scheduled to. An example of an open action is Allow overload", that action is pointing out that there is a capacity problem, it points out in which work center/period you have the problem but it does not point out how to solve the action. In that case several ways exist to solve it, like adding extra shifts, outsource, delay demand, etc.

Defined actions can be automatically implemented in Infor M3 BE, which cannot be done for open actions.

Open actions can be useful to store actions that must be further discussed and investigated before the final decision on how to solve them can be made.

Action Log Content

This diagram shows an overview of the action log. It consists of these parts:

  • Header: Contains information that is connected to all actions included in one action log. This includes information like the origin of the actions, responsible person and his role, status of the action log, etc.
  • Action: Contains information about the specific action.
  • Action details: Additional information that can be added to an action. This level is currently only activated as a table and an API-transaction. You cannot view this information in Infor M3 BE.
  • Action type definition: Contains a definition of the valid actions.
Related topics