Siebel Advisor API Reference > Pageset Functions for Siebel Advisor >

LoadPagesetWithDynDefObj


Usage

Use the LoadPagesetWithDynDefObj function to load a pageset with a dynamic default object. A dynamic default object represents a product with certain nondefault, preselected features.

LoadPagesetWithDynDefObj can be called from any frame within the application and can be executed anywhere a JavaScript function can be used. It is commonly called from the onClick event handler of a link, but it can also be referred to from an image map, set as the SUBMIT method of an embedded frame, or called from another user-defined JavaScript function.

LoadPagesetWithDynDefObj is used to load a particular pageset. The pageset ID is explicitly stated in the function call. To load a pageset with an ID that is determined by the valid configuration of another product, create a link output target using the BuildTarget function.

Syntax

LoadPagesetWithDynDefObj(url[,dynDefObj,optArgObj])

Argument
Description

url

The name of the pageset, specified in the format "project|pageset" (for example, Cars|Sedans).

dynDefObj

Optional. Object that defines key-value pairs of input and value.

optArgObj

Optional. Reserved for future use.

Example

LoadPagesetWithDynDefObj("cats.htm",myDynDefObj);

LoadPagesetWithDynDefObj("cats.htm");

Usage

Use the LoadPagesetWithDynDefObj function to load a pageset with a dynamic default object. A dynamic default object represents a product with certain nondefault, preselected features.

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