- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 06:18 AM
How to make "details" as mandatory when Helpful is selected as "NO" in knowledge article
Steps to reproduce.
1. Navigate to https://dev*****.service-now.com/kb
2. Open any of the article
3. Click on Helpful as "NO". Popup appear
4. How to make "Details" mandatory
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 09:55 AM
Hi Sandeep,
Thanks for providing the details. The feedback popup is coming from the ng-template "kb-feedback-task-modal" attached to the widget - "kb-article-content".
To make details mandatory - you need to modify the method - c.submitFeedbackTask in the widget - "kb-article-content". If you see the method - "submitFeedbackTask", there is already code to make the reason mandatory. Implement the same for details also.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 08:41 AM
Hi,
Is this feedback popup a custom solution? If not, can you tell me which page are you referring to? I can check and let you know after I take a look at the widget.
In my dev instance i am not able to get the popup.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 09:09 AM
Hi Satya,
Thank you for your response..
This is OOB functionality only. We need enable below property .
Procedure
- Navigate to Knowledge > Administration > Properties.
- In the Actionable Feedback Properties section, configure the following properties:
1. Create actionable feedback task when an article is marked as not helpful.
2.Create actionable feedback task when an article is rated at or lower than this value. 0 or no value indicates that actionable feedback tasks are not enabled for Rating type feedback
please refer: https://hi.service-now.com/kb_view.do?sysparm_article=KB0712422
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 09:55 AM
Hi Sandeep,
Thanks for providing the details. The feedback popup is coming from the ng-template "kb-feedback-task-modal" attached to the widget - "kb-article-content".
To make details mandatory - you need to modify the method - c.submitFeedbackTask in the widget - "kb-article-content". If you see the method - "submitFeedbackTask", there is already code to make the reason mandatory. Implement the same for details also.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2020 06:25 AM
Hi Sandeep,
Please let me know if the issue is resolved.
If yes, could you please mark my answer correct and helpful.
Thanks