Miscellaneous utilities

TABULARVALUE – Return cell contents from tabular field

73 views June 1, 2018 admin 0

Overview

This Custom Field returns the cell contents from a given tabular field.

Syntax

TABULARVALUE(‘FieldName‘,’RecordId‘,’FieldId‘)

Element Description
FieldName The name of the tabular field
RecordId
FieldId

Example

TABULARVALUE(‘Accessories‘,’1′,’1‘)

See also

Was this helpful?