sorenkrabbe / Chrome-Salesforce-inspector

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
328 stars 124 forks source link

Unable to query new Nonprofit Cloud objects with Salesforce Inspector SOQL #269

Open samlimster opened 3 months ago

samlimster commented 3 months ago

Hi folks.

Just set up a new Nonprofit cloud org and was trying to do some SOQL queries. However, none of the new objects are visible in the Salesforce Inspector Export tool. Here's an example:

Query: select id from GiftTransaction Error: INVALID_TYPE: sObject type 'GiftTransaction' is not supported.

image

If I do the same query in the developer console, it works just fine. We've made sure that the user is a system admin and has access to all the objects.

Can you please help?

Thank you.

Sam.

tprouvot commented 3 months ago

Hi @samlimster, That's because GiftTransaction is available from API 59 and this plugin is stayed in API 56. You can use Salesforce Inspector reloaded which is a new version of the plugin with extra features and which is currently in API 60.

image
dufoli commented 1 month ago

Hello @samlimster, this extension is not maintain anymore and it stayed with version 56 of the API. Sadly Giftransaction come with version 59. So you can use Salesforce Inspector Advanced which support that and many more features (apex runner, sosl,...)