Overview of Integration Broker Publishing Steps

Overview of Integration Broker Publishing Steps
The Application Messaging / Integration Broker is a complicated PeopleSoft module and can be very confusing if you don’t know what to look for. An application message goes from several stages in both the “publishing” system and the “subscribing” system before the integration message has completed...

Calling an Application Engine from PeopleCode

Calling an Application Engine from PeopleCode
The PeopleCode below will show you how to call an Application Engine from PeopleCode. Some refer to this as “Real-Time Application Engine Processing.” For example, when a user save’s a page, you may want a specific App engine program to run. You can also execute this code in a field change event. The...

Integration Broker Monitor

Integration Broker Monitor
I find that users are often confused about how to look at the message monitor to determine if there are errors.  The most common mistake is when a user just looks at one of the three message queues and ignores the rest. They may just look at the “Operation queue” or just the “publication...

Messages with Style

Messages with Style
I have often wanted to display an informational message at the top of the page. Rather than just slap a Long Edit Box at the top of the screen, I decided to look for a nice looking way to do it. One of the great things about PeopleSoft, it always has an example somewhere in the huge product for what...