Ever wondered what the data classification section in the fields settings is about? It's great news for restricted industries like Healthcare & Life Sciences or Finance.
Data Classification Metadata lets you flag sensitive fields with the corresponding compliance category, data owner, field usage and sensitivity. Best of all is that you can report on these classifications and even add your own values if needed. If you don't want to spend ~15-20 mins to build such a report in your org (as described here ), you can simply deploy my example report to your org with a click of a button. All it contains is a custom report type and an example report for Data Classification which can be filtered by object and classification type.
Translation Workbench needs to be enabled in your org to install this report.
- Clone this repository:
git clone https://github.com/UnofficialSalesforceHLS/SFDataClassificationReport.git cd SFDataClassificationReport
- Authorize your Salesforce org via VSCode or Terminal:
sfdx force:auth:web:login
- Deploy metadata to your org via VSCode or Terminal (replace YOURUSERNAME with valid one):
sfdx force:source:deploy --sourcepath ./force-app -u YOURUSERNAME