Using Unified Messaging with the PSP Engine
PSP applications such as Pricer and Eligibility use the UMS to format translated, substituted text for waterfall output or for eligibility reasons. The PSP action syntax provides an API, LookUpMessage, that in turn invokes the Format Message method on the UMS. This method simply returns the formatted text. It does not add the message to the UMS cache. Messages formatted in this way do not support automated responses, duplicate suppression, or logging.
To use the new message type with a PSP procedure
After completing Step 5 in Creating Message Types, add an action to the PSP procedure that invokes the LookUpMessage function for the new message type, passing the payload fields. See Example of a LookUpMessage Call.
The LookUpMessage function allows the UMS to process translations of the message text.
Test the revised PSP procedure.