Quick summary
This demo shows how to query Public Groups in Salesforce using the Salesforce Inspector browser extension and a simple SOQL query targeting the Group object. Admins and developers can use this method to quickly retrieve Public Group data without navigating through Setup menus.
Steps
- Open Salesforce Inspector from the right side panel of your browser.
- Select 'Data Export' from the Salesforce Inspector menu.
- In the new window that opens, enter your SOQL query: type SELECT <input field> FROM Group WHERE Type = 'Regular' — this is the basic template for querying Public Groups. Modify the fields to match your needs.
- Click 'Run Export' and Salesforce will extract and display the results.
