How to make list view field un editable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 11:19 PM
Hi Expert,
I want to make the field in list view un editable based on the condition. Please advise how I can achieve? will it be done through only ACL.?Please advise. Below are the 3 user cases
UC1
GIVEN THAT, I AM an XXX user
WHEN I open a list of SCTASKs (list view) which are NOT assigned to my assignment group
THEN I'm unable edit any of the columns
UC2
GIVEN THAT, I AM an XXX user
WHEN I open a list of SCTASKs (list view) which are assigned to my assignment group
THEN I'm unable edit any of the columns except "Assigned To" column
UC3
GIVEN THAT, I AM a System Admin
WHEN I open a list of SCTASKs (list view)
THEN below columns are editable
State
Priority
Assignment group
Assigned to
Thanks
Srini
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2022 11:46 PM
Hi Srini,
Follow the below steps:
- Elevate your role as security admin
- Navigate to System Security > ACL
- Create New list_edit ACL on sc_task table
- unselect the admin overrides
- select the advanced checkbox (shown in below snapshot)
- Under script type
answer = false;
Hope this helps you. Let me know for any query.
Thanks