Skip to content

Commit be82fb1

Browse files
committed
Merge branch 'main' into ado-14130
2 parents 83fb9de + ff75f10 commit be82fb1

14 files changed

+216
-95
lines changed

.openpublishing.redirection.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7250,16 +7250,6 @@
72507250
"redirect_url": "powerapps-docs/maker/portals/admin/update-dynamics365-instance.md",
72517251
"redirect_document_id": "false"
72527252
},
7253-
{
7254-
"source_path": "powerapps-docs/user/cs-email-template-builder.md",
7255-
"redirect_url": "/dynamics365/customer-service/cs-email-template-builder",
7256-
"redirect_document_id": false
7257-
},
7258-
{
7259-
"source_path": "powerapps-docs/user/customize-insert-email-template.md",
7260-
"redirect_url": "/dynamics365/customer-service/customize-insert-email-template",
7261-
"redirect_document_id": "false"
7262-
},
72637253
{
72647254
"source_path": "powerapps-docs/teams/boards-architecture.md",
72657255
"redirect_url": "https://github.com/microsoft/teams-powerapps-app-templates",

powerapps-docs/developer/data-platform/tools/devtools-create-plugin.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Create a plug-in using Power Platform Tools | Microsoft Docs"
33
description: "Learn how to create and register a Dataverse plug-in using the Power Platform Tools extension for Visual Studio."
44
ms.custom: ""
5-
ms.date: 06/20/2020
5+
ms.date: 01/27/2023
66
ms.reviewer: "pehecke"
77

88
ms.topic: "article"
@@ -25,10 +25,9 @@ If you already have an existing Dataverse solution set up, then follow these [in
2525

2626
## Prerequisites
2727

28-
- Visual Studio 2019
28+
- Visual Studio 2019 or 2022
2929
- Power Platform Tools extension for Visual Studio
30-
- C# language
31-
- .NET Framework 4.6.2 (only for plug-in or custom workflow activity development)
30+
- .NET Framework 4.6.2 is required for plug-in or custom workflow activity development
3231
- Power Apps/Dataverse subscription or a trial environment
3332

3433
## Connect to your Dataverse environment

powerapps-docs/developer/data-platform/tools/devtools-create-project.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Create a Power Platform Tools project | Microsoft Docs"
33
description: "Learn how to start a new Visual Studio project for plug-in or custom workflow assembly development using Power Platform Tools."
44
ms.custom: ""
5-
ms.date: 06/20/2020
5+
ms.date: 01/27/2023
66
ms.reviewer: "pehecke"
77

88
ms.topic: "article"
@@ -23,10 +23,10 @@ Like any Visual Studio solution, you begin by creating a new project. In the new
2323

2424
## Prerequisites
2525

26-
- Visual Studio 2019
26+
- Visual Studio 2019 or 2022
2727
- Power Platform Tools for Visual Studio
2828
- 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)
3030
- Power Apps/Dataverse subscription or a trial environment
3131
- Windows Workflow Foundation (only for custom workflow activity development)
3232

@@ -61,7 +61,7 @@ The easy way to create a Power Platform solution containing a CrmPackage project
6161

6262
1. In the Visual Studio new project dialog, search for and choose **Power Platform Solution Template** and then select **Next**.
6363

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.
6565

6666
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.
6767

@@ -85,7 +85,7 @@ Only projects created with a Power Platform Tools template should be added to a
8585

8686
1. Select one of the installed Power Platform Tools templates and select **Next**.
8787

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.
8989

9090
### Add an existing project to a Power Platform solution
9191

powerapps-docs/developer/data-platform/tools/devtools-install.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Install Power Platform Tools | Microsoft Docs"
33
description: "Learn how to install the Power Platform Tools extension for Visual Studio."
44
ms.custom: ""
5-
ms.date: 06/20/2022
5+
ms.date: 01/27/2023
66
ms.reviewer: "pehecke"
77

88
ms.topic: "article"
@@ -30,7 +30,7 @@ Power Platform Tools for Visual Studio supports the rapid creation, debugging, a
3030

3131
Before installing Power Platform Tools into Visual Studio you must have the following applications and frameworks installed on your development computer:
3232

33-
- Microsoft Visual Studio 2019.
33+
- Microsoft Visual Studio 2019 or 2022.
3434

3535
- .NET Framework 4.6.2 (required only for plug-in and workflow activity development)
3636

@@ -82,6 +82,7 @@ You can find a few Power Platform Tools options in Visual Studio by choosing **T
8282
### See Also
8383

8484
[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)
8687

8788
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/virtual-entities/get-started-ve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Following are the limitations in virtual tables that must be considered.
6464
- 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.
6565
- 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.
6666
- 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.
6868
- Charts and dashboards are not supported for virtual tables.
6969
- Virtual tables cannot be enabled for queues.
7070
- Offline caching of values is not supported for virtual tables.

0 commit comments

Comments
 (0)