FormFieldBase::GetExtraMergeFields (open)
Returns extra merge fields for this field
Syntax
LOADLIB "mod::publisher/lib/forms/components.whlib";
RECORD ARRAY FUNCTION GetExtraMergeFields(RECORD value)
Parameters
RECORD value
The current value, if set
Return value
RECORD ARRAY
A list of extra fields
STRING name
The field name
RECORD ARRAY options
If supportedvalues includes "options", these options are available for this extra field
options.rowkey
The option's value
STRING options.title
The option's title
STRING ARRAY supportedvalues
If this extra field can be used as the source of a form condition, the supported values
STRING title
The field title
RECORD value
The current value of this extra field