-
Notifications
You must be signed in to change notification settings - Fork 76
Differences with Salesforce Inspector legacy version ?
Thomas Prouvot edited this page Mar 20, 2023
·
2 revisions
This version has been created to fix the most annoying bug ever ... the extra semi colon in the export page !
Then some ideas and improvements came to me with colleagues discussions and personal requirements.
- Add shortcut link to object list from popup (idea by Samuel Krissi )
- Add shortcuts links to (list of record types, current SObject RecordType and objet details, show all data from user tab) from popup feature 34
- Auto detect SObject on import page when posting data which contain SObject header feature 30
- Update to Salesforce API v 57.0 (Spring '23)
- Switch background color on import page to alert users that it's a production environnement
- Implement Auth2 flow to generate access token for connected App
- Automatically remove spaces from column name in import
- Add "Skip all unknown fields" to import page
- Add User Id to pop-up
- Support Enhanced Domain issue #222 from PR223
- Add inactive users to search result
- Sticked table header to the top on export
- Add label to saved query and sort list.
- Remove extra comma when autocomplete query in data export, or select a field from suggested fields just before 'FROM' keyword.
- Add "Copy Id" option when clicking on a Sobject field or Id in data export page.
- Integrate UI updates from Garywoo's fork