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: powerapps-docs/maker/canvas-apps/connections-list.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,12 +61,11 @@ This table has links to more information about our most popular connectors. For
61
61
| | | | | |
62
62
| --- | --- | --- | --- | --- |
63
63
||[**Common Data Service**](connections/connection-common-data-service.md)| ||[**Cloud storage**](connections/cloud-storage-blob-connections.md)**|
title: Overview of the Dynamics 365 connection | Microsoft Docs
3
3
description: Create an app for managing data in Dynamics 365
4
-
author: Mattp123
4
+
author: JimDaly
5
5
manager: kvivek
6
6
ms.service: powerapps
7
7
ms.topic: reference
8
8
ms.custom: canvas
9
-
ms.date: 11/27/2019
9
+
ms.date: 05/31/2020
10
10
ms.author: matp
11
11
ms.reviewer: tapanm
12
12
search.audienceType:
@@ -15,105 +15,9 @@ search.app:
15
15
- PowerApps
16
16
---
17
17
# Connect to Dynamics 365 from Power Apps
18
-
Power Apps lets you quickly generate, customize, share, and run mobile apps with little or no code. By using the Dynamics 365 connector, you can create useful mobile apps to share with your organization in just a few minutes.
19
-
20
-
By following the steps in this topic, you'll create an app in which users can browse, add, delete, and make updates to contacts in model-driven apps in Dynamics 365 (Dynamics 365 Sales, Dynamics 365 Customer Service, Dynamics 365 Field Service, Dynamics 365 Marketing, and Dynamics 365 Project Service Automation). Users can run the app [in a browser](../../../user/run-app-browser.md) or [on a mobile device](../../../user/run-app-client.md) such as a phone.
21
-
22
-
> [!NOTE]
23
-
> We recommend using a more robust [Common Data Service connector](connection-common-data-service.md) when connecting to model-driven apps in Dynamics 365.
24
-
25
-
## Prerequisite
26
-
To follow this tutorial, you need a Microsoft Office 365 account that includes a Dynamics 365 subscription.
27
-
28
-
## Create a connection
29
-
1.[Sign in to Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
30
-
2. In the left navigation pane, click **Connections**.
31
-
32
-

33
-
3. Near the upper-right corner, click **New connection**.
6. In the **Sign in to your account** dialog box, provide your credentials for the Dynamics 365 (online) tenant.
43
-
44
-
A connection is created.
45
-
46
-
## Generate an app automatically
47
-
1.[Sign in to Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then click **New app** near the lower-left corner.
3. Under **Connections**, select the connection that you want, and then choose a dataset, which corresponds to the instance of Dynamics 365 that you'll manage in the app.
54
-
4. Under **Choose a table**, click **Contacts**, and then click **Connect**.
55
-
5. In the left navigation bar, click or tap an icon in the upper-right corner to switch to the thumbnail view.
56
-
57
-

58
-
59
-
Power Apps generates a three-screen app based on contact records.
60
-
61
-
***BrowseScreen1**. This screen appears by default when users open the app. In the left navigation bar, a thumbnail for this screen appears above the other two screens.
62
-
***DetailScreen1**. This screen appears when users click an item in **BrowseScreen1**. In the left navigation bar, a thumbnail for **DetailScreen1** appears between the other two screens.
63
-
***EditScreen1**. This screen appears when users click the edit icon for an item in **DetailScreen1**. In the left navigation bar, a thumbnail for **EditScreen1** appears under the other two screens.
64
-
65
-
The app can run in its initial state, but we can make it more useful by refining the information on each screen.
66
-
67
-
## Customize BrowseScreen1
68
-
In this procedure, you'll configure **BrowseScreen1** to show the first and last names of each contact. The data will be sorted alphabetically by last name and include images in a two-column grid.
69
-
70
-
1. In **BrowseScreen1**, select the gallery by clicking any record in it except the first one.
5. In the right-hand pane, click the eye icon for each of these fields, so that the screen will show an image (if the table contains one) and four other fields for each contact:
6. Select **EditScreen1** by clicking the bottom thumbnail in the left navigation bar.
112
-
7. Repeat the steps in this procedure to customize **EditScreen1** the same way as **DetailsScreen1**.
113
-
8. (optional) Save the app.
114
-
115
-
## Next steps
116
-
* Test your app in Preview mode by clicking **BrowseScreen1** in the left navigation bar and then pressing F5 or clicking  near the upper-right corner.
117
-
*[Share your app](../share-app.md).
118
-
*[Add a second data source](../add-data-connection.md).
119
18
19
+
> [!IMPORTANT]
20
+
> The Dynamics 365 connector is deprecated. For more information, see [Dynamics 365 connector deprecation announcement](/power-platform/important-changes-coming#dynamics-365-connector-is-deprecated).
21
+
>
22
+
> - Use the [Common Data Service connector](connection-common-data-service.md) when connecting to the Common Data Service used for Microsoft Dynamics 365 Sales, Microsoft Dynamics 365 Customer Service, Microsoft Dynamics 365 Field Service, Microsoft Dynamics 365 Marketing, and Microsoft Dynamics 365 Project Service Automation.
23
+
> - To convert your app that uses the deprecated Dynamics 365 connector, go to [Converting canvas apps with the Dynamics 365 connector](../use-native-cds-connector.md#converting-canvas-apps-with-the-dynamics-365-connector).
0 commit comments