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/setup-mobile-offline.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: mduelae
5
5
6
6
ms.component: pa-user
7
7
ms.topic: quickstart
8
-
ms.date: 02/01/2022
8
+
ms.date: 02/18/2022
9
9
ms.subservice: mobile
10
10
ms.author: mkaur
11
11
ms.custom: ""
@@ -89,7 +89,10 @@ Set up the new mobile offline experience in the [modern app designer](../maker/m
89
89
> 
90
90
91
91
7. Select an existing offline profile, or select **New profile with current app data**. To set up a new offline profile, go to the following section, [Set up a mobile offline profile](setup-mobile-offline.md#set-up-a-mobile-offline-profile).
92
-
92
+
93
+
> [!NOTE]
94
+
> If you edit an app that has more than one offline profile, that was created using the [classic offline experience](/dynamics365/mobile-app/setup-mobile-offline#step-2-create-a-mobile-offline-profile-to-determine-what-data-will-be-available-while-offline), then you will get this message: **There is more than one mobile offline profile associated with this app, so you can't edit it here.** To use the new offline experience, your app can only have one offline profile.
95
+
93
96
> [!div class="mx-imgBorder"]
94
97
> 
95
98
@@ -144,6 +147,10 @@ The modern app designer can generate a default offline profile that's based on h
144
147
145
148
Applying an appropriate filter for each of the tables configured in the offline profile is critical to limit the amount of data that's downloaded on users' devices.
146
149
150
+
Keep in mind, that you can have ten related tables in a custom filter. You can also have ten relationships. These are distinct checks that might not add up.
151
+
The ten relationships limit is transitive, meaning if table B has N relationships, and you add a reference to table B in table A, then it will increase the relationship count of A by N+1; one plus the N already in table B. This limit is per profile item for table in the profile.
152
+
153
+
147
154
1. Select **Add table**.
148
155
149
156
> [!div class="mx-imgBorder"]
@@ -160,6 +167,9 @@ Applying an appropriate filter for each of the tables configured in the offline
160
167
2.**Relationships** lists the different relationships available between the current table and other tables added in the offline profile. Selecting a relationship will ensure that related rows following that relationship will be downloaded and made available offline.
161
168
3.**Files** and **Images** define which columns for a file or image need to be downloaded offline. For files, you can choose to download every column or none at all. For images, you can select each column you want to download granularly.
162
169
4.**Sync interval** defines the sync frequency to be applied on the device to sync the data with the server. If a table's data doesn't change frequently—like a catalog or a product table—you might want to focus on only syncing data when necessary, for example refreshing only once a day.
170
+
171
+
> [!NOTE]
172
+
> You can only have up to ten related tables in an profile. If you exceed the limit, then you will get an error and won't be able to publish the offline profile.
163
173
164
174
> [!div class="mx-imgBorder"]
165
175
>
0 commit comments