- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2020 07:25 AM
Hello all,
a customer has asked me to investigate what she sees as an issue with knowledge comments (feedback) created by ITIL users using the 'Flag Article' button is Service Portal - here is the issue:
- an ITIL user has access to 'Flag Article' from the KB article via the Service Portal page
- the ITIL user submits some comments using 'Flag Article'
- the comment is subsequently only visible to the author and knowledge managers via the portal
- a knowledge manager reviews the comments in the back end (UI view) and the unchecks the 'Flagged' field which resolves the feedback
- PROBLEM: the comment is now visible to ALL Service Portal users as it is no longer 'Flagged'
These sort of comments are deemed to be 'sensitive' and should not be visible to all.
Is this correct behaviour?
I've tried using my personal OOTB instance and it functions the same way.
Many thanks in advance,
Keiron.
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2020 08:27 AM
Create a Business rule on Update, when the Flagged changes to true:
Set article to inactive:
Be aware that, whenever an article is flagged, and it is does not show anymore, users can not view the information. Even if it was flagged for a spelling error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2020 01:32 AM
Many thanks Willem.
I mainly wanted to confirm that this is the OOTB behaviour to pass on the the customer.
I'll let them know that a BR is an option.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2020 06:03 AM
Many thanks for taking the time to reply.
Unfortunately it's the KB Feedback that I wanted to hide and not the article - there is no 'Active' field on the feedback table but, perhaps, I can add one and use that to to hide the article from the Service Portal view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2020 06:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2020 06:28 AM
Thanks again - in our instance (and my OOTB personal instance), the glide.knowman.show_user_feedback.roles is set to 'Knowledge View'.
I can look to amend the ACL but I will still have to identify that the feedback was previously set to 'flagged' which suggests adding a custom field and updating that via a BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2020 06:33 AM