Siebel Interactive Designer API Reference > Pageset Functions >

Start On Active


Several functions comprising the Start On Active function allow you to launch your application at a particular pageset, from an external URL, with or without a preconfigured setting.

For those instances where no pageset ID is specified, you can pass a default start page as a parameter in the SOALoadPageset function. Start On Active supports a variety of parameter passing formats. In addition, you can implement custom URL string parsing functionality using Override Points.

Start On Active 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.

Start On Active 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.

Siebel Interactive Designer API Reference