SharePoint 2010 Social Ratings – Part 1

SharePoint 2010 provides new feature to users to rate the site content list items like documents, blogs, tasks, discussion items etc. It’s available only with SharePoint 2010 and not with the Windows Foundation Services.

Lets see how to use the rating feature. I will use social rating on the discussion board list in this article, but the procedure remains same for the rest of the lists.

Follow the below steps to enable rating.

1. Enable Ratings Feature, It’s a hidden site feature, make sure it’s activated.

To activate using PowerShell : Open SharePoint 2010 Management Shell and type the belowimage

2. Enable Ratings on the list by using the List Settings >> Rating Settings

image

3. Select “Yes” on the, Allow items in the list to be rated option.

image

4. Rating (0-5), Rating Average columns gets added to the list, and in corresponding views.

image

5. Start rating on the discussion board item. The same procedure applies for other lists also.

Why my ratings are not getting reflected instantly?

Ratings works with the help of the two timer jobs listed below

  • User Profile Service - Social Data Maintenance Job
  • User Profile Service - Social Rating Synchronization Job

These two timer jobs are responsible for synchronizing rating values between the Social Database and the Content Database. By default it’s configured on default interval. Change the interval to desired minutes will allow the timer job run more frequently and synchronize the rating data quickly.

Comments

  1. I am not getting "Rating Setting" link in my site.Please help..

    ReplyDelete
    Replies
    1. Hi, did you enabled the "Ratings" feature. please refer the step one.

      Delete
  2. Nice post..Thank You

    ReplyDelete
  3. is it possible to hit rating on replies level ?

    ReplyDelete

Post a Comment