Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

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

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!