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: powerapps-docs/maker/model-driven-apps/app-access-checker.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,19 @@ Issues found by the app access checker:
22
22
23
23
## How to use the app access checker
24
24
25
-
Power Platform admins and makers can use the app access checker to search apps based on userid or email address.
25
+
Power Platform admins and makers can use the app access checker to search apps based on user principal name (UPN) or email address.
26
26
27
-
Open the diagnostics page in your browser by typing https://*environmentURL*/WebResources/msdyn_AppAccessChecker.html, such as *https://contoso.crm.dynamics.com/WebResources/msdyn_AppAccessChecker.html*. Then enter the user principal name(UPN) or email address in the box and then select **Search**.
27
+
Open the diagnostics page in your browser by typing https://*environmentURL*/WebResources/msdyn_AppAccessChecker.html, such as *https://contoso.crm.dynamics.com/WebResources/msdyn_AppAccessChecker.html*. Then enter the UPN or email address in the box and then select **Search**.
28
28
29
29
## How to interpret the results
30
30
31
31
-**Visible**.
32
-
- If the user doesn't have read privilege on app module table, none of the apps are visible to the user, and **No** is displayed.
32
+
- If the user doesn't have read privilege on the app module table, none of the apps are visible to the user, and **No** is displayed.
33
33
- If the user has read and/or write privilege on the app module table, then all the apps are visible and **Yes** is displayed.
34
34
-**License**.
35
35
- If the user has appropriate licensing to play the app, **Yes** is displayed.
36
36
-**Security**.
37
-
- If the user has create or write privilege on the app module table, Yes is displayed. If the user isn't associated to one or more security roles assigned to the app, check if the user is member of a team and whether that team is associated with that security role.
37
+
- If the user has create or write privilege on the app module table, **Yes** is displayed. If the user isn't associated to one or more security roles assigned to the app, check if the user is member of a team and whether the team is associated with that security role.
38
38
39
39
### Example results
40
40
@@ -52,7 +52,7 @@ Two examples where the user has visibility to some apps visible but not others b
52
52
In this example, the user has the required security privilege for the app but doesn't have the required license to access the app.
53
53
:::image type="content" source="media/app-access-checker/user-no-license-access.png" alt-text="User doesn't have required license." lightbox="media/app-access-checker/user-no-license-access.png":::
54
54
55
-
In this example, the user doesn't have the required security privilege, so this tool isn't able to show licensing details.
55
+
In this example, the user doesn't have the required security privilege, so the app access checker isn't able to show licensing details.
56
56
:::image type="content" source="media/app-access-checker/user-no-security-access.png" alt-text="Missing privileges to run the app" lightbox="media/app-access-checker/user-no-security-access.png":::
57
57
58
58
If **Security** is **Yes** and **License** is **No** or **Unknown** the issue needs to be investigated by licensing team. <!-- You mean contact Support? -->
0 commit comments