- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 01:41 AM
Hi Team,
I would like to change the label name of "Variable Editor" formatter from "Variables" to custom specific.
Can someone help on this? How to change the label name?
Sujatha V.M.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 02:24 AM
Hi
If everything else fails
Create an onLoad Client script with:
var x = document.getElementsByClassName("veditor_header");
x[0].innerHTML = "Very important Variables or another fancy name";
For newer instances REMEBER to clear the checkbox "Isolate script" in the client script.
Is this best practice ? Probably not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 01:46 AM
Hi Sujatha,
Why you want to modify this since it is out of box?
I don't think this would be possible
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 01:58 AM
You can change it message table. change the message text.
This will be a global change.
https://<instance_name>.service-now.com/sys_ui_message_list.do?sysparm_query=keySTARTSWITHvariables
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 02:14 AM
I have tried it. it is working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2023 02:18 PM
Works for me too! It looks more professional now. Thanks!