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. 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.