End users cannot add comments to RITM in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2016 07:08 AM
End users cannot add additional comments to RITM in the Service Portal like they can to an Incident ticket. Anyone know how to fix this? I confirmed this is working from end users via the Self Service view through the Service Catalog. I also confirmed that there is a ACL for additional comments on the requested_item table. This didn't resolve the issue.
Thanks for the help!
- 16,975 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 09:58 AM
Hi Daniel,
Have you fixed this issue ,right now i am getting same thing for end users in service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 10:09 AM
This was a year ago but I believed I created an ACL for write access to sc_req_item > additional comments,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2018 10:05 PM
I did the same.
I created an ACL - sc_req_items.comments
and applied the snc_internal role to this ACL rule only.
This has allowed our users to comment on the Comments field in our Service Portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2020 09:03 AM
Same issue here.
Created ACL as suggested and still unable to see the additional comments when impersonating.
Tried javascript and dynamic conditions with same results:
No issues with the requested for seeing the additional comments.
Even created one that referenced the 'Request.Opened by', with same results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2020 12:27 AM
You need to add two ACL's
One for the read and one for the write.
The activity widget only shows when the user has read access.
The read ACL:
Will make the activity visible
The write ACL
This will make this bar visible with the portal, BUT you must have the READ permission.
Hope it helps.