Versions Compared

Key

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

...

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

Return Type:

 arraystring[]

Example:

Image Added

Code Block
print(string[] adminDetails = getRow(customfield_1000010001, 10));;

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.