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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 12:30 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 12:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 01:49 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 01:50 AM
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.