ILOG Rules for .NET User Guides > ILOG Rule Team Server for SharePoint > Structure of Decision Tables > Preconditions

Decision tables contain a Preconditions section that lets you:

For example, you could apply the following precondition to a decision table:

 Definitions
     set wealthy customer to a customer
         where the average monthly balance of this customer is more than $1 000 000
 If
     the state of residence of wealthy customer is NY

Applying this precondition to a decision table would limit the scope of the decision table rules to only those customers with an average monthly balance of $1 000 000 and living in New York. It would also allow you to create condition and action definitions using the variable wealthy customer (see Structure of Business Rules).

Preconditions cannot be edited in Rule Team Server but they can be consulted, as described in Editing Rules in Decision Tables.