A plug-in is a custom business logic that integrates with Microsoft Dynamics CRM to modify or extend the standard behavior of the platform. Plugins are mostly written in C# language and can be registered at various events like Create, Read, Update, Delete, or on other messages and can run either in Synchronous or Asynchronous mode.
In one of my earlier articles, I explained about downloading the Plugin Registration Tool using Power Shell.
In this article will explain the other way of downloading the Plugin Registration Tool using Visual Studio Code and Power Platform Tools.
Pre-requisite
Follow the articles below and Install the Visual Studio Code and Power Platform Tools in VS Code.
- How to Install Visual Studio Code?
- How do you install Power Platform Tools in Visual Studio Code?
Follow the below steps after the Prerequisites.
Step 1. Open Visual Studio Code.
Step 2: Press Ctrl + Shift + P to Show all the commands.
Step 3: Search for the Text “Show PAC Help” and Click on Power Platform CLI: Show PAC Help.
The terminal will be opened with the pac help command to see the list of all pac syntax.
Step 4: Type the below command and click on Enter.
pac tool prt
Plugin Registration Tool is downloaded.
And it will be launched automatically.
Plugin Registration Tool will be downloaded to the Local AppData folder.
You can check the same using the below link.
C:\Users\<UserName>\AppData\Local\Microsoft\PowerPlatform\PRT\9.1.0.184\tools
I hope you have successfully downloaded the Plugin Registration Tool using the Visual Studio Code and Power Platform Tools.
Please like and share your valuable feedback on this article.