Skip to end of banner
Go to start of banner

getHeaders

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Availability

This routine is available starting with

  1. databasecf 2.1
  2. katl-commons 2.0.3

Syntax

getHeaders(tableField)

Description

Retrieves headers from a data table custom field.

Parameters

Parameter nameTypeRequiredDescription
tableFieldarrayYesThe data table custom field value.

Return Type

string[]

Example:

string[] headers = getHeaders(customfield_10000);

For Developers custom field with the customfield_10000 id, the result returned by the above routine call will be:
Username|Email|Full Name.

See also

  • No labels