Permission Checker Results
Powered by CapStorm
The CapStorm Permission Checker has successfully checked the ${salesforceOrgName} Salesforce instance to determine what fields and objects aren’t readable by the user ${salesforceUserName} as of ${runDate}.
The fields that are not available are based on Salesforce access for the user ${salesforceUserName} and must be made readable within Salesforce for this user.
Fields not available for backup or integration:
- Standard Fields not currently available - ${standardFieldUnavailableCount}
- Standard Objects not currently available - ${standardObjectUnavailableCount}
- Custom Fields not currently available - ${customFieldUnavailableCount}
- Custom Objects not currently available - ${customObjectUnavailableCount}
Total Metadata Scanned - ${totalTablesScanned} tables and ${totalFieldsScanned} fields
If these fields are needed for your backup or integration, please make them available within Salesforce for the user ${salesforceUserName}.
Contact CapStorm to learn about a Permission Fixer product that will automatically find and fix table and field access permissions.
Full Details available below.
Error |
Table |
Field |
Reason (optional) |
<#list errorTable as error>
${error.errorMessage} |
${error.table} |
${error.field} |
<#if error.optionalReason??>${error.optionalReason}#if> |
#list>