The following sections outlines how a user with disabilities can create a new rule set in
the administration application.
In the administration application, select the Administration WorkspaceApplication Section.
In the Shortcuts Panel, select the Rules and
Evidence category.
Within this category, select the Cúram Express Rule Sets link. This
opens a page containing a list and an option to create a new rule set.
To create a new rule set, select the New page action and enter the rule
set name, the display name and category. Note that the rule set name is the technical identifier
used later to download the rule set.
To edit this newly created rule set, open the command prompt and navigate to the
<application install directory>/EJBServer folder.
Enter build creole.extractrulesdata -Dcreolerulesetname=<your rule set name>
-Dinedit=true into the command prompt. This extracts the rule set to the
<application install directory>/EJBServer/dataextractor/blob
folder.
The developer copies this rule set to their custom component and places it into a
Creole Rule Sets folder. Using the preferred XML editor, the developer can
define the rules according to the guidelines outlined in the Cúram Express Rules Reference
Manual.
Once complete the developer can validate and upload the rule set by using the command line
targets build creole.validate.rulesets and build
creole.upload.rulesets respectively.