Business Rule Editor Reference
You can create and edit a business rule in WebStudio using the business rule editor.
The following sample screen displays a business rule editor in WebStudio and the following table provides brief description of its elements.
Element No. | Element | Description |
---|---|---|
1 | Table title | Displays the business rule name |
2 | Save | Saves the changes to the business rule in cache, but does not commit to RMS |
3 | Commit | Commits the business rule changes to RMS |
4 | Validate | Validates a business rule, for any error.
EAR file for the project must be present in the deploy location; otherwise, the validate command fails. All the errors are displayed on the Problems tab at the bottom of the editor. New errors in syntax are added to these existing errors. Double-click errors to see the problematic view. |
5 | Undo | Reverts last edit done to the business rule |
6 | Redo | Performs the action again that was reverted using the Undo command |
7 | More options | Lists more options for business rule . The options are:
|
8 | When section | The When section lets the user define additional conditions that must be met, in addition to the precondition defined in the rule template. For more information, see Adding a Conditional Clause by Using the Condition Builder. |
9 | Then section | The Then section defines additional actions to be taken based on the conditions defined. For more information, see Adding an Action Using the Command Builder |
10 | Problems tab | Displays the errors and warnings for the business rule after its validation |
11 | Properties tab | Provides the options to set additional description and priority of the business rule. The
Priority property defines the order in which the rules are executed. The value ranges from
1 to
10, where the lower number specifies higher priority, for example, the rule with the value
2 have higher priority than the rule with the value
6.
The default value of the Priority field is 5. |
Copyright © Cloud Software Group, Inc. All rights reserved.