Skip to content

Commit 8aadf77

Browse files
committed
Clarity edits
1 parent 38d5016 commit 8aadf77

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

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

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,28 @@ 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-
> [!IMPORTANT]
16+
This article shows how you can build a logic app that creates a task record whenever a new lead record is created.
17+
18+
> [!NOTE]
1719
> The [Common Data Service connector](https://docs.microsoft.com/connectors/commondataservice/)
18-
> is replacing the Dynamics 365 connector, which is being deprecated, and has all the Dynamics 365
20+
> replaces the soon-to-be-deprecated Dynamics 365 connector and has all the Dynamics 365
1921
> connector's capabilities plus improvements that increase reliability. Common Data Service
2022
> helps you securely store and manage data that's used by business apps, such as Dynamics 365.
2123
>
2224
> * For new logic apps, use the Common Data Service connector, rather than the Dynamics 365 connector.
23-
> After deprecation, Dynamics 365 connector actions won't be available for adding new actions.
25+
> After deprecation, Dynamics 365 triggers and actions won't be available for you to include in logic apps.
2426
>
2527
> * For existing logic apps, you're not currently required to use the Common Data Service
26-
> connector or to stop using the Dynamics 365 connector, which will continue to work at this time.
28+
> connector or stop using the Dynamics 365 connector, which continues to work at this time.
2729
>
28-
> At some point, the [Common Data Service (Current Environment) connector](https://docs.microsoft.com/connectors/commondataserviceforapps/),
29-
> which is not yet available for logic apps, will replace both the Dynamics 365 connector and the
30-
> Common Data Service connector. At that point, both these connectors will be removed. For more
31-
> information, see the Power Platform blog post, [Dynamics 365 Connector is deprecated](https://docs.microsoft.com/power-platform/important-changes-coming).
30+
> At some point, the [Common Data Service (*Current Environment*) connector](https://docs.microsoft.com/connectors/commondataserviceforapps/),
31+
> which is not yet available for Azure Logic Apps, will replace both the Dynamics 365 connector and the
32+
> Common Data Service connector. At that time, both these connectors will be removed. For more
33+
> information, see these resources:<p>
3234
>
33-
34-
This article shows how you can build a logic app that creates a task record whenever a new lead record is created.
35+
> * [Power Platform blog: Dynamics 365 Connector is deprecated](https://docs.microsoft.com/power-platform/important-changes-coming)
36+
> * [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/)
37+
3538

3639
## Prerequisites
3740

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@ 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. You can use Common Data Service to
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) helps you securely store and manage data that's used by business apps, such as Dynamics 365.
1515

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

18-
* For existing logic apps, you're not currently required to use the Common Data Service connector or to stop using the Dynamics 365 connector, which will continue to work at this time.
18+
* For existing logic apps, you're not currently required to use the Common Data Service connector or stop using the Dynamics 365 connector, which continues to work at this time.
1919

20-
However, the [Common Data Service (*Current Environment*) connector](https://docs.microsoft.com/connectors/commondataserviceforapps/), which isn't available yet for Azure Logic Apps, will eventually replace both the Dynamics 365 connector and the Common Data Service connector. At that point, both the Dynamics 365 and Common Data Service connectors will be removed. For more information, see the Power Platform blog post, [Dynamics 365 Connector is deprecated](https://docs.microsoft.com/power-platform/important-changes-coming).
20+
At some point, the [Common Data Service (*Current Environment*) connector](https://docs.microsoft.com/connectors/commondataserviceforapps/), which isn't available yet for Azure Logic Apps, will replace both the Dynamics 365 connector and the Common Data Service connector. At that time, both the Dynamics 365 and Common Data Service connectors will be removed. For more information, see the Power Platform blog post, [Dynamics 365 Connector is deprecated](https://docs.microsoft.com/power-platform/important-changes-coming).
2121

2222
## Next steps
2323

24-
* [Create and manage Common Data Service records by using Azure Logic Apps](../connnectors/connect-common-data-service.md)
2524
* [Learn: Get started with Common Data Service](https://docs.microsoft.com/learn/modules/get-started-with-powerapps-common-data-service/)
2625
* [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)