Hi I need to hide the Closed complete choice option from State field in list view so that user canno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 10:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 10:11 PM - edited ‎01-21-2025 10:16 PM
Hi @Sonal Chhaya ,
The other solution would be to create a list_edit ACL, so users can not edit from the List view and it will be read only
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 06:05 AM - edited ‎01-22-2025 06:07 AM
Hi @Sonal Chhaya You can not hide the state field directly both in Native UI and the workspace.
and I agree with solution provided by @Najmuddin Mohd .
Here are the alternative solutions
1. Use onCellEdit client script on the Requested Item table to disable changing of the state (You can also add conditions related to log in users role). But this will only disable on the list view of native UI not SOW
2. To disable row level editing in SOW you can check the Hide inline editing checkbox which is unchecked Out Of The box from Servicenow in the UX list options.
Please see the attached images for both solutions. onCellEdit client script
UX List costomization.
Please mark the solution Helpfuls if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2025 12:28 AM - edited ‎01-25-2025 01:37 AM
Hi @Sandeep Dolia @Najmuddin Mohd UX List I tried its working for all the field in list view, I need it only for state field and acl I am unable to find the state field in scoped application , please find the screenshot and help me on this.
Note- Is there any way that we can hide or remove any choice option (eg-resolved) from state field in workspace list view only for scoped application?
Thankyou!