Siebel Advisor API Reference > Data Objects in Siebel Advisor >

Label_Obj


Usage

Use the Label_Obj object to provide access to the data in a Feature table.

The object has two methods, GetLabelName and GetNumLabels, which you can use to populate an input UI control.

Use the Label_Obj function only when writing custom code for creating custom input UI controls and output targets.

Syntax

new Label_Obj(featureTableName)

Argument
Description

featureTableName

Name of a Feature table corresponding to the UI control.

Methods
Method
Description

GetLabelName(index,colName)

For a description, see Label_Obj.GetLabelName

GetNumLabels()

For a description, see Label_Obj.GetNumLabels

Example

See Example of Creating a Custom Input UI Control.

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