Find Table and Field Permission Errors
Find situations where an object or field is defined in Salesforce metadata but is not visible to the current Salesforce credentials.
- By default, Salesforce has quite a few standard fields that are not visible to even an administrator. Most of the time this is OK, but this tool will help you identify them.
- If an object or a field is not visible to the current Salesforce credentials but is part of Salesforce metadata, it will not be backed up by CopyStorm. CopyStorm cannot backup anything where Salesforce permissions do not grant access.
- There are a few objects and fields which exist in Salesforce metadata that cannot be made visible unless a specific Salesforce feature license is also active. For example, Opportunity.IsScore exists in the Salesforce metadata but cannot be made visible unless Einstein Opportunity Scoring is enabled.
This tool works by comparing a CustomObject definition retrieved by the Salesforce Metadata API to a DescribeSObjectResult from the Partner API. A CustomObject lists all possible fields while a DescribeSObjectResult lists the fields visible to the current credentials.
Note: If no tables are selected/checked on the left then all tables will be analyzed.