Confidentiality Management (InfoGov) > Policy Center > Settings > Policy Rules

Policy Rules

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.

Requirements

Before you can set up a policy rule, you must first:

Mandatory Fields

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

Creating a Policy Rule

To create a policy rule:

  1. Click Add Policy Rule to open the Add New Policy Rule page.
  2. Provide a Rule Name and Rule Description in the corresponding text boxes.
  3. From the Connection String drop-down menu, select the SQL server that hosts the tables required by your query.
  4. If you do not want to use the rule immediately, uncheck Active; otherwise, leave the box checked.
  5. Copy your query to the Rule SQL Query text box.
  6. Click Create Policy Rule to validate the query and create the rule. If there are any issues with the query, the error message returned by the server will be displayed at the top of the page.