Preferred Choice
From the list of choices available to recipients, specify the return value for the choice that is to be considered the preferred choice.
This parameter must be used in conjunction with the
, , or voting rules.To designate the preferred choice using an expression, click the button to the left of this field.
The contents of this field must use this syntax:
scalarExpr
where scalarExpr is a literal value or expression that resolves to the return value for the choice that is to be considered the preferred choice.
When you click Event Actions form, the application "wraps" this content within a PREFCHOICE( ) parameter, which yields this final syntax:
to return to thePREFCHOICE( scalarExpr
)
Note: If scalarExpr is a literal string value, the application automatically encloses
it in double quotation marks when returning it to the Event
Actions form. If scalarExpr is an
expression, the application does not enclose it in quotation marks.