Salesforce DevTools is a Chrome extension for Salesforce developer, based on everything we need in Salesforce development, supports:
- Exporting Object Fields API Reference as Excel
- Exporting Salesforce data model (ERDs) as svg
- Show/Hide field API name on object detail page
- Apex Code Generator, Generating test data Apex Code
- Query Editor, generating SOQL by mouse click, exporting query result to Excel
- Object Search, quickly access to new record page, listview page and object setting page
- Powerful Debug Log search and viewer
- All check on profile edit and field permission edit page (Only Classic)
- Mass edit, mass delete, mass clone custom fields (Only Classic)
Open DevTools then click to export field defination of single object or multiple objects as Excel, as below:
Seconds to make a Salesforce entity relationship diagrams (ERDs) with this feature as below :
This feature is available on any object record detail page, both Classic and Lightning, as below:
This feature is available on any object record detail page, it generates Apex Code base on the record data, both Classic and Lightning, as below:
This feature support to edit soql and export query results to excel file easily, it works on any object detail page, object list page and object setting page, both Classic and Lightning, as below:
Quickly search and access object new record, ListView, setting and API docs page, supports both Classic and Lightning, as below:
Button | Link To |
---|---|
① | New record page |
② | ListView page |
③ | Setting page |
④ | Salesforce object api page (only standard) |
⑤ | Object Query Editor |
Open DevTools on any object page or debug logs page, then you can search any text in all Debug Logs as below:
This feature works on any profile edit page, field permission edit page, as below:
It will save you many many time on Salesforce deploy.
Mass edit, mass delete, mass clone features work on any object fields page, as below:
Clone to feature support to clone fields from one object to another, no need to create each again any more.