If your organization uses Microsoft Sensitivity Labels or IRM (Information Rights Management), you can set a required sensitivity label or IRM Policy that must be set on a workbook to enable Anaplan XL Reporting functionality. Similarly, you can set up authorized workbook owners. If the required policy isn't set, you can't add connections, no data will be retrieved, and dialogs won't open until the correct security settings have been applied
Find out about sensitivity label and IRM Policy at these links.
Settings
Specify the required security settings using a regular expression in the Admin Controlled settings file. This file can be deployed with the product. Refer to the Admin Controlled section on the settings file page. You can also set a custom warning message to display to the user if they try to use Anaplan XL functionality without the required workbook security.
Sensitivity labels
<sensitivitylabelregex></sensitivitylabelregex>
<sensitivitylabelmessage></sensitivitylabelmessage>
IRM policies
<irmpolicyregex></irmpolicyregex>
<irmpolicymessage></irmpolicymessage>
After setting an IRM policy, save the workbook for the changes to take effect. Sensitivity label changes are applied when the label is changed.
Authorized owner
<authorisedownerregex></authorisedownerregex>
<authorisedownermessage></authorisedownermessage>
Example
If you want users to only be able to use Anaplan XL functionality if the workbook has the "Confidential" IRM policy set, use:
<irmpolicyregex>^Confidential$</irmpolicyregex>
<irmpolicymessage>The workbook protection level does not meet the policies set. Set the workbook protection and save to continue</irmpolicymessage>
If you want users to only be able to use Anaplan XL functionality if the workbook has the "Confidential" or "Highly Restricted" IRM policy set, use:
<irmpolicyregex>^(Confidential|Highly Restricted)$</irmpolicyregex>
If you want users to only be able to use Anaplan XL functionality if the workbook has any IRM policy containing the text "Confidential", use:
<irmpolicyregex>Confidential</irmpolicyregex>
If you only want users to be able to use Anpalanx XL functionality if the worker author contains at least one of two particular names, use:
<authorisedownerregex>John Smith|Jane Doe</authorisedownerregex>