i want to make read only incident list view for one user .

pattnaiksub
Tera Contributor

HII

i want to make read only incident list view for one user . can i ?

5 REPLIES 5

Chaitanya ILCR
Kilo Patron

Hi @pattnaiksub ,

yes create a deny unless list edit acl

ChaitanyaILCR_2-1749665018691.png

 

ChaitanyaILCR_1-1749664936171.png

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

 

JobyV
Giga Guru

Create a view with the role 'sn_incident_read' and assign it to the user.

JobyV_1-1749665756032.png

 

14Hernan
Tera Contributor

The 'snc_read_only' might be something to consider if you don't want to create a new role or view.