Created
October 28, 2022 00:43
-
-
Save jsmpros/86bdba835a75c94a8a2e18f28c3ad9cb to your computer and use it in GitHub Desktop.
This file contains hidden or 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() { | |
/* Replace id with the ID of the element that you intend to update */ | |
var id = "PTCS_EVMAP_CFGS_PTCS_SERVICEID$0"; | |
var el = document.getElementById(id); | |
/* The following is the text to enter into the field */ | |
el.value = "JSM_DD_HIDE_PRNT"; | |
/* Trigger any PeopleSoft-specific change handling */ | |
el.onchange(); | |
/* Trigger Ajax submission */ | |
/* %FormName is a PeopleSoft Meta-HTML variable */ | |
submitAction_%FormName(document.%FormName, id); | |
}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment