Skip to content

Commit db2d38f

Browse files
authored
Merge pull request #1678 from MicrosoftDocs/master
Pushing changes live
2 parents 78d0126 + da78c20 commit db2d38f

14 files changed

+15
-41
lines changed

powerapps-docs/developer/common-data-service/workflow/tutorial-create-workflow-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Tutorial: Create workflow extension (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
3-
description: "<Description>" # 115-145 characters including spaces. This abstract displays in the search result.
3+
description: "This tutorial will show you the process to extend the workflow designer to add custom activities and logic using a workflow assembly" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 06/04/2019
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.topic: "article"
@@ -75,7 +75,7 @@ This project will create a simple workflow assembly that will increment an decim
7575

7676
1. Start Visual Studio.
7777
1. On the **File** menu, click **New**, and then click **Project**.
78-
1. In the **New Project** dialog box, under **Other Languages**, expand Visual C# and select **Workflow**, and then select **Activity Library**.
78+
1. In the **New Project** dialog box, expand **Visual C#** and select **Workflow**, and then select **Activity Library**.
7979
1. Specify a name and ___location for the solution, and then click **OK**.
8080

8181
> [!NOTE]

powerapps-docs/developer/common-data-service/xrm-tooling/sample-quick-start-xrm-tooling-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ search.app:
2525

2626
The QuickStart sample is a .NET Framework managed code sample that shows how to connect to a Common Data Service instance by using the XRM Tooling APIs, and perform basic create, update, retrieve, and delete operations on an entity. For more information about XRM Tooling, see [Build windows client applications using the XRM tools](build-windows-client-applications-xrm-tools.md).
2727

28-
Download the sample: [Work with XRM Tooling API](https://github.com/Microsoft/PowerApps-Samples/tree/master/cds/Xrm%20Tooling/Quick%20start%20for%20XRM%20Tooling)
28+
Download the sample: [Work with XRM Tooling API](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/Xrm%20Tooling/Quick%20start%20for%20XRM%20Tooling%20API)
2929

3030
## How to run the sample
3131

Binary file not shown.
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)