You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/connect-common-data-service.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,11 @@ tags: connectors
13
13
14
14
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.
15
15
16
-
Common Data Service lets you securely store and manage data that's used by business apps, such as Dynamics 365.
17
-
18
-
19
16
> [!IMPORTANT]
20
17
> 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.
23
21
>
24
22
> * For new logic apps, use the Common Data Service connector, rather than the Dynamics 365 connector.
25
23
> 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
32
30
> Common Data Service connector. At that point, both these connectors will be removed. For more
33
31
> information, see the Power Platform blog post, [Dynamics 365 Connector is deprecated](https://docs.microsoft.com/power-platform/important-changes-coming).
34
32
>
35
-
> This article is updated to use the
36
33
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.
38
35
39
36
## Prerequisites
40
37
41
38
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
42
39
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/)
* 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).
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-crmonline.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ tags: connectors
11
11
12
12
# Create and manage Dynamics 365 records by using Azure Logic Apps
13
13
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
15
15
16
16
* 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).
17
17
@@ -21,5 +21,6 @@ However, the [Common Data Service (*Current Environment*) connector](https://doc
21
21
22
22
## Next steps
23
23
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