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

Articles

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
  • 25517 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
  • 1620 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
  • 17228 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
  • 2014 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
  • 1440 Views
  • 1 comments
  • 3 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