Skip to content

Commit 38d5016

Browse files
committed
Content updates
1 parent f4c3d7f commit 38d5016

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

articles/connectors/connect-common-data-service.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ tags: connectors
1313

1414
With [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the [Common Data Service connector](https://docs.microsoft.com/connectors/commondataservice/), you can build automated workflows that manage records in your [Common Data Service](https://docs.microsoft.com/powerapps/maker/common-data-service/data-platform-intro) database. These workflows can create records, update records, and perform other operations. You can also get information from your Common Data Service database and make the output available for other actions to use in your logic app. For example, when a record is updated in your Common Data Service database, you can send an email by using the Office 365 Outlook connector.
1515

16-
Common Data Service lets you securely store and manage data that's used by business apps, such as Dynamics 365.
17-
18-
1916
> [!IMPORTANT]
2017
> The [Common Data Service connector](https://docs.microsoft.com/connectors/commondataservice/)
21-
> replaces the Dynamics 365 connector, which is being deprecated, and has all the Dynamics 365
22-
> connector's capabilities plus improvements that increase reliability.
18+
> is replacing the Dynamics 365 connector, which is being deprecated, and has all the Dynamics 365
19+
> connector's capabilities plus improvements that increase reliability. Common Data Service
20+
> helps you securely store and manage data that's used by business apps, such as Dynamics 365.
2321
>
2422
> * For new logic apps, use the Common Data Service connector, rather than the Dynamics 365 connector.
2523
> After deprecation, Dynamics 365 connector actions won't be available for adding new actions.
@@ -32,17 +30,19 @@ Common Data Service lets you securely store and manage data that's used by busin
3230
> Common Data Service connector. At that point, both these connectors will be removed. For more
3331
> information, see the Power Platform blog post, [Dynamics 365 Connector is deprecated](https://docs.microsoft.com/power-platform/important-changes-coming).
3432
>
35-
> This article is updated to use the
3633
37-
This article shows how you can build a logic app that creates a task whenever a new record is created.
34+
This article shows how you can build a logic app that creates a task record whenever a new lead record is created.
3835

3936
## Prerequisites
4037

4138
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
4239

43-
* A [Common Data Service environment](https://dynamics.microsoft.com), which is a space where your organization stores, manages, and shares business data. For more information, see [Power Platform - Environments overview](https://docs.microsoft.com/power-platform/admin/environments-overview).
40+
* A [Common Data Service environment](https://docs.microsoft.com/power-platform/admin/environments-overview), which is a space where your organization stores, manages, and shares business data and a Common Data Service database. For more information, see these resources:<p>
41+
42+
* [Learn: Get started with Common Data Service](https://docs.microsoft.com/learn/modules/get-started-with-powerapps-common-data-service/)
43+
* [Power Platform - Environments overview](https://docs.microsoft.com/power-platform/admin/environments-overview)
4444

45-
* Basic knowledge about [how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md) and the logic app where you want to access your Dynamics 365 account. To start your logic app with a Dynamics 365 trigger, you need a [blank logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
45+
* Basic knowledge about [how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md) and the logic app from where you want to access the records in your Common Data Service database. To start your logic app with a Common Data Service trigger, you need a blank logic app. If you're new to Azure Logic Apps, review [Quickstart: Create your first workflow by using Azure Logic Apps](../logic-apps/quickstart-create-first-logic-app-workflow.md).
4646

4747
## Add Common Data Service trigger
4848

articles/connectors/connectors-create-api-crmonline.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: connectors
1111

1212
# Create and manage Dynamics 365 records by using Azure Logic Apps
1313

14-
The Dynamics 365 connector is being deprecated and replaced by the [Common Data Service connector](https://docs.microsoft.com/connectors/commondataservice/), which has all the Dynamics 365 connector's capabilities plus improvements that increase reliability. [Common Data Service](https://docs.microsoft.com/powerapps/maker/common-data-service/data-platform-intro) lets you securely store and manage data that's used by business apps, such as Dynamics 365.
14+
The Dynamics 365 connector is being deprecated and replaced by the [Common Data Service connector](https://docs.microsoft.com/connectors/commondataservice/), which has all the Dynamics 365 connector's capabilities plus improvements that increase reliability. [Common Data Service](https://docs.microsoft.com/powerapps/maker/common-data-service/data-platform-intro) lets you securely store and manage data that's used by business apps, such as Dynamics 365. You can use Common Data Service to
1515

1616
* For new logic apps, use the Common Data Service connector instead. After deprecation, Dynamics 365 connector actions won't be available for you to use in logic apps. For more information, see [Create and manage Common Data Service records by using Azure Logic Apps](../connectors/connect-common-data-service.md).
1717

@@ -21,5 +21,6 @@ However, the [Common Data Service (*Current Environment*) connector](https://doc
2121

2222
## Next steps
2323

24-
* [Create and manage Common Data Service records by using Azure Logic Apps](../logic-apps/logic-apps-diagnosing-failures.md)
25-
* Learn about other [connectors for Azure Logic Apps](../connectors/apis-list.md)
24+
* [Create and manage Common Data Service records by using Azure Logic Apps](../connnectors/connect-common-data-service.md)
25+
* [Learn: Get started with Common Data Service](https://docs.microsoft.com/learn/modules/get-started-with-powerapps-common-data-service/)
26+
* [Learn: Connect and analyze your Dynamics 365 data by using the Power Platform and Common Data Service](https://docs.microsoft.com/learn/wwl/connect-analyze-dynamics-365-data/)

0 commit comments

Comments
 (0)