Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
samlimster opened this issue Mar 15, 2024 · 2 comments

Comments

@samlimster
Copy link

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
Copy link

tprouvot commented Mar 18, 2024

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
Copy link

dufoli commented May 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants