Update Rating

lawrence whittemore asked on March 10, 2014 13:20

Is it possible to change a rating once it has been added? I want to make sure if the user accidentally rates one way they can change if they realize they clicked wrong.

Recent Answers


Richard Sustek answered on March 13, 2014 01:54

Hi Lawrence,

Thank you for your message.

Unfortunately this is not possible because the ratings are stored in CMS_Document table in columns DocumentRatingValue and DocumentRatings. The rating is calculated with DocumentRatingValue/DocumentRatings. In order to make what you need there is a requirement to store each and individual rating value to another table where the User, Document and rating value would be bounded.

Let me know if you have further questions.

Kind regards,

Richard Sustek

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.