From dba0243a9a110764cbdb5dd1adc5033a28e86a26 Mon Sep 17 00:00:00 2001 From: Xiaoan Lin Date: Sun, 30 Jan 2022 21:53:04 +0900 Subject: [PATCH 1/2] Release v3.9.0 Improved Query Editor, Added feature of Object Fields. --- README.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1eaf605..dba3d45 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,11 @@ - [Exporting Page Layout Definitions as Excel](#5-exporting-object-page-layout-definitions) - [Exporting List View Definitions as Excel](#6-exporting-object-list-view-definitions) - [Apex Code Generator, Generating test data Apex Code](#7-apex-code-generator) -- [Object Search, quickly access to new record page, listview page and object setting page](#8-object-search) -- [Powerful Debug Log search and viewer](#9-debug-log-search-and-viewer) -- [All check on profile edit and field permission edit page (Only Classic)](#10-all-check) -- [Mass edit, mass delete, mass clone custom fields (Only Classic)](#11-mass-edit-custom-fields) +- [Objects Search, quickly access to new record page, listview page and object setting page](#8-objects-search) +- [Object Fields Search, quickly search all fields and show its data usage](#9-object-fields) +- [Powerful Debug Log search and viewer](#10-debug-log-search-and-viewer) +- [All check on profile edit and field permission edit page (Only Classic)](#11-all-check) +- [Mass edit, mass delete, mass clone custom fields (Only Classic)](#12-mass-edit-custom-fields) ![Saleforce-DevTools](https://user-images.githubusercontent.com/5466487/60065045-7435e880-973d-11e9-9c3b-4e01268a589a.gif) @@ -28,7 +29,8 @@ This feature support to edit soql and export query results to excel file easily, ![Saleforce-DevTools-Query-Editor](https://user-images.githubusercontent.com/5466487/92326662-d18e2f00-f08e-11ea-9d89-ebcb75198c9e.gif) -![Saleforce-DevTools-Export-Query-Results](https://user-images.githubusercontent.com/5466487/60065199-fde5b600-973d-11e9-9233-2d985a59fe81.gif) +![Salesforce DevTools Query Editor v3 9 0](https://user-images.githubusercontent.com/5466487/151700305-53b720f0-4930-477a-86f1-b07d10534b40.gif) + ### 2. Show/Hide API Name This feature is available on any object record detail page, both Classic and Lightning, as below: @@ -68,7 +70,7 @@ This feature is available on any object record detail page, it generates Apex Co ![Saleforce-DevTools-Apex-Code-Generator](https://user-images.githubusercontent.com/5466487/60065095-a2b3c380-973d-11e9-940d-cf7989d9f953.png) -### 8. Object Search +### 8. Objects Search Quickly search and access object new record, ListView, setting and API docs page, supports both Classic and Lightning, as below: Saleforce-DevTools-Object-Search @@ -81,12 +83,18 @@ Quickly search and access object new record, ListView, setting and API docs page | ④ | Salesforce object api page (only standard) | | ⑤ | Object Query Editor | -### 9. Debug Log Search and Viewer +### 9. Object Fields +Quickly search all fields and show its data usage, as below: + +![Salesforce DevTools Object Fields v3 9 0](https://user-images.githubusercontent.com/5466487/151700291-17533a95-81c3-4d6f-97c2-7fdc0d9f53ef.gif) + + +### 10. Debug Log Search and Viewer Open DevTools on any object page or debug logs page, then you can search any text in all Debug Logs as below: ![Salesforce-DevTools-Debug-Logs-Viewer](https://user-images.githubusercontent.com/5466487/60066281-93cf1000-9741-11e9-9573-e0105a6db369.gif) -### 10. All Check +### 11. All Check This feature works on any profile edit page, field permission edit page, as below: ![Salesforce-DevTools-All-Check](https://user-images.githubusercontent.com/5466487/60066348-caa52600-9741-11e9-9674-4ddbe97ce985.gif) @@ -94,7 +102,7 @@ This feature works on any profile edit page, field permission edit page, as belo It will save you many many time on Salesforce deploy. -### 11. Mass Edit custom fields +### 12. Mass Edit custom fields Mass edit, mass delete, mass clone features work on any object fields page, as below: ![Salesforce-DevTools-Mass-Edit-Fields](https://user-images.githubusercontent.com/5466487/60066374-de508c80-9741-11e9-915d-ddf5ab336f15.gif) From 1572f061fa1a13292c727ba752a8b085b531de3a Mon Sep 17 00:00:00 2001 From: Xiaoan Lin Date: Mon, 10 Apr 2023 11:23:21 +0900 Subject: [PATCH 2/2] v3.10.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ・Add feature of Mass Edit custom filed on Lightning ・Add user profile panel and feature reauthentication ・Improve Query Editor error message ・Fix request from different org issue --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index dba3d45..489f02b 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ - [Apex Code Generator, Generating test data Apex Code](#7-apex-code-generator) - [Objects Search, quickly access to new record page, listview page and object setting page](#8-objects-search) - [Object Fields Search, quickly search all fields and show its data usage](#9-object-fields) -- [Powerful Debug Log search and viewer](#10-debug-log-search-and-viewer) -- [All check on profile edit and field permission edit page (Only Classic)](#11-all-check) -- [Mass edit, mass delete, mass clone custom fields (Only Classic)](#12-mass-edit-custom-fields) +- [Mass edit, mass delete, mass clone custom fields (Only Classic)](#10-mass-edit-custom-fields) +- [Powerful Debug Log search and viewer](#11-debug-log-search-and-viewer) +- [All check on profile edit and field permission edit page (Only Classic)](#12-all-check) + ![Saleforce-DevTools](https://user-images.githubusercontent.com/5466487/60065045-7435e880-973d-11e9-9c3b-4e01268a589a.gif) @@ -88,13 +89,19 @@ Quickly search all fields and show its data usage, as below: ![Salesforce DevTools Object Fields v3 9 0](https://user-images.githubusercontent.com/5466487/151700291-17533a95-81c3-4d6f-97c2-7fdc0d9f53ef.gif) +### 10. Mass Edit custom fields +Mass edit, mass delete, mass clone features work on any object fields page, as below: + +![Salesforce-DevTools-Mass-Edit-Fields](https://user-images.githubusercontent.com/5466487/230711495-6fe3d5a7-fa7a-4d65-874a-e728040bab26.gif) + +Clone to feature support to clone fields from one object to another, no need to create each again any more. -### 10. Debug Log Search and Viewer +### 11. Debug Log Search and Viewer Open DevTools on any object page or debug logs page, then you can search any text in all Debug Logs as below: ![Salesforce-DevTools-Debug-Logs-Viewer](https://user-images.githubusercontent.com/5466487/60066281-93cf1000-9741-11e9-9573-e0105a6db369.gif) -### 11. All Check +### 12. All Check This feature works on any profile edit page, field permission edit page, as below: ![Salesforce-DevTools-All-Check](https://user-images.githubusercontent.com/5466487/60066348-caa52600-9741-11e9-9674-4ddbe97ce985.gif) @@ -102,11 +109,4 @@ This feature works on any profile edit page, field permission edit page, as belo It will save you many many time on Salesforce deploy. -### 12. Mass Edit custom fields -Mass edit, mass delete, mass clone features work on any object fields page, as below: - -![Salesforce-DevTools-Mass-Edit-Fields](https://user-images.githubusercontent.com/5466487/60066374-de508c80-9741-11e9-915d-ddf5ab336f15.gif) - -Clone to feature support to clone fields from one object to another, no need to create each again any more. - pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy