Skip to end of banner
Go to start of banner

getRow

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Availability

This routine is available since katl-commons 2.5/databasecf 2.1.

Syntax

getRow(tableField, rowIndex)

Description

Retrieves the data in the row at the specified index from a data table custom field.

Parameters

Parameter nameTypeRequiredDescription
tableFieldarrayYesThe data table custom field value.
rowIndexnumberYesThe index of the row to be retrieved.

Return Type

string[]

Example

string[] adminDetails = getRow(customfield_10001, 0);

For custom field DataTable 2 with the id customfield_10001, the result returned by the above routine call will be: admin|Admin User|admin@admin.com.

  • No labels