IRM Policy and Sensitivity Label Workbook Security
If your organization uses Microsoft Sensitivity Labels or IRM (Information Rights Management), you can set a required IRM Policy or sensitivity label that must be set on a workbook for Anaplan XL functionality to work. If the appropriate workbook security is not set, FluenceXL will be disabled (grid/formulas etc. will not refresh, dialogs will not open) until the correct security settings have been applied.
Settings
The required security settings is set in the settings file by a regular expression. A custom warning message can also be set to display to the user if they try to use FluenceXL functionality without the required workbook security.
- For sensitivity labels:
<sensitivitylabelregex></sensitivitylabelregex> <sensitivitylabelmessage></sensitivitylabelmessage>
- For IRM Policies:
<irmpolicyregex></irmpolicyregex> <irmpolicymessage></irmpolicymessage>
After setting an IRM policy, the workbook must be saved for the changes to take effect. Sensitivity label changes will be applied as soon as the label is changed.
Example
For example, if you want users to only be able to use FluenceXL functionality if the workbook has the "Confidential" or "Highly Restricted" IRM policy set,
<irmpolicyregex>^(Confidential|Highly Restricted)$</irmpolicyregex>