Dear All,
I am trying to do an audit of all the sharing rules in an Org. Is there a way to run a report, Query or anything to get a list of sharing rules as per Object or collectively . Thanks in advance
1 answer
Hi @Chinedu Udeh ,
You would have to use the metadata api to retrieve the information you need. The details are listed here:
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_sharingrules.htmAn alternative is to use the Org Browser in VS Code:
https://developer.salesforce.com/tools/vscode/en/user-guide/org-browserI hope this helps!