Info |
---|
|
This routine is available since:starting with - databasecf 2.1
- katl-commons SIL Engine™ 2.0.3
|
Syntax
getTableElement(tableField, rowIndex, columnIndex)
Description
Excerpt |
---|
Retrieves the data in the cell at the specified location from a data table custom field. |
Parameters
Parameter name | Type | Required | Description |
---|
tableField | array | Yes |
The Value of the data table custom field |
value.The index.The Index of the table column |
index.Return Type
string
Example
Image RemovedImage Added
Code Block |
---|
string keplercfDescription = getTableElement(customfield_10000, 2, 1); |
For custom the Developers custom field DataTable with the id customfield_10000 id, the result returned by the above routine call will be: Kepler Custom Fields.
developer2@developer2.developer2.
See also