Write and execute SOQL queries using SOQL Builder #inSalesforce

Code Builder comes preloaded with everything you need to build and run a SOQL query as a part of the Salesforce Extensions pack. 


Running queries:

Like create .soql file like accounts.soql lets try something, the returned result can can exported as .csv or .json

or

Click Ctrl+Shift+P to open the command palette and start typing soql to find the related command.


Visual: https://www.youtube.com/watch?v=zIivLvjoSeg


Reference : https://thesalesforcetutorial.blogspot.com/2022/08/salesforce-code-builder-insalesforce.html

Comments