Siebel Interactive Designer API Reference > Pageset Functions > Start On Active >

SOALoadPageset (defaultPg, isActive)


Usage

Use this function to launch the Start On Active pageset functionality.

This function is called from the InitApp() function in customCode.js.

Syntax

SOALoadPageset (defaultPg, isActive)

Argument
Description

default

The name of a default start page to occupy the main area of the application. If the page is a splash screen without ISS calls, it should be fully qualified filename with the path and extension (for example, ISS.GetUIPath()+'welcome.htm'). If the page is an active pageset, specify the pageset name as you would for ISS.LoadPageset (for example, 'advisor'). This parameter is optional.

isActive

Boolean value indicating whether defaultPg is an Active pageset or a splash screen. This parameter is optional - defaults to false.

Siebel Interactive Designer API Reference