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
:guidance-profile"dc59e3ef-24fd-46d7-9156-0491aaae6bef";; Profile ID for "BAG-specific"
4
3
:use-skip-labeltrue
4
+
:targets
5
+
{
6
+
:scores
7
+
{
8
+
:qualityscore80
9
+
}
10
+
}
11
+
:guidance-profile"66710a49-7773-43f4-b6d8-66b63b5e431f";; testing March 2023 updated guidelines - BAG
5
12
:acrolinx-check-settings
6
13
{
7
14
"languageId""en"
@@ -13,4 +20,19 @@
13
20
]
14
21
"termSetNames" ["BAG""Microsoft""Products"]
15
22
}
23
+
24
+
:template-header
25
+
"
26
+
## Acrolinx score
27
+
28
+
**A minimum total score of 80 is required. The total score is an average of the subscores.**
29
+
Select **Total score** to review the Acrolinx scorecard for your article. Try to increase your individual scores, ex. Correctness. Your article will be clearer and more consistent with Microsoft standards.
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/email-activity-entities.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Email activity tables (Microsoft Dataverse) | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces
3
3
description: "The email activity in lets you track and manage email communications with customers."# 115-145 characters including spaces. This abstract displays in the search result.
4
-
ms.date: 05/25/2023
4
+
ms.date: 06/01/2023
5
5
ms.reviewer: pehecke
6
6
ms.topic: article
7
7
author: DanaMartens # GitHub ID
@@ -117,6 +117,9 @@ The data migration from Dataverse relation store to Azure Blob storage for all c
117
117
118
118
This data migration will be transparent to you with the exception that you will see a reduction in the size of the [ActivityPointer](reference/entities/activitypointer.md) table after the migration process is fully completed. In Power Platform admin center within the **Capacity** report, a new email line item will be available in **File usage**. The end result is an increase in the overall File storage consumption and reduction in the database storage consumed.
119
119
120
+
> [!NOTE]
121
+
> The increase in File storage will may be smaller than what is removed from the ActivityPointer table due to compression of file data.
122
+
120
123
The limitations mentioned in the next section will start applying to any data that has already moved to the Dataverse managed Azure blob storage even if all the data movement is not complete.
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/write-plug-in.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ More information about handling exceptions: [Handle exceptions in plug-ins](hand
179
179
When writing your plug-in, it is critical that it must execute efficiently and quickly. However long your plug-in takes to execute causes the end user that invoked the messageoperation (whichtriggeredyourplug-in) to wait. In addition to processing the message operation, Dataverse executes all registered synchronous plug-ins in the pipeline including your plug-in. When plug-ins take too long to execute, or if too many plug-ins are registered in a pipeline, this can result in a non-responsive application UI or worst case a timeout error with pipeline rollback.
180
180
181
181
> [!IMPORTANT]
182
-
> Plug-ins must adhere to an execution time limit.
182
+
> Plug-ins must adhere to an execution time limit and resource constraints.
183
183
> More information: [Anaylyze plug-in performance](analyze-performance.md)
Copy file name to clipboardExpand all lines: powerapps-docs/mobile/canvas-mobile-offline-setup.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article explains how to set up mobile offline for canvas apps.
4
4
author: trdehove
5
5
ms.component: pa-user
6
6
ms.topic: quickstart
7
-
ms.date: 05/16/2023
7
+
ms.date: 06/01/2023
8
8
ms.subservice: mobile
9
9
ms.author: trdehove
10
10
ms.custom: ""
@@ -57,7 +57,7 @@ Follow these best practices when building an app for mobile offline use:
57
57
58
58
- Identify the on-the-go scenarios that are functionally related, such as tasks that are performed by users who work in the field.
59
59
60
-
- Reduce the complexity of your app by limiting the amount of tables that need to be downloaded on a user's device. Sometimes it is better to have two apps instead of one.
60
+
- Reduce the complexity of your app by limiting the number of tables that need to be downloaded on a user's device. Sometimes it is better to have two apps instead of one.
61
61
62
62
- Use views that are optimized for the experience rather than displaying a large set of data. For example, it is preferable to use the **My active accounts** view, rather than the **All accounts** view.
63
63
@@ -71,7 +71,7 @@ Follow these steps to enable a table for offline use.
71
71
72
72
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
73
73
2. In the navigation pane, select **Tables**.
74
-
3. Select the table you want to enbable for offline use.
74
+
3. Select the table you want to enable for offline use.
75
75
4. Select **Edit**.
76
76
5. Select **Edit table properties**.
77
77
6. In the **Edit table** pane, select **Advanced options**. Then scroll to the **Rows in this table** section.
@@ -232,4 +232,6 @@ Switch(Connection.Sync,
232
232
233
233
- Items in a gallery may appear in a different order in an offline-enabled app if no [sort order](/power-platform/power-fx/reference/function-sort) is selected. Choose a sort order in the gallery control to ensure that the app behaves consistently in mobile apps and web browsers.
234
234
235
-
- Canvas apps that are in offline mode, do not yet support files or images. This means that if you are using a Dataverse table that has an image on it, it may create some unanticipated errors. For instance, if you are using a gallery, you need to make sure that the template and the layout is not using images.
235
+
- Canvas apps that are in offline mode, do not yet support files or images. This means that if you are using a Dataverse table that has an image on it, it may create some unanticipated errors. For instance, if you are using a gallery, you need to make sure that the template and the layout are not using images.
236
+
237
+
-[Wrapped apps](../maker/common/wrap/overview.md) are not supported in offline mode.
0 commit comments