Skip to content

Commit 9f59b1f

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents 34c2638 + 8ff2775 commit 9f59b1f

File tree

5 files changed

+24
-66
lines changed

5 files changed

+24
-66
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/maker/model-driven-apps/notes-control-legacy.md",
5+
"redirect_url": "set-up-timeline-control",
6+
"redirect_document_id": "false"
7+
},
38
{
49
"source_path": "powerapps-docs/developer/common-data-service/webapi/samples/basic-operations-csharp.md",
510
"redirect_url": "cdswebapiservice-basic-operations",
@@ -1921,4 +1926,4 @@
19211926
"redirect_document_id": "false"
19221927
}
19231928
]
1924-
}
1929+
}

powerapps-docs/developer/common-data-service/org-service/extend-code-generation-tool.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create extensions for the code generation tool (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "The SDK download package includes an extension to the CrmSvcUtil code generation tool that you can use to generate enumerations for all option set values including global option sets, picklist, state, and status values." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 09/02/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -125,6 +125,4 @@ Guid accountId = service.Create(account);
125125

126126
### See Also
127127

128-
[Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe)](/dynamics365/customer-engagement/developer/create-early-bound-entity-classes-code-generation-tool)<br />
129-
[Use the Early Bound Entity Classes for Create, Update and Delete](/dynamics365/customer-engagement/developer/use-entity-class-create-update-delete)<br />
130-
[Run a simple program using Web services](/dynamics365/customer-engagement/developer/simple-program-web-services)
128+
[Generate early-bound classes for the Organization service](generate-early-bound-classes.md)

powerapps-docs/developer/common-data-service/org-service/generate-early-bound-classes.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Generate early-bound classes for the Organization service (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "CrmSvcUtil.exe is a command-line code generation tool for use with Common Data Service. This tool generates early-bound .NET Framework classes that represent the entity data model used by Common Data Service." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 09/02/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -169,6 +169,11 @@ For more information on supported tracing options see [Configure tracing for XRM
169169

170170
### See Also
171171

172-
[Developer tools and resources](../developer-tools.md)<br />
173-
[Create an Extensions for the Code Generation Tool](extend-code-generation-tool.md)<br />
174-
[Download tools from NuGet](../download-tools-NuGet.md)
172+
[Late-bound and Early-bound programming using the Organization service](early-bound-programming.md)
173+
[Sample: Early-bound entity operations](samples/early-bound-entity-operations.md)
174+
175+
[Create extensions for the Code Generation Tool](extend-code-generation-tool.md)
176+
[Developer tools and resources](../developer-tools.md)
177+
[Download tools from NuGet](../download-tools-NuGet.md)
178+
179+
[Create early bound entity classes with the code generation tool (CrmSvcUtil.exe)](/dynamics365/customerengagement/on-premises/developer/org-service/create-early-bound-entity-classes-code-generation-tool) \[Dynamics 365 Customer Engagement (on-premises)\]

powerapps-docs/maker/model-driven-apps/faqs-transition-unified-interface.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "FAQs: Transition to Unified Interface | MicrosoftDocs"
33
description: "FAQs related to the transition process for moving users from the legacy web client to Unified Interface."
44
ms.custom: ""
5-
ms.date: 08/07/2020
5+
ms.date: 09/02/2020
66
ms.reviewer: "kvivek"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -223,4 +223,10 @@ We don't anticipate any downtime when making this transition. However, we will o
223223

224224
At present, environments from specific data centers, such as Government Community Cloud (GCC), have not been included within the portal. We'll provide suggested transition dates for these environments by June 2020. Customers who want to make the move to Unified Interface can always [switch manually](/power-platform/admin/enable-unified-interface-only#how-to-enable-unified-interface-only-mode) at any time before December 1, 2020.
225225

226+
### Within the transition portal, I can see a final transition date which is after December 1, 2020. What does this mean?
227+
228+
If you are still using the legacy web client after December 1, 2020, we will automatically transition your environment to Unified Interface. This process will be applied by geographic ___location. The **Final Transition Date** column indicates when we expect this to happen. All the dates are shown in the MM/DD/YYYY format. Consider this the last date when the legacy web client will be available for your environment. We strongly discourage any customers delaying the transition until the last minute. The legacy web client will no longer be available to users after the final transition date. So, there won't be any opportunity to switch back and continue testing should you run into any issues after this date.
229+
230+
231+
226232

powerapps-docs/maker/model-driven-apps/notes-control-legacy.md

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

0 commit comments

Comments
 (0)