Skip to main content

Business Rules

What a business rule is​

A business rule captures a single, named piece of validation logic. Each rule has a plain-language description of what it checks, specifies which data fields it examines, and defines the message shown when the rule is not satisfied.

What you can do with business rules​

For each rule you want to enforce, you provide:

What you supplyPurpose
A nameIdentifies the rule
A descriptionDocuments the intent of the rule in plain language
A natural-language definition of the logicDescribes what the rule should check, in your own words
The data fields the rule examinesTells the rule which parts of a record to inspect
An error messageThe message shown when the rule fails