Skip to main content

We are using salesforce inspector to export some basic metadata on my fields in Salesforce (description, lastmodifieddate, etc). One of my colleagues is having an issue where after clicking "Export", Salesforce Inspector simply comes back with "No Data Exported". I am able to export this data for the same objects without issue and we both have high level admin privileges. Does anyone have any insight into what could be happening? Here is our general code for reference. 

 

Select Label, QualifiedAPIName, DeveloperName, Description, DataType, LastModifiedDate, ExtraTypeInfo, IsCalculated FROM FieldDefinition WHERE EntityDefinition.QualifiedApiName = 'CustomObjectAPIName__c'

 

#Lightning Experience  #Chrome Extension

2 answers
  1. Feb 15, 2024, 7:48 PM

    Selecting the Tooling API doesn't change anything. 

     

    We know there is data that meets the query because when I run the command from my account, I successfully get an output and the colleague is using a copy-paste of what I used so there's no difference in the text but is getting the "No Data Exported" result.

     

    Any other ideas?

0/9000