In my previous post, I shared with you how to use Microsoft CRM’s internal function to show a dialog window in Dynamics CRM 2013 inline style. In this post, I will provide a step-by-step guide on how to build your own dialogs in CRM 2013 style.
Tag: Html
MS CRM 2011: Replacement of textbox with picklist with configurable values
While working with CRM 4.0, I used this trick to solve similar tasks. Today, I had to implement similar functionality and I decided to go the supported way – JavaScript + WebResources.
MS CRM 2011: N-N Relationship control: checklistbox style
I have developed WebResource for CRM which displays N-N relation in checklistbox style and decided to share it:
MS CRM 2011: Embed context report to left navigation pane
Idea of this blog post is how to embed report to left navigation pane of Crm editing form. I have found this brilliant post which describes how to embed report into IFrame located on Crm editing form and I took this post as basis for current post.
Intergrating Google Maps v.3 into Microsoft Dynamics CRM 4.0
In this post I will describe how to integrate Google Maps v.3 with Microsoft Dynamics CRM 4.0 using IFrame customization.