Siebel Advisor API Reference > Data Objects in Siebel Advisor >

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 of Creating a Custom Input UI Control.

Siebel Advisor API Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.