Siebel Advisor Administration Guide > Referencing Other Siebel Data from Advisor > Runtime Access to Pricing Information in Advisor Applications >

About Modifying Display Information in app_config.js


To display additional data about the object being priced, edit the APP_PRICE_DATA variable in app_config.js, specifying the information you want displayed by GetPrice.

For example:

APP_PRICE_DATA = new Array('price','description','engine');

would display:

price = "$26,900"
description = "Audi A4"
engine = "1.8T"

You can also use other properties of the object, such as:

color = "Blue"
interior = "Black"

Whatever is set in APP_PRICE_DATA is what appears, and in the order listed.

Siebel Advisor Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.