You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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,...)
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.
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.
The text was updated successfully, but these errors were encountered: