SOQL does not allow complex queries across related objects. #5479
JohnRCoder
started this conversation in
Ideas
Replies: 1 comment
-
Any idea when this is going to be worked on? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Workbench, I can query across related objects
Example. Select Id, Account.Id, Contact.Id From Case where Contact.Email Like '%@specialdomain.com'
We should be able to do the same query in VS Code SOQL
The second you try to type a period to select sub-object.field, all the drop downs stop working.
Thank you
Much appreciated if you can look into and implement.
Beta Was this translation helpful? Give feedback.
All reactions