@DICT_VALUE(<field>)
Description
This special variable works with OMR fields (RecogType=4) that are bound to a dictionary. It returns the dictionary values corresponding to the items that are selected in the specified OMR field.
Example
In this example, the rule that contains the rr_Get action is bound to a page that contains an OMR field (Options). The OMR field has three subfields and is bound to the dictionary shown in the XML code. On the current page all three options are selected, so the return string contains all three dictionary values.
| Action and return value | XML example (if applicable) |
|---|---|
Action: rr_Get("@DICT_VALUE(Options)") Return value: Navigation System Child Seat Fuel Service |
|