...
Declare the actions that should be taken when the condition is false. The Functions/Operators listed above can also be selected as the value in this wizard. Else Actions are optional as not all rules require them. You cannot add FALSE actions if you do not have a condition specified in the rule.
Built In Functions
The Visual Rule Builder (VRB) provides the following functions, no code required!
Tip |
---|
Refer to the Visual Rule Builder chapter or watch this 6-minute video for an overview of how to create dynamic forms/workflows without writing code. |
...
Expand | ||
---|---|---|
| ||
|
Delete a Rule
Click the action menu for the rule you want to delete and select Delete. You will be asked to confirm.
...
It's easy to change the order of your rules. You may want to group your rules by workflow step, action or control type. Simply click and hold any rule, and drag it to the place in the list you want to move it. You may also use the "Move down," "Move Up," "Move Top," and "Move bottom" options in the rule's Action Menu.
Copy Rule Code
Designers may want to copy rules created with the Visual Rule Builder so they can be reused in the rule's Action Menu.same, or another, form/workflow. To copy a rule's javascript code, click the Copy icon on the “Rule Code” tab that appears in either Rule Builder mode (when javascript code is read-only) or Edit Code mode. This icon will copy all of the javascript to the clipboard. You can then create a new rule (in the same or another form/workflow), click Edit Code on the new rule, and paste the copied code there to replicate the rule. Then, edit as desired.
Multiple Conditions in a Rule
...
Warning |
---|
Clicking the Edit Code button permanently disables the Rule Builder for this rule. |
Future Releases of the Visual Rule Builder
We’re constantly working on improving our product to reduce the need to write code. Making JavaScript rules easier is one of the highest priority items.
Info |
---|
This version of the Visual Rule Builder does not currently support screenflows that use the Navigation toolbar to move back and forth between screenflow steps. |
Examples
The Rule Examples chapter shows you how to use the Visual Rule Builder to create common rules for real world situations.
...