Tuesday, 22 January 2013

Enabling Process Status Notification Locally | PeopleSoft Tutorial pdf

Enabling Process Status Notification Locally

This diagram illustrates how you can set up process status notification to run locally:

                      Local process status notification
To enable process status notification locally:
1. Include SetNotifyService or SetNotifyAppClass in the process request.
2. Include AddNotifyInfo in the process request.
3. Add a local-to-local routing to the service operation PRCS_STATUS_OPER if you are using
SetNotifyAppMethod. If you are using SetNotifyService, add the local-to-local routing to the service operation referenced in the SetNotifyService method.
    To add the local routing to PRCS_STATUS_OPER service operation:
   a. Select PeopleTools, Integration Broker, Integration Setup, Service Operations.
   b. Select PRCS_STATUS_OPER.
   c. Select the Generate Local-to-Local check box.
   d. Click Save.
4. Submit the process request.
5. After the process request completes, you can check the service operation monitor to verify that your process notification was received.
  a. Select PeopleTools, Integration Broker, Service Operations Monitor, Monitoring Asynchronous Services.
  b. Select the Operation Instances tab.
  c. Enter PRCS_STATUS_OPER (or your custom service operation if you used SetNotifyService) in the service operation field and click Refresh.
  d. Click the Details link for your Transaction Id.
This is an example of the asynchronous details page. If any errors occur, the View Error/Info link can be used to view the error message. The View XML link will display the XML message.
Note: The message may contain report instance related information for process requests with an output type of Web or Windows. Refer to the message PRCS_STATUS_MSG for the details on the fields that are published. (Select PeopleTools, Integration Broker, Integration Setup, Messages and search for message name PRCS_STATUS_MSG).
                                               Asynchronous details page

No comments: