Metaforce SOQL Explorer
If you are a Salesforce administrator or developer, you are probably familiar with SOQL. Many times we need to run SOQL queries to view detailed data in the database table for analysis and problem-solving, and some fields of the record may not be displayed on the layout.
So, how can you quickly build and run a SOQL query, and quickly view the returned data? This may be a problem we face every day.
The most direct way to create SOQL is through the Developer Console, where you can generate a SOQL query by selecting objects and fields and executing it. However, you have to consider some limitations:
To improve query and processing efficiency, Metaforce SOQL Explorer provides a range of convenient and easy-to-use features that allow you to quickly create and query SOQL, as well as handle query results.
Metaforce SOQL Explorer
2 Query Modes
Object & Fields Selector
领英推荐
View & Edit Records
After editing the SOQL statement, you can directly run it to view the query results.
Bulk updates via javascript
If you're familiar with javascript, you can easily write your own logic to populate values to the field on selected records as below.
It's useful if you need to bulk update a small volume of records without using data loader!
SOQL Execution History
If you'd like to explore more, feel free to visit our official website and documentation.