Skip to content

Commit 44e3c1f

Browse files
authored
Live publish
2 parents 2ba2c52 + 5f6f6e6 commit 44e3c1f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

powerapps-docs/developer/common-data-service/xrm-tooling/use-connection-strings-xrm-tooling-connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Create a new connection to Common Data Service using a Application or Client Id
145145
AuthType=Certificate;
146146
url=https://contosotest.crm.dynamics.com;
147147
thumbprint={CertThumbPrintId};
148-
ClientId={AppId};
148+
ClientId={AppId};"
149149
/>
150150
```
151151

@@ -158,7 +158,7 @@ Create a new connection to Common Data Service using a Application or Client Id
158158
AuthType=ClientSecret;
159159
url=https://contosotest.crm.dynamics.com;
160160
ClientId={AppId};
161-
ClientSecret={ClientSecret}
161+
ClientSecret={ClientSecret}"
162162
/>
163163
```
164164

powerapps-docs/maker/canvas-apps/controls/control-attachments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
9-
ms.date: 03/09/2020
9+
ms.date: 08/10/2020
1010
ms.author: chmoncay
1111
ms.reviewer: tapanm
1212
search.audienceType:
@@ -35,11 +35,11 @@ An **Attachments** control lets you open, add, and delete files from a SharePoin
3535

3636
**MaxAttachmentSize** – The maximum allowed file size in MB of each new attachment. Currently there is a limit of 10 MB.
3737

38-
**OnAttach** – How the app responds when the user adds a new file attachment.
38+
**OnAddFile** – How the app responds when the user adds a new file attachment.
3939

40-
**OnRemove** – How the app responds when the user deletes an existing attachment.
40+
**OnRemoveFile** – How the app responds when the user deletes an existing attachment.
4141

42-
**[OnSelect](properties-core.md)** – How the app responds when the user clicks on an attachment.
42+
**OnUndoRemoveFile** – How the app responds when the user restores a deleted attachment.
4343

4444
## Additional properties
4545
**[AccessibleLabel](properties-accessibility.md)** – Label for screen readers. Should describe the purpose of the attachments.

powerapps-docs/maker/portals/admin/migrate-portal-configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 01/08/2020
8+
ms.date: 08/10/2020
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
---
@@ -21,6 +21,7 @@ To export configuration data, you would need to use the Configuration Migration
2121
> [!NOTE]
2222
> - We recommend you to use the latest version of the Configuration Migration tool. The Configuration Migration tool can be downloaded from NuGet. More information for downloading the tool: [Download tools from NuGet](https://docs.microsoft.com/dynamics365/customer-engagement/developer/download-tools-nuget).
2323
> - The minimum solution version of portals supported by schema files for configuration migration is 8.4.0.275. However, we recommend that you use the latest solution version.
24+
> - Source and destination organizations must have same default language for the migration to work successfully.
2425
2526
Schema files are available for the following portal types:
2627

0 commit comments

Comments
 (0)