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

Database Performance: Improving Slow OR and JOIN Queries

< Previous Article Next Article >Best Practice for Building Efficient Queries Outbound Integrations Using SOAP / REST: Performance Best Practices Introduction This guide is written by the ServiceNow Technical Support Performance team (All Articles)....

image001.png
Mwatkins by ServiceNow Employee
  • 28698 Views
  • 9 comments
  • 17 helpfuls

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
  • 1896 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
  • 18348 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
  • 2506 Views
  • 7 comments
  • 1 helpfuls
Top Contributors