Setting Up Overdue Event Types

An overdue event type encapsulates the business rules that govern a given type of overdue event. Open this page by selecting Admin > Overdue Event Type.

Note: Recommendation. Before using this transaction, we strongly recommend that you review The Big Picture Of Overdue Events.

Description of Page

Enter a unique Overdue Event Type code and Description for the overdue event type.

Use Long Description to provide a more detailed explanation of the purpose of the overdue event type.

Use Event Restart to indicate if the ability to restart an event of this type during overdue correction is Applicable or Not Applicable.

Fastpath: Refer to Overdue Correction for more information.

The Algorithms grid contains algorithms that control important functions. You must define the following for each algorithm:

The following table describes each System Event (note, all system event's are optional and you can define an unlimited number of algorithms for each event).

System Event

Optional / Required

Description

Cancel Logic

Required

This algorithm is executed to cancel an overdue event. Refer to How Are Events Canceled for the details.

Click here to see the algorithm types available for this system event.

Event Activation

Required

This algorithm is executed to activate an overdue event on its trigger date. Refer to Overdue Events Can Do Many Things and How and When Events Are Activated for the details.

Click here to see the algorithm types available for this system event.

Event Information

Optional - only used if you want to override an overdue event's info string

This algorithm is executed to construct an overdue event's override info string. Refer to Overdue Event Information Is Overridable for the details.

Click here to see the algorithm types available for this system event.

Event Reversal

Optional - only used if your implementation supports overdue correction.

This algorithm is executed to reverse the effect of an overdue event. Refer to Reversing Events and Overdue Correction for the details.

Click here to see the algorithm types available for this system event.

Monitor Waiting Events

Optional - only used if events of this type can enter the Waiting state

This algorithm is invoked by the Overdue Event Manager for events in the Waiting state. Refer to Some Events Wait For Something Before Completing for the details.

Click here to see the algorithm types available for this system event.

Where Used

Follow this link to open the data dictionary where you can view the tables that reference CI_​OD_​EVT_​TYPE.