Separation Rules
Last updated
Last updated
The Separation Rule form is organized into tabs to simplify configuration:
Rule Details: Basic configuration & criteria of the Separation Rule
Rule Overrides: Overrides to provide data visibility even if a user doesn't meet the basic requirements of the Separation Rule
Caching: Optional caching configuration to speed up data access for complex rules
Query Details: Details of the generated query, including the ability to customize query code
Table: The table on which you wish to segregate data
Separator fields: The field(s) around which data segregation will occur. Users will only be granted access if they are a member of the group/department/company/location/etc that is specified on the target record, or unless a Rule Override applies to them (see below).
Selectively apply: Select whether the rule applies to all groups/departments/etc, or only to the selected groups/departments/etc
Apply to non-interactive sessions: By default, Simple Data Separation only applies to interactive user sessions. This ensures that background processes and web services maintain full access. Selecting this option will enable data separation for all types of access.
Cascade rule: Determines whether this rule will also apply to child tables of the Separation Rule table. Note that you can select exceptions to this setting in the Cascade exceptions field. Named tables (comma-separated) will behave opposite of whatever the selected Cascade rule behavior is.
Admin overrides: Select this to exempt users with the admin role from the Separation Rule
Approver overrides: Allow a user who is an approver for a task to view that task, even if they don't meet the basic requirements of the Separation Rule
Owner overrides: Fields on the target record that indicate the user is the owner of that record and should be able to view it, even if they don't meet the basic requirements of the Separation Rule. A good example is that the 'Caller' on an Incident should be able to view and interact with that Incident at all times, regardless of data separation.
Visibility groups: Groups that are exempt from the Separation Rule. A good example is a group responsible for management or auditing of the records in question.
Enable query cache: When enabled, Simple Data Separation caches the results of the Query script, resulting in faster results on subsequent access attempts
Cache expiration: The amount of time that a cached query is considered valid. After this duration, the Query script will be recalculated to ensure validity of returned results.
Customize query: Selecting this option will turn off auto-generation of the Query script and Condition, allowing you to inject your own script. This can be useful when building Separation Rules for complicated data structures where you may need to query against other tables in order to gather data needed for data separation.
Query: Auto-generated (or customized) script to enact data separation
Condition: Auto-generated (or customized) conditions under which the Query script is applied
To help avoid customization, check our to see if we've pre-built a set of Separation Rules to expedite your deployment!