Created
January 4, 2017 20:26
-
-
Save amagura/1bada38b7b42dc2e8434ef083fe3414b to your computer and use it in GitHub Desktop.
self service script for Service Now
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function self_service() { | |
document.getElementById('sys_display.change_task.assignment_group').value = 'BCS App Dev - Logan Jarrett'; | |
document.getElementById('sys_display.change_task.assigned_to').value = 'Alexej Magura'; | |
} | |
self_service(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment