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/developer/data-platform/tools/devtools-create-project.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Quickstart: Create a Power Platform Tools project | Microsoft Docs"
3
3
description: "Learn how to start a new Visual Studio project for plug-in or custom workflow assembly development using Power Platform Tools."
4
4
ms.custom: ""
5
-
ms.date: 06/20/2020
5
+
ms.date: 01/27/2023
6
6
ms.reviewer: "pehecke"
7
7
8
8
ms.topic: "article"
@@ -23,10 +23,10 @@ Like any Visual Studio solution, you begin by creating a new project. In the new
23
23
24
24
## Prerequisites
25
25
26
-
- Visual Studio 2019
26
+
- Visual Studio 2019 or 2022
27
27
- Power Platform Tools for Visual Studio
28
28
- C# language
29
-
- .NET Framework 4.6.2 (only for plug-in or custom workflow activity development)
29
+
- .NET Framework 4.6.2 or greater - (plug-in and custom workflow activity development requires v4.6.2)
30
30
- Power Apps/Dataverse subscription or a trial environment
31
31
- Windows Workflow Foundation (only for custom workflow activity development)
32
32
@@ -61,7 +61,7 @@ The easy way to create a Power Platform solution containing a CrmPackage project
61
61
62
62
1. In the Visual Studio new project dialog, search for and choose **Power Platform Solution Template** and then select **Next**.
63
63
64
-
1. Enter the requested project information, choose .NET Framework 4.6.2 or 4.7.2, and select **Create**. <p/>At this point you should see either a Dataverse login dialog or a dialog to reuse your last Dataverse connection. Do whatever is appropriate to connect to your Dataverse development environment. Never develop code in a production environment.
64
+
1. Enter the requested project information, choose a .NET Framework version, and select **Create**. <p/>At this point you should see either a Dataverse login dialog or a dialog to reuse your last Dataverse connection. Do whatever is appropriate to connect to your Dataverse development environment. Never develop code in a production environment.
65
65
66
66
1. At the **Configure Microsoft Power Platform Solution** dialog, choose either to use an existing Dataverse solution or create a new solution. <p/>Depending on what you have chosen, you will either be prompted to enter information about the new solution or select the existing solution from a drop-down list. **Step #3 Select Solution** is displayed but won't be active until you are logged in and choose **Next** in step #2.
67
67
@@ -85,7 +85,7 @@ Only projects created with a Power Platform Tools template should be added to a
85
85
86
86
1. Select one of the installed Power Platform Tools templates and select **Next**.
87
87
88
-
1. Fill in any required information and select **Create**. For a plug-in or workflow activity library, be sure to choose .NET Framework 4.6.2 (or 4.7.2).
88
+
1. Fill in any required information and select **Create**. For a plug-in or workflow activity library, be sure to choose .NET Framework 4.6.2.
89
89
90
90
### Add an existing project to a Power Platform solution
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/tools/devtools-install.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Install Power Platform Tools | Microsoft Docs"
3
3
description: "Learn how to install the Power Platform Tools extension for Visual Studio."
4
4
ms.custom: ""
5
-
ms.date: 06/20/2022
5
+
ms.date: 01/27/2023
6
6
ms.reviewer: "pehecke"
7
7
8
8
ms.topic: "article"
@@ -30,7 +30,7 @@ Power Platform Tools for Visual Studio supports the rapid creation, debugging, a
30
30
31
31
Before installing Power Platform Tools into Visual Studio you must have the following applications and frameworks installed on your development computer:
32
32
33
-
- Microsoft Visual Studio 2019.
33
+
- Microsoft Visual Studio 2019 or 2022.
34
34
35
35
- .NET Framework 4.6.2 (required only for plug-in and workflow activity development)
36
36
@@ -82,6 +82,7 @@ You can find a few Power Platform Tools options in Visual Studio by choosing **T
82
82
### See Also
83
83
84
84
[Quickstart: Create a Power Platform Tools project](devtools-create-project.md)
85
-
[Power Platform Tools on the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatformTools)
85
+
[Power Platform Tools extension for Visual Studio 2019](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatformTools)
86
+
[Power Platform Tools extension for Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatformToolsVS2022)
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/virtual-entities/get-started-ve.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Following are the limitations in virtual tables that must be considered.
64
64
- A column on a virtual table cannot be calculated or rollup. Any desired calculations must be done on the external side, possibly within or directed by the data provider.
65
65
- Although you can add virtual table columns as a lookup on a grid or other UI views, you cannot filter or sort based on this virtual table lookup column.
66
66
- Auditing is not supported.
67
-
- Search functionality is not support for virtual tables as they do not persist data.
67
+
- Search functionality is not supported for virtual tables as they do not persist data.
68
68
- Charts and dashboards are not supported for virtual tables.
69
69
- Virtual tables cannot be enabled for queues.
70
70
- Offline caching of values is not supported for virtual tables.
0 commit comments