Description from extension meta
This is utilized to generate an IN query for Salesforce.
Image from store
Description from store
Salesforce In Clause Wizard is a Chrome extension that effortlessly converts multiple lines of text into a query-ready, comma-separated list with each item wrapped in single quotes. For example, when you input:
1
2
3
it outputs:
'1','2','3'
This formatted output can be directly used in a SOQL query like:
SELECT Id FROM Account WHERE Id IN ('1','2','3')
The tool streamlines the process of formatting text for Salesforce queries, reducing manual effort and minimizing errors.
Latest reviews
- (2023-07-19) Paarth Jolly: Useful Extension for formatting the Query to use IN Operations in Salesforce Inspector and Developer Console. Recommended for the Data / Project Managers.
- (2023-06-13) Anup SHUKLA: Great Tool to perform IN Query. Easy and run time delivery interface.