
Hello!
I am trying to figure out how to update an existing plugin currently in use for my organizations CRM.
However, after doing some research and downloading some tools, I still need some clarification.
**NOTE: I am not trying to create a plugin from scratch (having to develop, sign, register an assembly). I merely want to add some logic to already registered/existing Assembly
The steps I've taken so far:
1.) Followed the steps provide by Microsoft: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/tutorial-update-plug-in
2.) Download the Plugin registration tool within Visual Studio
3.) Connected to my CRM environment through Visual Studio, Navigated to Assembly I wish to update.
Here is where I am unsure how to proceed. Since I just want to add some logic, do I simply update the the plugin as seen below?
Hi,
Thank you for your query.
Please note, Plugin Registration Tool is used to Register or Update an assembly (already built using Visual Studio).
All the logics has to be added in the code itself (in the plugin CS class). If you have the source code, modify it, build it in the Visual Studio and simply update using Plugin Registration Tool (as you shared in the snapshot).