Skip to content

Commit b56cbbb

Browse files
authored
Merge pull request #2779 from MicrosoftDocs/Nava_mref
Update quick-start-org-service-console-app.md
2 parents ee49e94 + 0ba7a6c commit b56cbbb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

powerapps-docs/developer/common-data-service/org-service/quick-start-org-service-console-app.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Quick Start: Organization service sample (C#) (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
3-
description: "This quick start will show you how to connect to the organization service of the Common Data Service" # 115-145 characters including spaces. This abstract displays in the search result.
2+
title: "Quickstart: Organization service sample (C#) (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
3+
description: "This quickstart will show you how to connect to the organization service of the Common Data Service" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
55
ms.date: 04/25/2019
66
ms.reviewer: "pehecke"
@@ -15,16 +15,16 @@ search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Quick Start: Organization service sample (C#)
18+
# Quickstart: Organization service sample (C#)
1919

2020
This is where you begin working with the .NET SDK assemblies to work with data using Common Data Service.
2121

22-
In this quick start you will create a minimum console application to connect to the Organization service using the <xref:Microsoft.Xrm.Tooling.Connector.CrmServiceClient> class. You will pass your connection information using a connection string passed to the constructor.
22+
In this quickstart, you will create a minimum console application to connect to the Organization service using the <xref:Microsoft.Xrm.Tooling.Connector.CrmServiceClient> class. You will pass your connection information using a connection string passed to the constructor.
2323

2424
You will use the <xref:Microsoft.Xrm.Sdk.IOrganizationService>.<xref:Microsoft.Xrm.Sdk.IOrganizationService.Execute*> method passing an instance of the <xref:Microsoft.Crm.Sdk.Messages.WhoAmIRequest> class, and you will display the <xref:Microsoft.Crm.Sdk.Messages.WhoAmIResponse>.<xref:Microsoft.Crm.Sdk.Messages.WhoAmIResponse.UserId> value.
2525

2626
> [!NOTE]
27-
> This quick start example does not include error handling. This is a minimum example of what you need to connect to and use the Organization service.
27+
> This quickstart example does not include error handling. This is a minimum example of what you need to connect to and use the Organization service.
2828
2929

3030
## Prerequisites
@@ -66,7 +66,7 @@ You will use the <xref:Microsoft.Xrm.Sdk.IOrganizationService>.<xref:Microsoft.X
6666
using Microsoft.Xrm.Tooling.Connector;
6767
```
6868

69-
1. Replace the `Main` method with the following code. The supported values for *AuthType* are listed in [Connection string paramters](/dynamics365/customer-engagement/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect#connection-string-parameters).
69+
1. Replace the `Main` method with the following code. The supported values for *AuthType* are listed in [Connection string parameters](/dynamics365/customerengagement/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect#connection-string-parameters).
7070

7171
```csharp
7272
static void Main(string[] args)
@@ -127,7 +127,7 @@ You have successfully connected to the organization service.
127127

128128
## Next Steps
129129

130-
These topics will explain how to work with Common Data Service entities:
130+
These articles will explain how to work with Common Data Service entities:
131131

132132
[Entity Operations using the Organization service](entity-operations.md)<br />
133133
[Create entities using the Organization Service](entity-operations-create.md)<br />

0 commit comments

Comments
 (0)