Ability to independantly choose environments for running SOQL queries and/or Anonymous Apex from within VSCode. #5475
pranavraulkar
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm always frustrated when I have to keep changing default environments for entire workspace when I just have to just run a SOQL query or anonymous apex against a specific environment. Sometimes, we forget to switch environment back and these can cause more issues.
It would be great if there was an ability to choose what environment do you want to run SOQL query or Anonymous apex against, which is independant of the workspace or project default environment.
In current scenario, for both anonymous apex and soql same default org org is used. But what if I want to quickly query against other org? What if I want to write anonymous apex against an org which is different from the org I ran soql query against?
Thus, there should be a way to choose orgs for SOQL and Anonymous apex scripts independently of each other and the project workspace default org.
![image](https://private-user-images.githubusercontent.com/1922019/245906041-450e8e29-7746-40c9-be62-94b88fe486c8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjA3MDAsIm5iZiI6MTczOTQyMDQwMCwicGF0aCI6Ii8xOTIyMDE5LzI0NTkwNjA0MS00NTBlOGUyOS03NzQ2LTQwYzktYmU2Mi05NGI4OGZlNDg2YzgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDQyMDAwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTRmZTc0Y2I5Y2UzYWMxNzQ5YjExMTA4MzQyNDgxMGEyNDQxMWE3Y2ExMjc0MDI0OTJkNjBhMGE0NGI4Y2M4MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Y3RgUnupI1yIRcdZ0i6Zscc4dYQ1HVqY8MDnPIXJKYU)
Beta Was this translation helpful? Give feedback.
All reactions