Need to be edit one custom field on list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-02-2023 09:52 PM
I need to edit only 1 field on list view in any state and this field is not avalible on form level. currently there is one table level list edit acl is running and this makes all fields not editable in list view. so how can I override this and need to be edit one field other fields should be read-only .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-02-2023 09:59 PM - edited ā10-02-2023 10:03 PM
Hi @Kranthi Rohit ,
Create 1 new ACL of type list edit an select the appropriate table n under field u should select your field which needs to be editable.(so it will be a field level ACL for operation list edit)
Under roles if u want to specify like ITIL or some other role should be able to edit u can put.
Thats it.
Could you give above one try n let me know if it works for you or not.
Please mark my answer helpful & accepted if it helps you resolve your query.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-02-2023 10:04 PM
Hi Danish,
I have tried the given solution . I write the field level list edit acl and give the access for itil users, but it's not working for me. because we have a table level list-edit acl to restrict everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-02-2023 10:05 PM
As mentioned by Danish you need to have field level list_edit and add proper conditions etc.
Please do the same and share us the update
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-02-2023 10:07 PM
Hello Ankur
I have tried the given solution . I write the field level list edit acl and give the access for itil users, but it's not working for me. because we have a table level list-edit acl to restrict everyone.