How do I impersonate a user so I can see what he sees?

From time to time, you may want to impersonate a user in the system. See what he sees, see how his Security Roles affect the system and/or recreate a security role related error. Unfortunately, there is no supported Microsoft way of doing that, so you have to resort to 3rd party solutions. You can for […]

Read More

A MUST-HAVE browser extension: Level Up for Dynamics 365/Power Apps

As a Dynamics 365 CRM developer, you will want to get the Level Up for Dynamics 365/Power Apps browser extension by Natraj Yegnaraman. The extension is available for multible browsers, including: Microsoft Edge – Chrome – Firefox Let me demonstrate what it looks like in Edge. Click the extension icon in the browser. That will […]

Read More

My form’s Business Rule doesn’t work!

It doesn’t happen that often, but it can, if you’re not careful… You need to be aware when you create your Business Rules that if the logic relies on a field value and the field is NOT available on the form, the business rule will NOT work. The solution is to make sure in the […]

Read More

How do I register a new plugin in an existing assembly?

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 […]

Read More

How do I batch upload document templates?

I have lots of Quote template files in different languages etc, and once in a while, I update them all with one or more new fields. When the changes are done, I would like to upload all of the templates in one go. Unfortunately, the Dynamics 365 CRM user interface doesn’t have any functionality for […]

Read More