8

Getting Customer Temperature

by benvollmer 26. April 2010 19:23

How often have you pulled open a CRM Record and wanted to VERY quickly see the temperature of the customer? For a customer the other day, I did a quick mock up of how you could do this. I have seen it done a number of ways over the years, but all of them have been less than ideal from a support perspective. (They either modify the DHTML of CRM’s Forms in a section or where embedded into the header of CRM, both of which would be unsupported.)

image

In order to accomplish this magic, you only need to do two things. One is copy the enclosed file to the ISV Directory and point an iFrame to it. In this example, we are using the customer satisfaction picklist in the Case Entity.

image

 

On the Customer Satisfaction Entity, we want to put the following in the OnChange Event. Using this allows the iFrame to be refreshed anytime the customer satisfaction field is changed. (The other option would be to put a refresh inside the CaseUpdate.HTML file.) 

crmForm.all.IFRAME_tempature.src = crmForm.all.IFRAME_tempature.src;

image 

 

Happy Demo’ing!

Download the Source Code Here.

Tags:

Demo Tools

Comments

4/27/2010 10:22:00 PM #

Where is the " enclosed file "?


bvollmer
bvollmer
4/29/2010 7:26:00 PM #

Shai-


Check it out again. Smile I was having SkyDrive Issues. Smile


4/29/2010 7:39:00 PM #

Glad to see you blogging again!  :O)


bvollmer
bvollmer
4/29/2010 7:41:00 PM #

Great to be back. Smile Now if only I can keep up with this and my day job. Smile


5/2/2010 6:33:00 PM #

Have you come up with any way to show his in the CRM grid? It would be great to identify them in the grid view using color coding.


bvollmer
bvollmer
5/2/2010 6:40:00 PM #

Chris- Yes. Supported? No. Smile


What I did for that in a supported method was to build the logic in Excel and then have a link to the Excel file in the SiteMap. Smile


5/3/2010 2:06:00 PM #

How about changing the style of 'leftNavBreadcrumbText', instead of adding a large section? This will change the color of the text 'Information' at the top of the screen. Visible at every tab, but a bit less intrusive.


bvollmer
bvollmer
5/3/2010 5:38:00 PM #

@ Dennis-


Would that work? Yes. Is that supported? No. Would support complain about it? Not to much. Unless it screwed up something else on the form. Smile


Add comment


(Will show your Gravatar icon)

  Country flag

biuquote
  • Comment
  • Preview
Loading



Powered by BlogEngine.NET 1.6.1.0
Original Design by Laptop Geek, Adapted by onesoft