Siebel Order Management Infrastructure Guide > Unified Messaging > About Working with Message Responses >

Attaching a Business Service to a Message Response


When the user selects a message type response (for example, by clicking the Accept button for an upsell message), the active message display service informs the UMS by calling its Process Response method. The UMS then calls the business service method associated with that response.

You define which business service method will handle a response using the Administration - Order Management screen, Message Types, and then the Responses view.

The Siebel application provides prebuilt methods for handling upsell and cross-sell in the Product UpSell CrossSell Service business service. You can implement your own automated response-handling logic (such as for sending an email with product details) by scripting your own business service method. This method must process the Payload argument, as described in Table 31.

Table 31. Product UpSell CrossSell Service Input Argument
Argument
Type
Description

Payload

Hierarchy

A property set containing all payload variables provided with the message when it was added to the UMS. The message-generation engine must provide values required to process the message in the payload variables.

Siebel Order Management Infrastructure Guide Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.