Implementing Events

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 implement 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.