Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Glide List fields are not editable on the list view

shivangi sinha1
Tera Contributor

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 -

  1. Created a table level list_edit ACL with no restriction
  2. Created a * level list_edit ACL with Advanced checkbox as true and in the script write -  answer = false;
  3. 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?

 

Screenshot 2023-01-18 at 2.22.06 PM.png

 

Any help would highly be appreciated.

Thanks!

 

2 REPLIES 2

Oleg Khodakiv
ServiceNow Employee
ServiceNow Employee

Abbie4
Tera Contributor

Did you ever get this resolved?