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. |
|
|
Write the event handlers in PeopleTools Application Designer to implement the business logic that is specific to the event. |
|
|
Register the event handlers to the event through the Event Registry component. |
|
|
Test your event and its registered event handlers. |