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

Upgrade api version #8

Open
jbardo opened this issue May 4, 2022 · 1 comment
Open

Upgrade api version #8

jbardo opened this issue May 4, 2022 · 1 comment

Comments

@jbardo
Copy link

jbardo commented May 4, 2022

Hello,

It seems the salesforce api version used in this plugin is quite old: 39.0 (Spring '17).
It is limiting for working with newer SOQL features like the TYPEOF keyword, very useful for querying polymorphic relationships.

"SOQL TYPEOF expressions are not supported for API versions less than 46.0 ."

Is it possible to either upgrade to at least 46.0 (Summer '19), or something else like latest available in the salesforce instance, or allow to choose it? What would you recommend? The system I am currently working with is in version 54 (Spring '22) but I suppose some could be in older versions too.

Thanks

@aziz-harazi
Copy link

Hello I've just push a PR #9 in order to update api version.

Thank you

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

2 participants