
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2018 03:06 AM
We have the following requirement with regards to users on watch list for incident tickets:
- Allow those in the Watch List of an incident ticket to be able to leave additional comments on Service Portal.
- Users in Watch list should not be able to change anything in the ticket other than leave additional comments.
Currently they can view the existing comments but they can't write a comment on it. How can we implement this? Take note that we are only allowing our end users to access tickets on the Service Portal.
SOLUTION:
Thanks to Dante and Ricardo, I was able to successfully allow those in Watch List to be able to add additional comments (including in the Service Portal)
1) Table level (ACL where the field is not specified. --None--)
2) Field level ACL rule (Field is specified)
Solved! Go to Solution.
- Labels:
-
Incident Management
- 11,137 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2018 10:21 PM
Hello JC,
For a user to be granted access to any read/write operation, they must pass 2 ACL's
1) Table level (ACL where the field is not specified. --None--)
2) Field level ACL rule (Field is specified such as the one mentioned above)
The ACL you created is a Field level ACL rule, which will allow your user to write to that field but only if he has access to writing to the table overall.
Hope this helps!!
Best regards,
Ricardo Velez | Senior Technical Support Engineer
ServiceNow | The Enterprise Cloud Company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2018 01:04 PM
Hi All,
I have a requirement in Service Portal for an Incident. we know that in SP additional comment field is displaying to add comment in the current incident. However, our requirement is to show additional comments in Service Portal which are added by the caller of the Incident only.
Could anyone of you please let me know how do I place this filter with data.stream.journal_fields. Any help is much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2022 09:31 PM
You can forward any files attached to the record, send other files, add comments, and include a bookmark link. By default, the Work notes field can be updated only by users with the itil role, whereas the Additional comments field can be updated by any users.