A policy rule is a dynamic collection of WorkSite objects (users, groups, clients, or matters) that is calculated from data retrieved from another SQL-based system via a custom script. These collections can then be added to any policy type that supports the corresponding object type. Because the logic for inclusion in a collection is wholly contained within a SQL query, a policy rule essentially gives you endless possibilities for defining policy criteria. For example, you can create a rule that generates a collection of users who are foreign nationals, which you can then use in an exclusion policy.
Before you can set up a policy rule, you must first:
As outlined below, every rule query must return an appropriate identifier for the object type to which it applies.
Rule/Object Type | Required Fields | WorkSite Column |
---|---|---|
Client | ClientNumber | C1ALIAS |
Matter | ClientNumber | C1ALIAS |
MatterNumber | C2ALIAS | |
User | UserId | USERID |
Group | GroupId | GROUPID |
Global Exception Type | UserId | USERID |
To create a policy rule: