Creating rules

In rule agent projects, you create rules to contain the business logic of your solution.

Before you begin

Create a rule agent project.

About this task

In a rule agent project, you can create one or more business rules. In the business rule, you can reference directly the bound entity that is specified in the agent descriptor.

Procedure

  1. Right-click the rule agent project, and click New > Action Rule.
  2. If you want to store the rule in a rule package, click Browse in the Package field, and then select the package.
  3. In the Name field, type the name of your action rule.

    Do not use the following characters in the name: * ? " < > | \ /

  4. Click Finish.

Results

The new rule opens in the Intellirule editor. The rule is created under the rules folder of the rule agent project.

What to do next

You can start writing your rule in the Content section of the Intellirule editor.