In this article, I will focus on how to register new plugins in an existing assembly. If you have just written the first plugin in a new assembly, please follow the instructions from step 4 in this post instead. So to register a new plugin you’ve written in your existing assembly (which I assume has […]
Category: Plugins
Creating and registering your first plugin
Plugins are the most common way of running custom code in the Microsoft Dynamics 365 CRM system. If you start working on an existing system, the company will often have a plugin solution already that you can work in. If not, you have to create one from scratch following this guide. One plugin solution can […]
Two ways to change the default “From” email address to a Queue for Case/Incident emails
A common scenario in Dynamics 365 CRM is that you have a mail queue where the customers can send support requests. When a mail is received in the queue, a Case/Incident is automatically created and the mail attached. When your support staff replies to that mail, it will be from their personal mail address. So […]