can I change the label for the variable formatter name that shows up on a form?

tricial
Giga Contributor

I need to change the name that shows up on the form for the Varaible editor formatter so instead of displaying

Varaibles, I need to label that to be Work Actions or something other than variables.

Thank you

Tricia

1 ACCEPTED SOLUTION

Next step is to check your browser console and see if there are any errors.   There could be another script preventing this one from running.   You can also test in the Javascript executor (press CTRL+ALT+SHIFT+J) while viewing the 'sc_task' form where the variable editor is and paste in everything inside of the 'onLoad' function.


View solution in original post

17 REPLIES 17

i am able to achieve this using javascript executer, but not via onload client script. So how can i get it to work without doing the javascript executer? Because as soon as i refresh the page, it reverts back to saying variables.

 

shloke04
Kilo Patron

Hi,



As Mark mentioned, you can update the text "Variables" on the variable editor as Work Actions simply by defining your new Text in Messages module under System UI. Have tested in my instance and it's working. Request you to follow the below steps:



1) Navigate to messages under System UI as shown below:


find_real_file.png



2) Click on New and define a New Message as shown below:



find_real_file.png



Result:



find_real_file.png



Hope this helps. Mark the answer as correct/helpful based on impact.



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Tarish
Kilo Contributor

but thisi would change Variables to WOrk Actions everywhere? right? That's not needed. I need it for particular scenario. Consider if there is a specific assignment group. 

Help, anyone?