Dave Slusher

Last year we spotlighted a way that ServiceNow developers can be part of Digital Ocean’s Hacktoberfest challenge. About a dozen people participated and earned themselves a sweet t-shirt. I personally love mine!

Points Thing The official project of the Developer Program for Hacktoberfest is Points Thing. This is a bot that lives on an instance and is responsible for managing the points assigned on the sn-devs Slack channel whenever you execute the @user++ syntax.

Dave Slusher

2 minute read

Share Spotlight we are beginning a new feature here on the Developer Blog. Every Friday we will be spotlighting a project from the Share site on the Developer Portal. We dug deep and decided to call this “Share Spotlight”. Show Flow Context For the first installment, we are featuring a project called Show Flow Context authored by friend of the Developer Program Tom Cullen. This project does one thing, which is to add a UI Action to Task based records to show active Flows for that record.

Dave Slusher

3 minute read

Along with the London release comes new APIs that can be used by developers. Here are a few of the ones of particular interest to ServiceNow developers. The full list is available here. I have previously posted about starting Flows and Subflows with the startAsync() method, so if you want more detail check that out here . Glide Security Utils There is a new API called GlideSecurityUtils. This is used for cleaning input and preventing things like script injection and cross-site scripting attacks.

Dave Slusher

2 minute read

[Update October 2019] Our own mechanism is now deprecated in favor of the Idea Portal in the Community. We absolutely want you to continue to submit feedback about the platform, but this is now the intake mechanism of record. Thank you! As we continue forward iterating on the ServiceNow platform, we always want to make our tools better and your experience as a developer better. As we plan future releases, we want to know what your pain points are so we can make them better.

Dave Slusher

4 minute read

If you have followed my work as a developer advocate for ServiceNow at all, you will have noticed that I love automated testing. Even before the original release of the Automated Testing Framework, I presented on testing at Knowledge15. This is really a chunk of the platform close to my heart. This year at Knowledge18, Boris BC

Dave Slusher

4 minute read

It is ServiceNow new release season! With the London release in Early Access, we will cover some of the features newly available to application developers. In this post, I will discuss one very specific topic - new ways in which Flows can be initiated. When originally released in Kingston, there were two ways to start a flow: on change or insert of a record or via a schedule. That has expanded, increasing the flexibility of Flow logic.

Dave Slusher

1 minute read

London is here! In keeping with our twice a year tradition, it is early access time for the London release! To get your hands on a London instance, you have a few options: If you already have an instance You can upgrade it. From the Developer Portal, click Manage > Instance in the navigation bar. From there, click the Action dropdown and click Upgrade to London.

If you don’t have an instance From the Manage > Instance page, click Request Instance.

Dave Slusher

1 minute read

One of the cornerstones of the ServiceNow developer ecosystem is the Share site. For years, it has been the place to share code amongst developers, whether fix scripts, templates or utilities. The site has been revamped and brought under the umbrella of the Developer Portal, where it now lives in its new home .

Along with the move to the new site, new features have been added. There is now a discussion associated with every project.

Dave Slusher

3 minute read

This is not directly ServiceNow related, but a tip I stumbled across that has made my digital and work life much easier. It’s highly common that people have a “Downloads” directory that they choose not to back up. Why would you? It has big files that churn a lot, so that is just extra cruft in your Time Machine or other backup. However, unless you are very disciplined over time you get unruly chaos.

Dave Slusher

1 minute read

For the last two years, the developer advocacy portion has been brought to you predominantly by two people - myself and Josh Nerius (aka @NeriusNow.) Josh recently took on a new role within the company and transitioned to new responsibilities. Much of what was good about the program over this time originated with Josh. He’s the one who posted much of our content about Flow Designer and OAuth. GitHub Companion and our ability to (psuedo) accept pull requests for ServiceNow development was one of his brainstorms.