Recently, I was asked to synchronize users information with the Active Directory because the company moved to a new location. I was surprised the only tool I could find was for Dynamics 2011. We are running Dynamics 2016 on-premise. So, I created ...
I’ve been spending the last days on Stack Overflow answering posts. Many of them being related to, what I consider, basic notions of a plugin. After helping someone on his first plugin, I thought I should share this with the world because there is...
Creating an email template can be painful. The interface is quite limited and the formatting sometimes lead to strange behavior. So, if you are having difficulties or limitations creating an email template, you can use this trick I discovered rece...
I usually avoid Business Rules. I admit the feature has potential but I was never impressed by it. It always felt like it was made in two weeks to make the next CRM looks cooler. Since it’s creation, my desire to use Business Rules was alway...
Hi folks,
Wondering what is that nasty field that kepts getting dirty when you open a form? Search no more and use:
Xrm.Page.data.entity.getDataXml();
It returns the data that will be send once you save the page.
"646a9377-f184-e611-80c9-0050...
Hi folks,
A really long post name for a simple problem. Another bug caught my attention today and I was so amazed by it I thought it deserved a post.
If your ‘+’ button on the Opportunity Product subgrid on the Opportunity product doesn’t work any...
I ran into this problem today. I wanted to use the Quick Create form and do some custom validations in JavaScript. I could of done it by Plugin but I wanted the JavaScript look & feel.
Naturally, I tried context.getEventArgs().preventDefault()...
Hi folks,
To refresh a dashboard, you can click on the button refresh. But, there is no supported way to refresh a dashboard automatically without refreshing the whole page. Here, I’m offering you a simple solution to that problem.
First, create ...