RITM Form: How to change the name of the variable editior formatter?

Sujatha V M
Kilo Patron
Kilo Patron

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?

find_real_file.png

 

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.
1 ACCEPTED SOLUTION

Simon Christens
Kilo Sage

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

find_real_file.png

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

VigneshMC
Mega Sage

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

I have tried it. it is working 

Works for me too! It looks more professional now. Thanks!