getHeaders
Availability
This function is available starting with
databasecf 2.1
SIL Engine™ 2.0.3
Syntax
getHeaders(tableField)
Description
Retrieves headers from a data table custom field.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
tableField | array | Yes | Value of the data table custom field |
Return Type
string[]
Example:
string[] headers = getHeaders(customfield_10000);For the Developers custom field with the customfield_10000 id, the result returned by the above function call will be:
Username|Email|Full Name.
See also
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
