We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to rename the form option in workspace

直井怜
Tera Contributor

Hi Community,

I want to change the name of the form option in workspace.
Is it possible? Can you help me?

 

 

 

 

Thank you

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron

@直井怜 Translations must be coming from Message (sys_ui_message) table. Try updating the sys_ui_message for Export record and check if it brings desired results for you on the workspace.

 

Screenshot 2024-09-30 at 8.18.12 AM.png

View solution in original post

2 REPLIES 2

Sandeep Rajput
Tera Patron

@直井怜 Translations must be coming from Message (sys_ui_message) table. Try updating the sys_ui_message for Export record and check if it brings desired results for you on the workspace.

 

Screenshot 2024-09-30 at 8.18.12 AM.png

thank you!😊