getTableElement
Availability
This routine is available starting with
databasecf 2.1
SIL Engine™ 2.0.3
Syntax
getTableElement(tableField, rowIndex, columnIndex)
Description
Retrieves data in the cell at the specified location from a data table custom field.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
tableField | array | Yes | Value of the data table custom field |
rowIndex | number | Yes | Index of the table row |
columnIndex | number | Yes | Index of the table column |
Return Type
string
Example
string keplercfDescription = getTableElement(customfield_10000, 2, 1);
For the Developers custom field with the customfield_10000 id, the result returned by the above routine call will be:
developer2@developer2.developer2.