Skip to content

Instantly share code, notes, and snippets.

@jsmpros
Created October 28, 2022 00:43
Show Gist options
  • Save jsmpros/86bdba835a75c94a8a2e18f28c3ad9cb to your computer and use it in GitHub Desktop.
Save jsmpros/86bdba835a75c94a8a2e18f28c3ad9cb to your computer and use it in GitHub Desktop.
(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