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

Articles

UI Policies

Hello Community, Hope you are doing well!   Today I am going to share some UI Policy with some example. Hope it will helpful to you!! UI Policy : ------------------------- In ServiceNow, UI Policies are used to dynamically change the behavior of form...

chaitalival by Mega Sage
  • 18873 Views
  • 1 comments
  • 31 helpfuls

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
  • 1690 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
  • 1833 Views
  • 1 comments
  • 1 helpfuls
Top Contributors