Rules

Rules provide a way to model the behavior or presentation logic of the form with minimal coding. This makes the logic easier to identify and maintain by both developers and business analysts.

Rules consist of events and actions. For example, the rule “Guardian required when Age < 21” is modeled as:

Event:
CustAge updated
Action:
GuardianName.Required = (CustAge < 21)

Whenever Customer Age changes, the Guardian Name field is marked as required only if Customer Age is less than 21.

Rules are associated with events and actions as follows:

You can add and edit rules in TIBCO Business Studio - Cloud BPM Edition Forms as described in the following sections: