|
Siebel Interactive Designer API Reference > Data Objects >
ConfigTable_Obj
Usage
The ConfigTable object contains data for one configuration table. Methods
|
|
GetBody() |
Returns the body information. |
GetColType() |
Returns an array of column type information. Column types indicate whether a particular column in the table is an output, input, or subtable column. |
GetException() |
Returns an array representing the exceptions portion of the table. |
GetHeader() |
Returns an array of table column names. |
Example
See Example 4: Add Custom Behavior with a Callout Point. See Also
ConfigTableArray_Obj.
|