User Tools

Site Tools


scheduled_jobs_scripts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

scheduled_jobs_scripts [2025/11/24 04:35] – created johnsonjohnscheduled_jobs_scripts [2025/11/24 05:19] (current) johnsonjohn
Line 3: Line 3:
  
 ====Application Update Checker====  ====Application Update Checker==== 
-<code>+<code javascript applicationUpdateCheck.js>
 // JWJ03.14.24  This will check all applications installed to see if there is an update // JWJ03.14.24  This will check all applications installed to see if there is an update
 //run in xplore //run in xplore
Line 29: Line 29:
  
 ====Classify Aging Tickets 2-3-6 Months ====  ====Classify Aging Tickets 2-3-6 Months ==== 
-<code>+<code javascript classifyAgingTickets.js>
 // JWJ0215 2024 // JWJ0215 2024
 // view aging tickets 2, 3, and 6 months. // view aging tickets 2, 3, and 6 months.
Line 76: Line 76:
  
 ====Close Req if RITM is closed ====  ====Close Req if RITM is closed ==== 
-<code>+<code javascript closeREQifRITMisClosed.js>
 // JWJ0215 // JWJ0215
 // This will close any request that is open ONLY If all RITMs are closed. // This will close any request that is open ONLY If all RITMs are closed.
Line 112: Line 112:
  
 ====CMDB Knowledge Related Lists ====  ====CMDB Knowledge Related Lists ==== 
-<code>+<code javascript cmdbKnowledgeRelatedList.js>
 // JWJ0215 4.2.24 // JWJ0215 4.2.24
 // get all the tables in the cmdb class // get all the tables in the cmdb class
Line 147: Line 147:
  
 ====Find Record with Given SYS_ID ====  ====Find Record with Given SYS_ID ==== 
-<code>+<code javascript findRecordWithSYSID.js>
 // JWJ0215 2022 // JWJ0215 2022
 //This script searches all tables for the record identified by a given sys_id. //This script searches all tables for the record identified by a given sys_id.
Line 256: Line 256:
  
 ====Inactive Accounts ====  ====Inactive Accounts ==== 
-<code>+<code javascript inactiveAccounts.js>
 // JWJ This will disable inactive accounts and send an email to admins of the group is-applications-servicenow // JWJ This will disable inactive accounts and send an email to admins of the group is-applications-servicenow
 // line 8 sets the time of inactivity. Also, this only finds active users. // line 8 sets the time of inactivity. Also, this only finds active users.
Line 313: Line 313:
  
 ====Knowledge in Draft Mode ====  ====Knowledge in Draft Mode ==== 
-<code>+<code javascript knowledgeDraft.js>
 // JWJ0215 2022 // JWJ0215 2022
 ClearUserLog(); ClearUserLog();
Line 328: Line 328:
  
 ====MHCure Close REQ-RITM ====  ====MHCure Close REQ-RITM ==== 
-<code>+<code javascript MHCureCloseRITM.js>
 // JWJ0215 06/07/22 // JWJ0215 06/07/22
 // var SOURCE_REQUESTS = ['REQ0049983', 'REQ0049970','REQ0050149']; // var SOURCE_REQUESTS = ['REQ0049983', 'REQ0049970','REQ0050149'];
Line 363: Line 363:
  
 ====Scheduled Data Collector Killer ====  ====Scheduled Data Collector Killer ==== 
-<code>+<code javascript schDataCollectorKiller.js>
 //Cancel all Scheduled Data Collectors -Set to On Demand //Cancel all Scheduled Data Collectors -Set to On Demand
 // JWJ0215 07.02.24 // JWJ0215 07.02.24
Line 384: Line 384:
  
 ====Time and Date Update ====  ====Time and Date Update ==== 
-<code>+<code javascript TimeDate.js>
 // JWJ0215 12.5.24 // JWJ0215 12.5.24
 // Set the time and date properties // Set the time and date properties
Line 396: Line 396:
  
 ====Update Knowledge to Published ====  ====Update Knowledge to Published ==== 
-<code>+<code javascript knowledgeTOpublished.js>
 // JWJ This will find knowledge articles in the internal knowledgebase that are in draft mode // JWJ This will find knowledge articles in the internal knowledgebase that are in draft mode
 // and set them to published. // and set them to published.
Line 415: Line 415:
  
 =====Project Insight Update===== =====Project Insight Update=====
-<code>+<code javascript projectInsightUpdate.js>
 /*MDP0722 10/23/2024 /*MDP0722 10/23/2024
 Take project insight response and update ServiceNow Take project insight response and update ServiceNow
scheduled_jobs_scripts.txt · Last modified: by johnsonjohn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki