Siebel Interactive Designer API Reference > Application File Reference > Files in the ds Directory >

pagesetID_x.js


Pageset Properties File

This file contains functions that define various pageset properties. Usually, you define these properties inside Interactive Designer, which writes them to this file when you generate application files from the project. This file must not contain any HTML tags.

The file should start with the StartXInfo(pagesetID) function and end with the EndXInfo(pagesetID) function. In between, the file can contain any of the following functions:

  • InitPagesetVersion(version_string)

    Defines a version number string for the pageset. After a user clicks a link from an order back to the application, the engine reads this information when checking data versions.

  • InitPagesetDesc(description_string)

    Defines a text description for the pageset.

  • InitPagesetItemized(FALSE/TRUE)

    Specifies whether the components of a product appear as subitems or main line items after they are passed to an order-generating tool. To display product components as subitems, set the variable to FALSE (the default). To display product components as main line items, set the variable to TRUE.

  • InitAltOMSUrl(URL)

    Specifies the URLs of additional order management systems to which configurations generated by the pageset are sent. This is useful if you are using a Transact Server with the application and need to send configuration information to more than one order management system. See Siebel Interactive Selling Transact Server Interface Reference.

Siebel Interactive Designer API Reference