Versions Compared

Key

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

...

Excerpt

Retrieves the headers from a data table custom field.

Parameters

Parameter nameTypeRequiredDescription
tableFieldarrayYesThe data table custom field value.

Return Type

string[]

Example:

Image RemovedImage Added

Code Block
string[] headers = getHeaders(customfield_10000);

For custom field DataTable Developers with the id customfield_10000, the result returned by the above routine call will be: NAMEUsername|DESCRIPTIONEmail|IDFull Name.