Skip to end of banner
Go to start of banner

getTableElement

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

Version 1 Next »

Syntax:

getTableElement(tableField, rowIndex, columnIndex)

Description:

Retrieves the data in the cell at the specified location from a data table custom field.

Parameters:

Parameter nameTypeRequiredDescription
tableFieldarrayYesThe data table custom field value.
rowIndexnumberYesThe table row index.
columnIndexnumberYesThe table column index.

Return Type:

string

Example:

print(getTableElement(customfield_10000, 1, 1));
  • No labels