Skip to content

Commit 2253cad

Browse files
authored
Merge pull request #5889 from MicrosoftDocs/main
pushing to live
2 parents f21ba06 + c1357f9 commit 2253cad

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
12.4 KB
Loading

powerapps-docs/mobile/setup-mobile-offline.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mduelae
55

66
ms.component: pa-user
77
ms.topic: quickstart
8-
ms.date: 02/01/2022
8+
ms.date: 02/18/2022
99
ms.subservice: mobile
1010
ms.author: mkaur
1111
ms.custom: ""
@@ -89,7 +89,10 @@ Set up the new mobile offline experience in the [modern app designer](../maker/m
8989
> ![Turn on the Can be used offline toggle.](media/mobile-offline-image6.png)
9090
9191
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+
9396
> [!div class="mx-imgBorder"]
9497
> ![Select an offline profile.](media/mobile-offline-image7.png)
9598
@@ -144,6 +147,10 @@ The modern app designer can generate a default offline profile that's based on h
144147

145148
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.
146149

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+
147154
1. Select **Add table**.
148155

149156
> [!div class="mx-imgBorder"]
@@ -160,6 +167,9 @@ Applying an appropriate filter for each of the tables configured in the offline
160167
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.
161168
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.
162169
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.
163173
164174
> [!div class="mx-imgBorder"]
165175
>![Screenshot showing the filters available for an offline table.](media/mobile-offline-image11.png)

0 commit comments

Comments
 (0)