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 valueThe current value, if set
Return value
RECORD ARRAYA list of extra fields
STRING nameThe field name
RECORD ARRAY optionsIf supportedvalues includes "options", these options are available for this extra field
options.rowkeyThe option's value
STRING options.titleThe option's title
STRING ARRAY supportedvaluesIf this extra field can be used as the source of a form condition, the supported values
STRING titleThe field title
RECORD valueThe current value of this extra field