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.

Why can't we edit the Cost field when in list view? looking for an actual reason.

Rob28
Tera Contributor
 
1 ACCEPTED SOLUTION

Dash2
ServiceNow Employee
ServiceNow Employee

It's blocked by two UI properties; glide.ui.list.edit and glide.ui.list.edit_ignore_types.

 

To edit (Warning! This applies globally)

Go to sys_propeties.list > search for glide.ui.list.edit > Set the value to 'No

 

To configure specific element type i.e. "currency," which is what the cost field is.

 

You need to find the property: glide.ui.list.edit_ignore_types > then remove the 'Currency" value from the list of non-editable field types.

 

View solution in original post

2 REPLIES 2

Dash2
ServiceNow Employee
ServiceNow Employee

It's blocked by two UI properties; glide.ui.list.edit and glide.ui.list.edit_ignore_types.

 

To edit (Warning! This applies globally)

Go to sys_propeties.list > search for glide.ui.list.edit > Set the value to 'No

 

To configure specific element type i.e. "currency," which is what the cost field is.

 

You need to find the property: glide.ui.list.edit_ignore_types > then remove the 'Currency" value from the list of non-editable field types.

 

Rob28
Tera Contributor

Very much appreciated!