The CreatorCon Call for Content is officially open! Get started here.

Developer articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Instance Troubleshooter Scan Checks

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Instance Scan, one of the best things of ServiceNow, though also horribly underutilized by customers. Out-of-the-box the free Instance Scan application comes...

Version of Node/NPM to use to create a custom component

ServiceNowVersion NodeVersion NPM VersionNotesRomeNode 12 LTS NPM 6https://nodejs.org/download/release/v12.22.0/San DiegoNode 14 LTSNPM 6https://nodejs.org/download/release/v14.16.0/TokyoNode 14 LTSNPM 6 UtahNode 14 LTSNPM 6https://nodejs.org/downloa...

Marc Mouries by ServiceNow Employee
  • 1124 Views
  • 2 comments
  • 8 helpfuls

Workflow restart of workflow refresh

Hello, FYI   These lines of code may be helpful on workflow restart or refresh, after submission on RITM later you did any modifications on RITM variable tab.  var wf = new Workflow(); wf.restartWorkflow(current); wf.runFlows(current, "update"); // t...

Shantharao by Kilo Sage
  • 1551 Views
  • 1 comments
  • 1 helpfuls
Top Contributors