Product Administration Guide > Siebel Configurator API Reference > API to Select the Siebel Configurator User Interface >

SetUIOption Method


SetUIOption Method is used to display the Siebel Configurator with either the high-interactivity or the standard-interactivity interface.

Syntax

ErrCode

CSSCfgUIServiceLoader::SetUIOption (const CCFPropertySet& inputArgs, CCFPropertySet& outputArgs)

Input Arguments

A property set that contains name/value pairs representing the value of the Product Id and UI Option Name fields.

Usage

Because this method is part of a cached Business Service, you can call this method at any time before Siebel Configurator is called.

The values you use as input arguments indicate which UI option to use for each product you specify.

Example

Add a workflow step at the beginning of the Siebel Configurator Load Workflow. This step calls a custom business service that determines which UI option to use for the Product that is being customized. After determining this, it uses SetUIOption method to set the appropriate UI option.

Product Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.