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

System Clone Preserve Update Sets [Orlando]

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   While cloning instances, you might encounter the "issue" of always having to backup your in progress Update Sets. Quite a bit of work, or hopefully you've (s...

find_real_file.png

How to round up a duration field to 30 minutes

Hi everyone! I recently had a requirement to round up a duration field to the nearest 30 minutes, relative to another field, e.g.: Field AField B1h 22m1h 30m1h 45m2h3h3h       The code below will accomplish this: // Run on the server side e.g. Busine...

find_real_file.png
Jaissica1 by Tera Explorer
  • 2214 Views
  • 1 comments
  • 3 helpfuls

Workflow Catalog Task condition(s)

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Workflow Editor is a legacy product to maintain existing workflows already in production. For new use cases and workflows, use ServiceNow Workflow Studio. Workflow Stud...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Migrate Data from one instance to another

When migrating data between instances you have few options. 1) export CSV/Excel and import via import set, (this can also be enhanced with a transform map) 2) exporting an XML file and importing into the target instance 3) adding records to an update...

restevao by Giga Expert
  • 19614 Views
  • 2 comments
  • 5 helpfuls

Scheduled tests through the magic of headless Chrome

ATF provides us with some great tools to ensure our development activities don't have unintended consequences on user experience, but most people rely on executing tests manually. How many of you actually execute your test suites on every single chan...

hrng by Giga Expert
  • 3181 Views
  • 7 comments
  • 1 helpfuls

Adding Zip Code Fields on a form

If You are adding a US Zip Code Field to a form, you can build it as a string field from configure form design and restrict the Maximum length to 5.You can then add an onChange Client Script on the field to validate the entries and add this code: fu...

Brian Kimani by Tera Contributor
  • 2091 Views
  • 1 comments
  • 4 helpfuls

Deleting an app…for good.

Intro ServiceNow Studio provides an Integrated Development Environment (IDE) interface for application developers to work on custom applications in one centralised location. It offers a simple way to create, review, and update application files from ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Top Contributors