Events and Notifications Framework Implementation

Many PeopleSoft applications are delivered with pre-defined events and notifications. Refer to your specific application for implementation details.

PeopleSoft Setup Manager enables you to review a list of setup tasks for your organization for the products that you are implementing. The setup tasks include the components that you must set up, listed in the order in which you must enter data into the component tables, and links to the corresponding product documentation.

Other Sources of Information

In the planning phase of your implementation, take advantage of all PeopleSoft sources of information, including the installation guides, table-loading sequences, data models, and business process maps.

For more information, refer the product documentation for PeopleTools: Setup Manager.

To implement Event Manager into your application processing:

Step

Reference

Identify the business events that drive the execution of your business logic and, if necessary, define a new event.

See Defining and Registering Events.

Write the event handlers in PeopleTools Application Designer to execute the business logic that is specific to the event.

See Creating Event Handlers.

Register the event handlers to the event through the Event Registry component.

See Defining and Registering Events.

Test your event and its registered event handlers.

See Event Manager - Test an Event Handler Page.

To implement notifications:

Step

Reference

Add your process name and category to the Notification Registry page.

See Notification Registry Page.

Create a message context record to pass all transactional data through the message framework.

All context records must include the EOEN_LOG_KEY subrecord.

Any additional transactional fields can be added to the context record.

Implement the EOEN interface object within your application process by using the EOEN_MVC:EOEN_MODEL.EOEN_INTERFACE class.

See Modifying PeopleSoft Processes to Create Notifications.

Use these steps to implement alerts:

Step

Reference

Define the query to use with the alert.

See Defining Alert Queries in PeopleSoft.

Define the Alert Setup

See Defining Alert Queries in PeopleSoft

Run the Alert process.

See Running the Alerts Process.