Siebel Interactive Designer API Reference > Data Objects >

Label_Obj.GetLabelName


Usage

Use the GetLabelName method to return a value from a Feature table.

You can use GetLabelName to populate an input UI control. Given an index and column name, the function returns the corresponding cell value.

You do not need to state the Feature table name here, as it was specified when the Label_Obj was created. You are accessing Feature_table[row_index].column_name.

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

Syntax

label.GetLabelName(index,colName)

Argument
Description
index
Integer that represents the index number of the desired row in the Feature table that corresponds to this label.
colName
Optional. Name of a Feature table column. If none specified, the name defaults to DESC.

Example

See Example 1: Create a Custom Input UI Control.


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003