You are here: Policy Service > Using Refile Rules

Using Refile Rules

In WorkSite, refiling is the process of reapplying the default metadata and security settings of a parent workspace, folder, or tab to a document or folder. Because WorkSite simply overwrites the profile of the document or folder during a refile, there are many situations in which a refile can result in undesired changes. For example, performing a refile on a public folder that contains private subfolders would result in all subfolders becoming public.

To avoid such issues, Milan offers a smarter, rule-based refiling process that automatically refiles objects after they have been changed in WorkSite. Each refile rule contains:

Refiles Rules are a reactive means of enforcing security on client matters and are best suited for users who work primarily with Security Center. For a more proactive approach to security, consider using Policy Center. For a detailed explanation of the advantages of using Policy Center, refer to About Policy Center.

Workflow

  1. A users performs an action in WorkSite, such as:
    1. Importing, updating, or moving a document

    2. Creating a workspace or folder

    3. Updating the properties or security of a workspace or folder

  2. The Policy Queue Service identifies the event and, if it passes the logic in the custom SQL scripts, adds it to the Milan.InputQueue table.
  3. The Policy Service reads the next batch of items from the Milan.InputQueue table.
  4. The Policy Service compares an item against the criteria of the first rule. If the item doesn't match all criteria, the Policy Service continues down the rules list until either a match is found or the rules are exhausted.

Note: Only one refile rule can be applied to a folder or document.

  1. Items that pass the criteria are updated based on the rule's metadata and security settings; if an item does not pass the criteria or does not require an update, the item is skipped.

Required Permissions

In order to be able to configure refile rules from AdministrationMore ConfigurationsRefile Rules, a user must have the Policy (Refile): Edit Refile Rules permission.

Refile Rules Dialog

Refile Rules Dialog

Configuring Refile Rules

To add a refile rule:

  1. Open AdministrationMore ConfigurationsRefile Rules and click the Add Rule button to open the Refile Rules Dialog.
  2. Enter a name for the rule in the Description field.
  3. Click Add Rule to open the Add Rule Dialog.
  4. Configure the rule options and click Save.
  5. Repeat steps three and four for each additional criterion.
  6. Configure the remaining Criteria settings.
  7. To update metadata, check Apply Metadata and click Add Metadata to open the Add Metadata Dialog; otherwise, skip to step ten.
  8. Configure the metadata options and click Save.
  9. Repeat steps seven and eight for each metadata field you would like to update.
  10. To update security, check Apply Security and configure the Security settings.
  11. Click Save to save the refile rule and close the dialog.