Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

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

Image RemovedImage Added

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

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