Defining default arguments
When you create a rule script, you can set up parameters for values such as RefNames, comparison values, and constants. In this step, define default arguments to pass to those parameters. If the rule has no context-specific arguments, the InForm application passes the default arguments you define here to the rule script when it runs. Any arguments defined for a specific context override these arguments.
Note: If you hard-code the RefNames and values in the script, this step is not necessary. Instead, when you do not use arguments, you must define separate rules and rule scripts for every item you want to run a rule against.