Hi all,
My client is using a custom page template on a Dynamics 365 Portal.
On this page we'd like to add the 'rating' (5 star) or 'voting' (thumbs up) functionality.
Any suggestions how to do this?
My Page Template is something like this:
<div class="container">
<div class="page-heading">
{% block breadcrumbs %}
{% include 'Breadcrumbs' %}
{% endblock %}
{% block title %}
{% include 'Page Header' %}
{% endblock %}
</div>
<div class="row">
<div class="col-md-8">
{% block main %}
{% include 'Page Copy' %}
{% endblock %}
</div>
<div class="col-md-4">
{% block right_aside %}
I'd like to add the standard rating functionality here!!
{% endblock %}
</div>
</div>
</div>
*This post is locked for comments
Hi Nicholas,
The code is working fine. The rating option is showing on the web page. But the rating is not appearing on the knowledge article record from the CRM side.
Do you know any work around for this?
Thanks
Thanks
Red
Hi Red,
Unfortunately I'm not aware of any way of changing the rating type.
Nick
HI Nicholas,
How to change the rating type from scale to vote (thumb up/down)?
Thanks
Red
Hi Elmar, am looking for similar solution, did you get this working, what is the actual liquid code you have used. Tried this but getting 'Liquid error: Value cannot be null. Parameter name: input'
{% rating id: page.id, entity: page.logical_name, readonly: false, panel: true, snippet: "Rating Heading", step: "1", min: "0", max: "5", round: true %}
Thanks it thanks!
Hi Elmar,
The liquid code to add the rating functionality looks like:
{% rating id: page.id, entity: page.logical_name, readonly: false, panel: true, snippet: "Rating Heading", step: "1", min: "0", max: "5", round: true %}
Hope that helps.
Nick
Hi Arpit,
My web page is already enabled for rating.
When I use the standard 'Page' page template the rating option is shown.
But in my case I'm using a custom page template that is related to a custom web template.
I need to add the 'rating functionality' somewere in the code of the web template.
Hello Elmar,
You can follow below link in order to incorporate Rating feature on CRM Portal.
If found useful, please mark the answer as verified.
Cheers
Arpit
https://arpitmscrmhunt.blogspot.com
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156