I want to restrict 'Close' state of incident from itil users from list view.How can i restrict an option for a field from list view based on roles?

sooryamohan
Tera Contributor

I want to restrict 'Close' state of incident from itil users from list view.How can i restrict an option for a field from list view based on roles?

3 REPLIES 3

Harsh Vardhan
Giga Patron

HI Soorya,



Kindly refer the thread below.



how to hide choice list field value in list view?


jyotisoni
Kilo Explorer

Hi Soorya,



You can use onCellEdit client script for state field, get user role if it will ITIL then confirm if newValue is close(by name) then return false.



Regards,


Jyoti Soni


Then also the choice"Closed" wil be there in Incident-State's list view.


Iwant to remove closed from state's choice in list view.