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

Query for Contact GenderIdentity standard field not working #265

Open
nvankerk opened this issue Oct 17, 2023 · 3 comments
Open

Query for Contact GenderIdentity standard field not working #265

nvankerk opened this issue Oct 17, 2023 · 3 comments

Comments

@nvankerk
Copy link

Inspector doesn't seem to recognize the Contact or Lead OOTB field for GenderIdentity. When added to an Export we get the following error, where it works in Dev Console or other IDEs that query SFDC
No such column 'genderidentity' on entity 'Lead'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.
Is this an API version issue?

@scpso
Copy link

scpso commented Feb 29, 2024

I'm having what I assume is the same issue trying to insert PersonAccounts using Inspector:
image

@scpso
Copy link

scpso commented Feb 29, 2024

Ah, I see this repo is not being actively maintained.
For anyone else who lands here, tprouvot is maintaining a fork https://github.com/tprouvot/Salesforce-Inspector-reloaded which is up-to-date with the Salesforce API and resolves this issue

@dufoli
Copy link

dufoli commented Mar 21, 2024

this field has been added in api version 57 which is not supported in current salesforce inspector. It will works with fork of the project:
https://github.com/odufour/Salesforce-Inspector-Advanced
https://github.com/tprouvot/Salesforce-Inspector-reloaded

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