Implementing Notifications

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.