Images are a new feature of CRM 2013. We can now easily associate an image to a record. In 2011 we had to add images either as Web Resources and reference them, or create custom scripts to pull images associated to Notes and display them on the records. Now, by default, CRM adds the image... Continue Reading →
CRM 2013 – Interesting Quirks
Data Grid “+” does either Add New or Add Existing So, hypothetical situation, I need a data grid on a custom entity (call it Group) to allow me to add existing related records of Users. Followed the steps as such: Go to User, add a new lookup field Group, and make it Business Required Go... Continue Reading →
CRM 2013 Client for Outlook configuration
Recently I was trying to set-up a client’s Outlook to connect to a CRM 2013 instance. The user is in a new security role customized specifically for this group of users. First hurdle encountered was clearly described as a permission issue: “Principal user is missing prvReadUserSettings privilege.” The fix for this is to go into... Continue Reading →
CRM 2013 Server-side Sync – Bye-Bye email router
While only supported in On-Premise scenarios as of now, this is a feature that can bring a lot of value and simplify administration. But what it is… let’s see: For each CRM 2013 user and queue a mailbox record is created and associated to an Exchange server profile which defines the connection settings. Then, server-side... Continue Reading →
Pop-up JavaScript changes in Dynamics CRM 2013
Often times we created scripts with alerts to the user, or getting some sort of simplistic interaction with the user. Some of those do change in Dynamics CRM 2013. If we used window.alert or window.confirm now it’s time to stop that. The new SDK has a warning for us to use the newly provided functions.... Continue Reading →
