This is a typical view of business rules in a project.
  
  Consult the following table when entering property values:
              | Property | Description | 
             | Command Argument | Specifies a command argument that will allow trigger of business rule when command name is matched. | 
             | Command Name | Specifies the command name that will trigger the business rule. | 
             | Controller | Specifies the controller that the business rule belongs to. | 
             | ID | Specifies the unique identifier of the business rule. | 
             | Name | Specifies a name for the rule. | 
             | Phase | Specifies which phase the rule will be executed in. | 
             | Script | Specifies the script of the rule. | 
             | Type | Specifies the implementation type. SQL, C# / Visual Basic, and Email business rules are executed on the server. JavaScript business rules are executed in the browser. | 
             | View | Specifies the view that the business rule will be triggered on when command name is matched. |