Siebel Advisor API Reference > Siebel-Specific Functions for Siebel Advisor >

GoToSSView


Usage

Use the GoToSSView() function to switch from the current browser-based view to any specified Siebel application view. All Siebel views have an exact name. This does not select a particular record in that view.

Syntax

GoToSSView(ViewName)

Argument
Description

ViewName

A string with the view name.

Example

ISS.GotoSSView("Product Detail View");

Siebel Advisor API Reference Copyright © 2006, Oracle. All rights reserved.