|
11 | 11 | - [Apex Code Generator, Generating test data Apex Code](#7-apex-code-generator)
|
12 | 12 | - [Objects Search, quickly access to new record page, listview page and object setting page](#8-objects-search)
|
13 | 13 | - [Object Fields Search, quickly search all fields and show its data usage](#9-object-fields)
|
14 |
| -- [Powerful Debug Log search and viewer](#10-debug-log-search-and-viewer) |
15 |
| -- [All check on profile edit and field permission edit page (Only Classic)](#11-all-check) |
16 |
| -- [Mass edit, mass delete, mass clone custom fields (Only Classic)](#12-mass-edit-custom-fields) |
| 14 | +- [Mass edit, mass delete, mass clone custom fields (Only Classic)](#10-mass-edit-custom-fields) |
| 15 | +- [Powerful Debug Log search and viewer](#11-debug-log-search-and-viewer) |
| 16 | +- [All check on profile edit and field permission edit page (Only Classic)](#12-all-check) |
| 17 | + |
17 | 18 |
|
18 | 19 | 
|
19 | 20 |
|
@@ -88,25 +89,24 @@ Quickly search all fields and show its data usage, as below:
|
88 | 89 |
|
89 | 90 | 
|
90 | 91 |
|
| 92 | +### 10. Mass Edit custom fields |
| 93 | +Mass edit, mass delete, mass clone features work on any object fields page, as below: |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | +Clone to feature support to clone fields from one object to another, no need to create each again any more. |
91 | 98 |
|
92 |
| -### 10. Debug Log Search and Viewer |
| 99 | +### 11. Debug Log Search and Viewer |
93 | 100 | Open DevTools on any object page or debug logs page, then you can search any text in all Debug Logs as below:
|
94 | 101 |
|
95 | 102 | 
|
96 | 103 |
|
97 |
| -### 11. All Check |
| 104 | +### 12. All Check |
98 | 105 | This feature works on any profile edit page, field permission edit page, as below:
|
99 | 106 |
|
100 | 107 | 
|
101 | 108 |
|
102 | 109 | It will save you many many time on Salesforce deploy.
|
103 | 110 |
|
104 | 111 |
|
105 |
| -### 12. Mass Edit custom fields |
106 |
| -Mass edit, mass delete, mass clone features work on any object fields page, as below: |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| -Clone to feature support to clone fields from one object to another, no need to create each again any more. |
111 |
| - |
112 | 112 |
|
0 commit comments