Event Rules Fundamentals

Event rules (ER) are logic statements that you can create and attach to events. ER is initiated when events occur at runtime. Oracle's JD Edwards EnterpriseOne software supports two kinds of event rules: named event rules and embedded event rules.

You can attach multiple event rules to one event. The various kinds of event rules include:

  • Conditional statements, such as If/Else/End If.

  • While loops.

  • Assignments.

  • Calls to business functions.

  • Form or report interconnections.

  • Calls to system functions.

  • Table I/O operations.