- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2017 06:40 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2017 08:26 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2021 09:35 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2017 07:49 AM
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:
2) Click on New and define a New Message as shown below:
Result:
Hope this helps. Mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2021 09:37 AM
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?