Skip to content

Commit 7569bde

Browse files
authored
Update install.md
Typos
1 parent a6cb6e7 commit 7569bde

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/install.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,20 @@ Finally, the content of the application can be modified in your org (using the S
6363
## Known issues
6464

6565
### 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**.
6969

7070
### 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!
7474

7575
### 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.
7980
For more information, you can check that closed issue: https://github.com/VinceFINET/OrgCheck/issues/118
8081

8182

0 commit comments

Comments
 (0)