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 →
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 →
New or noteworthy in JavaScript context object for CRM 2013
The new SDK for Dynamics CRM 2013 is out (see previous post for the link), and a few calls stand out when working with JavaScript: getClient instead of using the old isOutlookClient now we have more flexibility to determine the client. the returned values include Web Outlook Mobile use as follows: context.client.getClient(); Pay attention to... Continue Reading →
CRM 2013 SDK
Get your Dynamics CRM 2013 SDK now from HERE! Enjoy ;)
Dynamics CRM 2013 – new in field customization
I’ve got to start by stating: I like what I see… Let’s take a Phone field, on the Contact form. You will see a new tab called Business Rules. Go to it :) Click on New, and create a new rule to check if the field contains data. Bring a message to the user if... Continue Reading →
