i want to make read only incident list view for one user .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2025 10:55 AM
HII
i want to make read only incident list view for one user . can i ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2025 11:03 AM
Hi @pattnaiksub ,
yes create a deny unless list edit acl
gs.getUserName() != 'USERID of the User'; // update user's userid value here
update the proper userid value (user id not the sysid of the user)
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2025 11:13 AM
Create a view with the role 'sn_incident_read' and assign it to the user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2025 11:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2025 11:21 AM
The 'snc_read_only' might be something to consider if you don't want to create a new role or view.