How do I edit a view name?

robinchadwick
Mega Expert

Hello

In our system, we have a view called Emergencychange.   Is there a way for me to edit the view name so it says "Emergency Change"?

find_real_file.png

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Robin,



Views are stored in the table "sys_ui_view" (sys_ui_view.list) or Navigate to System UI->Views and check for the exact record.


https://YOURINSTANCENAME.service-now.com/sys_ui_view_list.do?sysparm_query=nameSTARTSWITHemerg


View solution in original post

3 REPLIES 3

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Robin,



Views are stored in the table "sys_ui_view" (sys_ui_view.list) or Navigate to System UI->Views and check for the exact record.


https://YOURINSTANCENAME.service-now.com/sys_ui_view_list.do?sysparm_query=nameSTARTSWITHemerg


Stephen Whitney
Kilo Expert

Robin,



Enter "sys_ui_view.list" into the filter navigator. You can edit the names of the views there.


bernyalvarado
Mega Sage

Hi Robin,



Sure. Try updating it at the view table: sys_ui_view



Thanks,


Berny