Availability
This routine is available since:
- databasecf 2.1
- katl-commons 2.0.3
Syntax
getHeaders(tableField)
Description
Retrieves the headers from a data table custom field.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
tableField | array | Yes | The data table custom field value. |
Return Type
string[]
Example:
string[] headers = getHeaders(customfield_10000);
For custom field Developers with the id customfield_10000, the result returned by the above routine call will be: Username|Email|Full Name.