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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: