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:
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.
Permission Checker documentation is available on the CapStorm Learning Site
Full Details available below.
<#list errorTable as error>
Error Table Field Reason (optional)
${error.errorMessage}  ${error.table}  ${error.field}  <#if error.optionalReason??>${error.optionalReason}