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/mobile/canvas-mobile-offline-setup.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Turn on offline mode in your canvas app if users need to work without worrying a
28
28
29
29
- Users with Basic User role can't open an offline application. You must create a custom security role with read privileges on **Canvas App**, **Mobile offline profile**, and **Sync Error** tables.
30
30
31
-
- If you already have a custom security role, make sure it grants read privileges on **Canvas App**, **Mobile offline profile**, and **Sync Error** tables. [Learn about miscellaneous privileges](/power-platform/admin/miscellaneous-privileges).
31
+
- If you already have a custom security role, make sure it grants read privileges on **Canvas App**, **Mobile offline profile**, and **Sync Error** tables. Learn about[Create or edit a security role to manage access](/power-platform/admin/create-edit-security-role).
32
32
33
33
## Optimize your app for mobile offline
34
34
@@ -60,33 +60,32 @@ Tables included in an offline app must be configured for offline use. Some built
60
60
61
61
## Turn on offline capability for your app
62
62
63
-
1. In [Power Apps studio](../maker/canvas-apps/power-apps-studio.md), in the left side panel, select **Apps**.
63
+
1. In [Power Apps Studio](../maker/canvas-apps/power-apps-studio.md), in the left side panel, select **Apps**.
64
64
1. Select your canvas app, and then select **Edit**.
65
65
1. Select **Settings**.
66
66
1. Select **General**.
67
67
1. Turn on the **Can be used offline** option.
68
+
69
+
If you don't see the **Can be used offline** option, make sure the app is [in a solution](../maker/canvas-apps/add-app-solution.md).
70
+
68
71
1. Select an offline profile. You have two options:
69
72
70
73
- Use an autogenerated profile. This setting downloads the tables that are used in your app and is the recommended option.
71
74
-[Create a custom, mobile offline profile](#create-a-custom-mobile-offline-profile), select the **Refresh** icon to see your new profile in the list, and then select it.
72
-
73
-
If you don't see the **Can be used offline** option, make sure the app is [in a solution](../maker/canvas-apps/add-app-solution.md).
74
-
75
+
75
76
1. Close the **Settings** window, and then save and publish your app.
76
77
77
78
A page that's based on the [Offline template](canvas-mobile-offline-setup.md#using-the-offline-template-and-offline-status-icon) is automatically inserted in the app. The page contains an icon that uses the [Connection](/power-platform/power-fx/reference/signals#connection) Power Fx function to reflect the app's [offline sync status](canvas-mobile-offline-working.md#sync-status-icons). You can use it as-is or customize it, as appropriate.
78
79
79
80
> [!NOTE]
80
81
> If you're turning on offline capability for a brand-new canvas app, make sure the default first screen is based on the **Offline** template.
81
82
82
-
## Create a custom, mobile offline profile
83
+
## Create a custom mobile offline profile (with admin rights)
83
84
84
85
If the automatically generated offline profile doesn't meet your needs, create your own. [Learn about guidelines for offline profiles](mobile-offline-guidelines.md).
85
86
86
87
You need to publish your new offline profile before you can select it in your canvas app's settings. If you edit and publish an offline profile, you must also publish any canvas apps that use it.
87
88
88
-
### Create an offline profile (with admin rights)
89
-
90
89
1. Sign in to the [Power Platform admin center](https://admin.powerplatform.microsoft.com/) using an admin account.
91
90
92
91
1. In the left side panel, select **Environments**.
@@ -135,7 +134,7 @@ Keep in mind, that you can have 15 related tables in a custom filter. You can al
135
134
> [!IMPORTANT]
136
135
> Don't add users in the offline profile in the **Users with offline access** area. This capability is only applicable to model-driven apps and is restricted to selected users.
137
136
138
-
###Create an offline profile (without admin rights)
137
+
## Create a custom mobile offline profile (without admin rights)
139
138
140
139
If your Power Apps account doesn't have admin rights, you can still create a mobile offline profile. Coming soon, you'll be able to create an offline profile directly in Power Apps Studio. Until then, use this workaround.
0 commit comments