Skip to content

Commit 1fa3afa

Browse files
Merge pull request MicrosoftDocs#4502 from MicrosoftDocs/main638236625226803664sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 142c9ff + 3db89f6 commit 1fa3afa

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

powerapps-docs/mobile/offline-sync-icon.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: View offline sync status
33
description: Learn how to interpret the offline sync icon in the mobile app navigation bar.
4-
ms.date: 02/08/2023
4+
ms.date: 06/05/2023
55
ms.author: sericks
66
author: sericks007
77
ms.reviewer:
@@ -39,6 +39,19 @@ The offline sync icon changes based on the app's sync status. The following tabl
3939
| ![Icon showing that the synchronization process encountered an error.](media/error.png "Icon showing that the synchronization process encountered an error.") | The synchronization process encountered an error. |
4040
| ![Icon showing that the synchronization process encountered a warning.](media/warning.png "Icon showing that the synchronization process encountered a warning.") | The synchronization process encountered a warning. |
4141

42+
## Types of offline syncs
43+
Data is synchronized from Dataverse to your device over the lifetime of your app using several synchronization modes.
44+
45+
- **First sync** - This sync is the initial offline sync that occurs for the Power Apps mobile app. All data in the offline profile is downloaded to the device. A user must use the Power Apps mobile app in online mode until the first sync is completed.
46+
47+
The first sync, which is the longest sync, is triggered when you sign-in to the Power Apps mobile app. It is also triggered after using the Reconfigure action (not recommended).
48+
49+
- **Delta sync** - This sync is the fastest sync, and occurs regularly based on the offline configuration for the organization. For example, a delta sync could occur every five minutes. Only data that has changed since the last sync occurred is downloaded to the mobile device.
50+
51+
- **Full delta sync** - When you select **Refresh** on the **Device status** page, you trigger a full sync. A full sync doesn't redownload data, but it does recheck every record on the device, so it may take longer than a regular delta sync.
52+
53+
- **Grid sync** - If you select **Refresh** on a grid or calendar view, the app will immediately synchronize all tables visible in the view. When the sync is complete, the view will refresh automatically.
54+
4255
## Offline Status page
4356

4457
When you select the offline sync icon, the **Offline Status** page opens. The **Offline Status** page provides details such as what data was downloaded, whether there is data waiting to upload, and the amount of storage the app is using.

powerapps-docs/user/collaboration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
22
title: "Collaborate with others in model-driven apps| MicrosoftDocs"
33
description: Collaborate with others in model-driven apps
4-
author: fikaradz
4+
author: sriharibs-msft
55
ms.component: pa-user
66
ms.topic: conceptual
7-
ms.date: 05/01/2023
7+
ms.date: 06/29/2023
88
ms.subservice: end-user
9-
ms.author: fikaradz
9+
ms.author: srihas
1010
ms.custom: ""
1111
ms.reviewer: sericks
1212
ms.assetid:
1313
search.audienceType:
1414
- enduser
15+
ms.contributors:
16+
- DanaMartens
1517
---
1618
# Collaborate with others in model-driven apps
1719

@@ -21,7 +23,7 @@ Collaborate with colleagues and share links in model-driven Power Apps the same
2123
[This section is pre-release documentation and is subject to change.]
2224

2325
> [!IMPORTANT]
24-
> This feature is rolling out gradually, slower than the standard, weekly deployments and will be enabled by default for all customers through April and May 2023. If you have enabled this capability before 2023 Release Wave 1, you may not see other users working on the same record intermittently. This will be addressed as part of the gradual rollout through April and May 2023.
26+
> This feature is rolling out gradually, slower than the standard, weekly deployments and will be enabled by default for all customers through April and August 2023. If you have enabled this capability before 2023 release wave 1, you may not see other users working on the same record intermittently. This will be addressed as part of the gradual rollout through April and August 2023.
2527
2628
When you're working on a record, you can also see other users who are working on the same record.
2729

0 commit comments

Comments
 (0)