
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 10:34 AM
In ITSM, when Watch List members click the “Take me to Incident” link, they are directed to a read-only platform view, not the portal:
In CSM, when Watch List members click the link to the Case, they are directed to the Portal with an error message:
Is there a way to allow WL members have visibility into the Case via the portal or platform?
Solved! Go to Solution.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 11:00 AM
Hello,
Yes, you could allow this. You'd have to create a "read" ACL on the respective table and use a condition such as:
watch list "contains"
javascript:gs.getUserID();
For example.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 11:00 AM
Hello,
Yes, you could allow this. You'd have to create a "read" ACL on the respective table and use a condition such as:
watch list "contains"
javascript:gs.getUserID();
For example.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 02:00 PM
We are experiencing this same issue. We are on Tokyo. I am new to ServiceNow admin and need assistance with your recommended resolution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 11:05 AM
Hi,
As suggested by Allen, You can create a Read ACL on the table and allow watchlist.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 07:21 AM
Evan,
Did the solution
javascript:gs.getUserID();
work for you , or did you have to give additional permissions or adjust any business rules ?