Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To enter a business rule on an entity, select the Properties screen for that entity, either by right-clicking on the entity in the diagram and choosing Properties:
Image RemovedImage Added 
or by right-clicking on the entity in the repository tree and choosing Properties:
Image RemovedImage Added 
Choose the Business rules tab.
Image RemovedImage Added

Icons

Description

Click to Add a business rule.

Click to Edit the selected business rule.

Click to make a Copy of the selected business rule.

Click to Delete the selected business rule.

In the right pane, enter the details for the business rule. Click OK.
Image RemovedImage Added

  • The Validation code is a SELECT statement that is run to gather data for validating the business rule. It should only return one row, otherwise only the first row returned will be used.
  • The Expected results are the expected values for the attributes in the row returned by executing the validation code. Each expected result has a name, which is also the name of the attribute being checked, and the expected value for that attribute, which may also be an expression such as value > 3.
  • The Drill down code is a SELECT statement used to show more detail on the business rule data so you can look into why expected and actual results differ.

...