function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Akhilesh Reddy BaddigamAkhilesh Reddy Baddigam 

Does the new SOQL builder in VS Code work with Org based development?

Hi,

I am trying to use the new SOQL builder in VS code like mentioned in the below link how ever i am not able to get the builder view up on clicking Account.soql as shown in the gif. I am using Org developmental model i.e not using Scratch orgs

https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-soql&ssr=false#overview
https://github.com/forcedotcom/salesforcedx-vscode
Best Answer chosen by Akhilesh Reddy Baddigam
Akhilesh Reddy BaddigamAkhilesh Reddy Baddigam
Ok found the documentation, we just need to hit right click on the xyz.soql type of files in scripts and click open with which will give an option to select soql builder.

All Answers

Akhilesh Reddy BaddigamAkhilesh Reddy Baddigam
Ok found the documentation, we just need to hit right click on the xyz.soql type of files in scripts and click open with which will give an option to select soql builder.
This was selected as the best answer
VinayVinay (Salesforce Developers) 
Hi Akhilesh,

If the authentication token has expired for your default org, or your default scratch org has expired, SOQL Builder isn’t usable.  Try to authorize a default org, then re-open the file in SOQL Builder. If that doesn’t work, restart VS Code.

Check below references:
https://developer.salesforce.com/tools/vscode/en/soql/soql-builder
https://developer.salesforce.com/blogs/2020/11/introducing-the-soql-query-builder-now-in-beta.html

Thanks,