Skip to content

Commit fbb3f21

Browse files
committed
Merge remote-tracking branch 'origin/main' into jasongre-offlineGridIcons
2 parents 4b590a8 + b09556c commit fbb3f21

File tree

9 files changed

+34
-217
lines changed

9 files changed

+34
-217
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8710,6 +8710,11 @@
87108710
"redirect_url": "/power-pages/templates/dynamics-365-apps/overview",
87118711
"redirect_document_id": false
87128712
},
8713+
{
8714+
"source_path": "powerapps-docs/maker/portals/configure/dataverse-search.md",
8715+
"redirect_url": "/power-pages/configure/search/overview",
8716+
"redirect_document_id": false
8717+
},
87138718
{
87148719
"source_path": "powerapps-docs/maker/portals/create-common-problems.md",
87158720
"redirect_url": "/power-pages/getting-started/create-manage",

powerapps-docs/developer/data-platform/org-service/page-large-result-sets-with-fetchxml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can page the results of a FetchXML query by using the paging cookie. The pag
1818

1919
FetchXML and <xref:Microsoft.Xrm.Sdk.Query.QueryExpression> use different formats for their paging cookies. If you convert from one query format to the other by using the <xref:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest> message or the <xref:Microsoft.Crm.Sdk.Messages.QueryExpressionToFetchXmlRequest> message, the paging cookie value is ignored. In addition, if you request nonconsecutive pages, the paging cookie value is ignored.
2020

21-
When you use the paging cookie with FetchXML, make sure that you use the correct encoding. The following example shows the correct encoding when using the paging cookie with FetchXML:
21+
When you use the paging cookie with FetchXML, you must XML encode the cookie value. The following example shows what the XML encoded cookie looks like when using the paging cookie with FetchXML:
2222

2323
```csharp
2424
strQueryXML = @"

powerapps-docs/developer/test-engine/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $env:user1Password = "fake password"
8787

8888
### Run the test
8989

90-
Use the PAC CLI [pac tests run](/power-platform/developer/cli/reference/tests#pac-tests-run) command to run your test plan. You must provide:
90+
Use the PAC CLI [pac test run](/power-platform/developer/cli/reference/tests#pac-test-run) command to run your test plan. You must provide:
9191

9292
- Path to your test plan file
9393
- EnvironmentId

powerapps-docs/maker/canvas-apps/intro-maker-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To create an app, select from the following options:
166166
> [!NOTE]
167167
> If you're trying to create an app using Dataverse but the option is unavailable, then review the [permissions table](#permissions-for-dataverse) below.
168168
169-
- **Your apps** or **My apps**: Find your top six apps. You have the option to filter and sort them to quickly find the app you're searching for. Use the **Commands** button to perform various actions such as editing the app, viewing app details, and accessing settings.
169+
- **Your apps**: Find your top six apps. You have the option to filter and sort them to quickly find the app you're searching for. Use the **Commands** button to perform various actions such as editing the app, viewing app details, and accessing settings.
170170

171171

172172
### Permissions for Dataverse

powerapps-docs/maker/canvas-apps/reference-properties.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Configure the appearance and behavior of a control by setting one of its propert
6868

6969
**[HTML text](controls/control-html-text.md)** – Convert HTML tags automatically.
7070

71+
**[Horizontal container ](controls/control-horizontal-container.md)** – Determines the position of the child components so that you never have to set X, Y for a component inside the container.
72+
7173
**[Icon](controls/control-shapes-icons.md)** – Add graphic appeal and visual interest.
7274

7375
**[Image](controls/control-image.md)** – Show an image from, for example, a local file or a data source.
@@ -116,6 +118,8 @@ Configure the appearance and behavior of a control by setting one of its propert
116118

117119
**[Video](controls/control-audio-video.md)** – Play a video clip from a local file, a data source, or YouTube.
118120

121+
**[Vertical container ](controls/control-vertical-container.md)** – Determines the position of the child components so that you never have to set X, Y for a component inside the container.
122+
119123
**[3D object](mixed-reality-component-view-3d.md)** - Rotate and zoom into the model with simple gestures in 3D.
120124

121125
**[View in MR](mixed-reality-component-view-mr.md)** - See how a particular item might fit within a specified space in mixed reality.

powerapps-docs/maker/data-platform/migrate-access-to-dataverse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Unlike Access, Dataverse and Dataverse for Teams are data sources. The user inte
106106

107107
To enable application lifecycle management (ALM), Dataverse uses solutions to allow for the management, and distribution of content including apps, tables, and more. A solution is a package of components such as tables, relationships, or other items that can be distributed across multiple Dataverse environments through solution export and import.
108108

109-
The Access migration tool allows users to choose if they wish to export their Access databases directly into a solution. Access datavases in solutions are exported as an unmanaged solution. A solution must exist or be created in Dataverse prior to the migration to be used for the migration process. To learn more about solutions, go to: [Solution Concepts](/power-platform/alm/solution-concepts-alm)
109+
The Access migration tool allows users to choose if they wish to export their Access databases directly into a solution. Access databases in solutions are exported as an unmanaged solution. A solution must exist or be created in Dataverse prior to the migration to be used for the migration process. To learn more about solutions, go to: [Solution Concepts](/power-platform/alm/solution-concepts-alm)
110110

111111
### See also
112112

powerapps-docs/maker/model-driven-apps/rich-text-editor-control.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,6 @@ The following table describes the different formatting features and functionalit
10271027
|![Underline.](media/format-underline.png "Underline")| Underline | Ctrl+U | Underline your text. |
10281028
|![Text Highlight Color.](media/text-highlight-color.png "Text Highlight Color")| Text Highlight Color | | Make your text stand out by highlighting it in a bright color. |
10291029
|![Font Color.](media/font-color.png "Font Color")| Font Color | | Change the color of your text. |
1030-
|![Attachment.](media/rte-attachment.png "Attachment")| Attachment | | Attach a file. After you've uploaded a file, you can select the link to preview the file in the **Attachment Preview** dialog. |
10311030
|![Bullets.](media/format-bullets.png "Bullets")| Bullets | | Create a bulleted list. |
10321031
|![Numbering.](media/format-numbering.png "Numbering")| Numbering | | Create a numbered list. |
10331032
|![Decrease Indent.](media/decrease-indent.png "Decrease Indent")| Decrease Indent | | Move your paragraph closer to the margin. |

powerapps-docs/maker/portals/configure/dataverse-search.md

Lines changed: 0 additions & 211 deletions
This file was deleted.

powerapps-docs/mobile/canvas-mobile-offline-overview.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Mobile offline for canvas apps (preview)
33
description: Learn how to create canvas apps for use offline on mobile devices in Microsoft Power Apps.
4-
ms.date: 08/25/2023
4+
ms.date: 09/19/2023
55
ms.topic: overview
66
ms.component: pa-user
77
ms.subservice: mobile
@@ -57,6 +57,26 @@ To get started with mobile offline, turn on the offline feature in your app and
5757

5858
When you turn on the offline capability in your app, the app always runs offline-first, with or without an Internet connection. This functionality optimizes offline performance and creates a consistent experience for users as they change locations.
5959

60+
## Why use offline for canvas apps instead of LoadData/SaveData?
61+
62+
Built-in offline support for canvas apps is in preview and doesn't support files and images and some Power Fx functions yet. However, there are some key benefits of using it instead of LoadData/SaveData Power Fx functions.
63+
64+
|Topic |LoadData/SaveData | Built-in offline |
65+
|---------|--------------------|------------------|
66+
|Power Apps Studio support |Custom | Built-in|
67+
|Code complexity |Power Fx code complexity scales up with data complexity |No code|
68+
|Supported Power Fx functions | All | Partial (See limitations in the **Important** note near the beginning of this article.)|
69+
|App checker rules| None |Flag common configuration problems|
70+
|Offline or connectivity user experience | Not provided/custom only |Automatic|
71+
|Sync user experience or status |Not provided/custom only | Automatic|
72+
|Image and file support| Yes, but may run into performance and memory limits |Not supported|
73+
|Optimized delta sync| No| Yes|
74+
|Conflict resolution |Manual |Automatic|
75+
|Local data store |Files |Transactional database|
76+
|Automatically handles schema changes |No |Yes|
77+
|Fast app launch with large datasets |No |Yes|
78+
|Data size limit| Device dependent, 30-70 MB in most cases |Device dependent, up to the storage capacity of the device|
79+
6080
### See also
6181

6282
[Working with canvas apps offline](canvas-mobile-offline-working.md)

0 commit comments

Comments
 (0)