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?