web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (1)
Synchronize Dynamics 2016 user information with AD

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 ...

Nicolas.Plourde 240
Like (0)
Basic notions of a plugin

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...

Nicolas.Plourde 240
Like (0)
Create email templates faster with this method

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...

Nicolas.Plourde 240
Like (2)
Why I don’t like using Business Rules

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...

Nicolas.Plourde 240
Like (0)
Best way to find dirty fields

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...

Nicolas.Plourde 240
Like (0)
CRM 2016 – + button not working on Opportunity Product subgrid on Opportunity form...

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...

Nicolas.Plourde 240
Like (1)
How to stop Quick Create form from saving

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()...

Nicolas.Plourde 240
Like (0)
How to automatically refresh a dashboard

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 ...

Nicolas.Plourde 240