Skip to content

Commit e272975

Browse files
authored
Merge pull request #3339 from MicrosoftDocs/pehecke-doc-issues
Improved links
2 parents 028f473 + 68eecbd commit e272975

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

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)\]

0 commit comments

Comments
 (0)