Recent Learning Modules We are always looking to add relevant learning content to the Developer Site. At the end of the 2020, we released three new learning modules: Data Policies Notifications in Flow Designer Data Stream Actions NOTE: These links are for the learning modules on Quebec, which went into Early Availability on January 21. Use the release selector on the page to switch to Paris if you are working on the Paris release.
Ben Sweetser
We hope everyone has been enjoying the Knowledge 20 Digital Experience and great deal of associated content over the past 5 weeks. Since there is so much content it can be difficult to browse specific topics or know where to focus, so we want to help by calling out some of that content in a series of posts. This post is focused on all of the sessions we found related to Mobile broken down by session type.
Source Control and CI/CD Resources The Orlando release brought some major enhancements to ServiceNow’s source control integration and added some CI/CD capabilities in the form of automated testing and deployment APIs and IntegrationHub spokes. We’ve covered most of that on the blog, but recently there has been a lot more content published due to K20 and other factors. This article will detail that content. Developer Site Training Training on the ServiceNow Developer Site has used source control with GitHub for years to provide modular learning content.
Thank You for Participating
We appreciate your support
Many Thanks! Thank you for taking the time to complete the hands-on exercise in one of our tutorial blogs! You inspire us to create great learning experiences. Your feedback helps us plan new learning experiences.
Not sure what this post is about? If you have stumbled upon this post and do not know what it means, visit one of our Tutorial blog posts and complete the hands-on exercises.
Updating Applications with Fix Scripts
How and when to use Fix Scripts
We are experimenting with new training content delivery methods. This tutorial blog post is one of those experiments. We are very interested in your feedback. Please let us know what you think about this format and the content in the comments below. Introduction Fix Scripts, like any other script type on the Now Platform, have a purpose to serve. Fix scripts run server-side JavaScript to make changes required by an application that cannot be captured as an application file.
Using Scripts - Background
Learn how to use Scripts - Background
We are experimenting with new training content delivery methods. This tutorial blog post is one of those experiments. We are very interested in your feedback. Please let us know what you think about this format and the content in the comments below. Introduction Years ago, when I first started working with the ServiceNow platform, I learned about Scripts - Background. Scripts - Background was this magical place in the platform where you could run any server-side script.
Creating Interactions with UI Actions
An Introduction to scripting UI Actions
We are experimenting with new training content delivery methods. This tutorial blog post is one of those experiments. We are very interested in your feedback. Please let us know what you think about this format and the content in the comments below. Introduction When I develop scripts to automate business logic, I try to automate how the logic triggers. If logic should run when a record is created or is set to a certain state, I use a Business Rule to automatically execute a script.
Simplify Queries with Encoded Queries
Tutorial on using encoded queries to simplify complex GlideRecord queries.
We are experimenting with new training content delivery methods. This tutorial blog post is one of those experiments. We are very interested in your feedback. Please let us know what you think about this format and the content in the comments below. Introduction With GlideRecord queries, you can find any set of records you need in ServiceNow. Not all queries are easy to write, though, especially if you need to work with date fields or OR operators.
Counting with GlideAggregate
Tutorial on using GlideAggregate to count.
We are experimenting with new training content delivery methods. This tutorial blog post is one of those experiments. We are very interested in your feedback. Please let us know what you think about this format and the content in the comments below. Introduction As my youngest child was learning to count, he would always miss number 14. “…eleven, twelve, thirteen, fifteen, sixteen…” Now he is six years old and counts by ones like a pro.
Shortcut GlideRecord Queries with get
Tutorial on the GlideRecord get() method to return a single record
We are experimenting with new training content delivery methods. This tutorial blog post is one of those experiments. We are very interested in your feedback. Please let us know what you think about this format and the content in the comments below. Introduction Sometimes you know exactly what you want. You do not have the server at a restaurant bring you every chicken item on the menu and then decide which to eat.