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
Copy file name to clipboardExpand all lines: docs/install.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,19 +63,20 @@ Finally, the content of the application can be modified in your org (using the S
63
63
## Known issues
64
64
65
65
### I can't install the package because some Apex class are not compiling
66
-
Our package does not include ANY Apex class.
67
-
It is more likely a existing Apex class in the org you want to analyze that does not compile (it happens!).
68
-
In that case, you can still install the package BUT you will have to specify during the installation process that you only want to validate the classes that are included in the package. This can be done via the advanced setting when installing the app.
66
+
-Our package does **NOT include ANY Apex class**.
67
+
-It is more likely a **existing Apex class** in the org you want to analyze that **does not compile** (it happens!).
68
+
-In that case, you can still install the package BUT you will have to specify during the installation process that you only want to validate the classes that are included in the package. This can be done via the **advanced setting when installing the app**.
69
69
70
70
### I can't see the OrgCheck application, even if I am SysAdmin and/or are assigned the OrgCheck Permission set
71
-
Double check that you are assigned to the permission set (just in case you missed that part).
72
-
You should see the application definitly!
73
-
The app is called "OrgCheck" obviously.
71
+
- The app is called "**OrgCheck**" obviously, maybe you spell it wrong?
72
+
- Double check that you are assigned to the **permission set** (just in case you missed that part).
73
+
- You should see the application definitly!
74
74
75
75
### I have the same error on EVERY tabs when the tool is accessing the API: INVALID_SESSION_ID: This session is not valid for use with the REST API
76
-
In case you have enabled the "API Client Whitelisting" feature, you will need to create another permission set (don't modify the OrgCheck permission because on the next release your setting will be overwritten).
77
-
That additional permission set needs to have checked the system permission called "Use any API Client" (which appears ONLY if you activate the "API CLient Whitelisting" feature -- that's why we can't add it to everybody).
78
-
And assign your user to this additional permission set.
76
+
In case you have enabled the "**API Client Whitelisting**" feature, you will need to:
77
+
- Create another permission set (don't modify the OrgCheck permission because on the next release your setting will be overwritten).
78
+
- In this permission set, check the system permission called "**Use any API Client**" (which appears ONLY if you activate the "**API CLient Whitelisting**" feature -- that's why we can't add it to everybody).
79
+
- And assign your user to this additional permission set.
79
80
For more information, you can check that closed issue: https://github.com/VinceFINET/OrgCheck/issues/118
0 commit comments