Enter formula expressions in business rules

About this task

The following formula expression uses objects, literals, and comparison operators:

  • policyDrivers.Count / vehicles.Count * 100

To enter this formula expression:

Procedure

  1. In Administration > Business Rules > UW Rules, edit the PA: Number of vehicles underwriting rule.
  2. In Rule Condition, click Add.
  3. Set the mode to Formula by clicking the down arrow to the immediate right of an expression.
  4. In the Left Expression, press Spacebar to view available objects, and then select policyDrivers.
  5. Type a period to view objects and properties on the object.
  6. Select Count.
  7. Type / for the division operator.
  8. Type v to view all objects and properties containing v, and then select vehicles.
  9. On vehicles, select the Count property.
  10. Enter the * operator followed by the literal 100.