You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let customers have an application within their Salesforce org to reduce their technical debt continuously.
14
+
## Why would you need this application in your org?
13
15
14
-
**How does it work?**
16
+
Make sure your Salesforce organisation is under control in terms of **technical debt reduction**.
15
17
16
-
- You install this application directly in the org you want to analyse (sandbox or developer edition).
17
-
- Then, you navigate through the tabs in the app to discover some bad practices in the org.
18
-
- More information at (installation)
18
+
You will need org Check to verify some things in your organisation like:
19
+
- Well Described Data Model
20
+
- Useful and meaningful Profiles and Permission Sets
21
+
- Efficent Role Hierarchy
22
+
- Active Users
23
+
- Useful Public Groups and Queues
24
+
- UI and Apex Componants respecting best practices
25
+
- Better Automations
26
+
- etc.
19
27
28
+
## My Vision of the application
20
29
21
-
**What are the use cases of the app?**
30
+
This application is **easy to install and easy to use**.
31
+
It requires no additional software or platform whatsoever.
32
+
All you need is to install the application in your org from the AppExchange.
33
+
No custom object will be added, no external connection, all stays in your browser and your org.
34
+
The app is free of use: open sourced, available on the AppExchange for free and a support on slack and GitHub.
22
35
23
-
* Data Model
24
-
* Get all information of an Object in a unique page
25
-
* List all Org Wide Default in a unique page
26
-
* Identity custom fields with bad practices
27
-
* Profile and Permission Set
28
-
* Identity custom profiles that are not assigned
29
-
* Identity permission sets that are not assigned
30
-
* Identify permission sets and profiles correlations
31
-
* List IP and Login Hours restrictions on all profiles
32
-
* Role hierarchy
33
-
* Check if your role hierarchy is not too deep
34
-
* Show role hierarchy in a diagram with empty roles identification
35
-
* List roles with bad practices
36
-
* Users
37
-
* List users that never logged
38
-
* Key system permissions for each users
39
-
* Public group and Queues
40
-
* List groups and queues
41
-
* Identify all users of groups and queues (recursive computation)
42
-
* UI Composants
43
-
* List Visual Force pages and components with bad practices
44
-
* List Aura and LWC components with bad practices
45
-
* Apex Composants
46
-
* List Apex Classes with bad practices (old API version, no explicit sharing, etc.)
47
-
* List Triggers with bad practices (contains logic, DML, SOQL, etc.)
48
-
* Automations
49
-
* Workflow rules without actions
50
-
* Process Builders / Flows
51
-
* Batches
52
-
* Failed jobs
53
-
* Scheduled jobs
36
+
Please use [this deck](http://sfdc.co/OrgCheck-Presentation) with your colleagues, company or customers to present the application before installing it and using it for your org.
54
37
38
+
Keep in mind that Org Check is not a Salesforce product. It has not been officially tested or documented by Salesforce. Also Salesforce support is not available for Org Check. Support is based on open source participation and requests are managed (as we can) via GitHub at https://github.com/VinceFINET/OrgCheck/issues.
55
39
40
+
## How do I install this application?
56
41
57
-
A complementary tool for the awesome **Salesforce Optimizer**.
42
+
You install this application directly in the org you want to analyse from the AppExchange.
58
43
44
+
Then, you navigate through the tabs in the app to discover some bad practices in the org.
59
45
46
+
<ahref="https://sfdc.co/OrgCheck-InstallToday-AppExchange"target="_blank"><imgwidth="300"src="./assets/pngs/Install-AppExchange.png"alt="Deploy Org Check from AppExchange"></a><br />
60
47
61
-
## Install today!
62
-
<ahref="https://sfdc.co/OrgCheck-InstallToday-SDB"><imgwidth="300"src="./assets/pngs/Install-SDBX.png"alt="Deploy Org Check to Salesforce (Sandbox)"></a><br />
63
-
<ahref="https://sfdc.co/OrgCheck-InstallToday-DE"><imgwidth="300"src="./assets/pngs/Install-DevEdition.png"alt="Deploy Org Check to Salesforce (Dev Edition)"></a><br />
64
-
65
-
## Enjoy your ride with Checky (our mascot!)
66
-
-[You want a preview of this application?](preview)
67
-
-[How to install Org Check in your org?](installation)
68
-
-[Why did I create this tool?](vision)
69
-
-[Legal terms: Org Check is not a Salesforce product](legal)
70
-
71
-
48
+
Any issues installing the application? Please, [go to this dedicated page](installation) about installation, including some frequently asked questions.
0 commit comments