CRM 2011 Star Ratings

Came across a nice script for star ratings on CRM 2011 form. CRM 2011: Star Rating Form Control Thanks Carlton Colter for sharing.

My two cents here.

If some other field/logic on the form updates the star rating value, you may want to refresh the iframe with the WebResource and you can do it with the following script

var f = Xrm.Page.ui.controls.get('WebResource_Rating');
f.setSrc(f.getSrc());
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.