You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ServiceNow background script addresses a critical deployment challenge by programmatically capturing scheduled jobs in update sets.
4
+
By default, ServiceNow scheduled jobs are not automatically captured in update sets, making them difficult to migrate between environments.
5
+
This script uses the GlideUpdateManager2 API to force a scheduled job record into the current update set, enabling seamless deployment through standard update set processes.
0 commit comments