Siebel Advisor API Reference > Data Objects in Siebel Advisor >

FeatureTable_Obj


Usage

The FeatureTable object contains Feature table data.

Notes

Each row in a Feature table is represented by an object that contains one field for each column in the table. The field names are identical to column names. Feature table rows are indexed starting with 0.

Method
Method
Description

GetRows()

Returns an array of rows from the Feature table.

GetRow(index)

Returns the specified row from the Feature table. Returns null if the row does not exist.

GetDefaultRow()

Returns the default row.

GetDefaultRowNum()

Returns the index number of the default row.

GetRowCode(rowNum)

Returns the value from the CODE column for the specified row in the table.

GetRowDesc(rowNum)

Returns the value from the DESC column for the specified row in the table.

GetRowNumFromCode(CodeValue)

Returns the row number for a given CODE value. Returns null if the cell does not exist.

GetTableCell(rowNum,colName)

Given a row number and a column name, returns the value of the table cell. Returns null if the cell does not exist.

Example

See Example of Adding Custom Behavior with a Callout Point.

Related Topics

FeatureTableArray_Obj.

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