Chuck Tomasi

1 minute read

ServiceNow Developer Advocate Andrew Barnes joins me to talk about his favorite Quebec developer features. Quebec is the latest release with a lot of goodness you won’t want to miss. Topics Introduction UI Builder Record Producer action Script tracer Command Line Interface Application customization Flow Designer Flow Designer content filtering (Paris) DevOps & CI/CD Ending Links Email Developer Portal Product documentation Twitter Community LinkedIn Listen Subscribe to Break Point Apple Podcasts Google Podcasts Spotify Amazon Music Stitcher TuneIn RSS Check out the other ServiceNow podcasts.

Brad Tilton

5 minute read

As we learned last week, the first thing you’ll do when working with experiences in UI Builder is create or open an experience and create a new page. When you create a new page you’ll be able to add containers, components, data resources, and more to the page. This week, we’ll look at pages a little more closely and explore pages and their settings, parameters, templates, and variants. Page Templates When you create a new page in UI Builder, you’ll have the option to create a blank page or a page from a template.

Brad Tilton

1 minute read

Congratulations to our 2021 Developer MVPs! The ServiceNow Developer Program recognizes a number of developers every year for their contributions to the ServiceNow developer community. The Developer MVPs are a collection of ServiceNow developers who are passionate about ServiceNow and inspire other developers by sharing their extensive knowledge openly and inclusively. Let’s give a warm welcome to the Developer MVP class of 2021!

Aashish Atrey Alikutty Abdulrazak Anders Figenshow Andrew Albury-Dor Andrew Pishchulin Ankur Bawiskar Ashley Snyder Ashutosh Munot Dhruv Gupta Earl Duque Eric Riemer Jace Benson Jarod Mundt Kieran Anson Maria Gabriela Ochoa Perez Waechter Mark Roethof Muhammad Sharjeel Nathan Firth Nia McCash Paige Duffey Paul Morris Philip Swann Robert Fedoruk Travis Toulson You can also check out the 2021 Community MVPs here.

Andrew Barnes

2 minute read

It is ServiceNow’s new release season! With the Quebec release in Early Access, we will show some enhancements targeted around being more effective and efficient as a developer. To get access to these new things, you have to upgrade! This article will be about three new features in IntegrationHub. To view the whole list, check out the release docs. REST API Trigger A new trigger type has emerged! There have been several times when I created a flow and needed to front end that with a Scripted REST API (SRAPI).

Peter Bell

5 minute read

My name is Peter Bell. I have been a software developer and tester for the past 16 years for various Seattle area companies. I enjoy cycling, rooting for the Seattle Mariners (not easy), and good beer. My passion for API design and functional programming led me to develop GlideQuery, which we initially used in the ITAM (IT Asset Management) team at ServiceNow. We have expanded its use, both within ServiceNow and to our customers.

Brad Tilton

4 minute read

One of the primary highlights of the Quebec Release, the Now Experience UI Builder is a web user interface builder that lets you see what the final interface would look like as you build new pages or customize existing pages for web-based workspace and portal experiences. UI Builder Foundations Let’s start with some foundational concepts and terms you’ll need to understand in order to work with UI Builder. Experiences Creating an experience is the first thing you’ll need when working with a custom UI through UI Builder.

Andrew Barnes

2 minute read

It is ServiceNow’s new release season! With the Quebec release in Early Access, we will show some enhancements targeted around being more effective and efficient as a developer. To get access to these new things, you have to upgrade! This article will be about three new features in Flow Designer. To view the whole list, check out the release docs. Flow Designer New Look and help Flow Designer has been updated to a new, modern look.

Chuck Tomasi

1 minute read

Veteran ServiceNow Developer Paige Duffey joins Chuck for a conversation about her thoughts on being a ServiceNow Developer, what she likes about the platform, what she would change, and some words of wisdom for new developers. Topics One thing to challenge Pining for in-person Knowledge Engaging with developers Paige’s origin story Biggest challenge with ServiceNow Immunization records Citizen developer program Words of wisdom for noobs What she does for fun Maintaining citizen dev apps Most exciting moment(s) Employee funding assistance Introduction Starting a citizen developer program Links SNDevs Slack Twitter Website LinkedIn Email Listen Subscribe to Break Point Apple Podcasts Google Podcasts Spotify Amazon Music Stitcher TuneIn RSS Check out the other ServiceNow podcasts.

Brad Tilton

6 minute read

This post is being continually updated with links to our Quebec Release topic blog posts, Break Point podcasts, and Creator Toolbox (CTB), Live Coding Happy Hour (LCHH), and other video content. Quebec is Released! We here at the developer program are incredibly excited to announce the Quebec Release is now available on personal developer instances! For this release, we’ll be highlighting a different product, feature, or product area each week for the next couple of months until general availability.

Andrew Barnes

4 minute read

Recently I was asked to help get a GitHub bot working with ServiceNow as the backend. What was engaging with the requirements for GitHub bots was the authentication type required. Looking at this handy blog from Thai Angsakulyanont, it was interesting to see that while I have done methods 1,2,3, the bot requires method 4, which was quite the wrench. We have explored JWT here on the blog before from none other than Dave Slusher.