Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Articles

ATF: Selecting a Random Record

The results of this article can be downloaded in ServiceNow Share.   Purpose When working with the Automated Test Framework it is often the case that you want to work with existing data from a clone of production by you do not know the exact records ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
ben_knight by • Kilo Guru
  • 8156 Views
  • 4 comments
  • 12 helpfuls

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...

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
  • 2091 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
  • 2116 Views
  • 1 comments
  • 1 helpfuls
Top Contributors