Configuring Siebel eBusiness Applications > Configuring the Customer Dashboard >

Mapping SmartScript Variables to Customer Dashboard Fields


You must map the variables in the SmartScript to fields on the Customer Dashboard. You do this by defining the SmartScript List user property of the Persistent Customer Dashboard business service. The mechanism for doing this is similar to defining user properties for a business component list. See Mapping Business Component Fields to the Dashboard Business Service.

The user property name is SmartScript List. The value for the user property specifies the variables from SmartScript answers that are to be displayed in the Configuration Dashboard.

This task is a step in the The Process of Configuring SmartScripts to Populate the Customer Dashboard.

To define the SmartScript List user property

  1. Locate the Persistent Customer Service Dashboard business service.
  2. Define a user property with the name SmartScript List and values that represent the variables from the SmartScript, as shown in the table below.
Name
Value

SmartScript List

Fname;Lname;Phone;Interests

NOTE:  The values of the user property must exactly match the variable names specified in the SmartScript.

Configuring Siebel eBusiness Applications