Glide List fields are not editable on the list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 12:55 AM
Hi Folks,
I have a requirement to enable bulk update watchlist field in the list view. For this I have updated OOB Property "glide.ui.list_edit_ignore_types" to remove glide_list and field_list from the value and also I created below 3 list_edit ACLs -
- Created a table level list_edit ACL with no restriction
- Created a * level list_edit ACL with Advanced checkbox as true and in the script write - answer = false;
- Created a field level list_edit ACL for the particular glide_list field
But the field is still not editable in the list view. Did anyone face the same issue, if yes please let me know what am I missing here?
Any help would highly be appreciated.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 02:49 AM
Please, check this sys_property:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0783594
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 08:50 AM
Did you ever get this resolved?