Siebel Interactive Designer API Reference > Siebel-Specific Functions > GetPrice >

Additional Pricing Functions


You can modify the behavior of GetPrice by using the following functions. Call these functions from the customCode.js file if they are application specific. Call them from the _i file if they are page-level specific.

  • ORP_DisplayPrice

    Allows you to write custom code to bypass the entire code. The user is passed the same information, including the price object, that is returned from the server and all the configuration variables.

  • ORP_DisplayPriceString

    Allows you to write custom code to bypass the entire code. This function allows you to override the final display of the data. This function is useful if you want to override the default behavior of opening a pop-up window for displaying the price.

  • COP_BeforeDisplayPriceString

    Allows you to manipulate the HTML string before it appears in the window.

For more information on these functions, see Callout Point Functions.

Accessing the Additional Pricing Functions

Use the following accessories to the price object to access the additional pricing functions:

  • GetField (fieldName)

    Retrieves the value specified by fieldName.

  • GetChildren ( )

    Returns an array of price objects or an empty array if there are no children.

Siebel Interactive Designer API Reference