Missing "Type your message here" for Non-ITIl users in Service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 07:38 AM
I have created a simple list widget for the watch list. If a user is added to a watchlist they'll be able to view the incident from the service portal. The only issue is non-itil users cannot add to the conversation or leave a message. Has anyone run into this kind of issue?
ITIL view
Non-ITIL view

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 11:11 AM
@Wyatt Fudal1 Please check if your non-ITIL user has write permissions on the incident record. If they don't then they will not be able to add an additional comment.
Please check the following.
1. The watchlist user should have table level write access on incident table (via write ACL on incident table
2. The watchlist user should have field level write access on incident.comments field (via write ACL on incident table on comments field)
Hope this helps.