This blog aims to be an in-depth look at the features coming in the HR
Service Delivery space as of the March 2026 store release. Some features
may have a dependency on a family release. This will be ...
Zurich Release Deep Dive – HRSD This blog aims to be a deep dive blog on
the features coming in HR Service Delivery space as of the July 2025
Store/Zurich Family Release. Some of the features may have...
This blog aims to be a deep dive blog on the features coming in Journey
Designer and Now Assist for HR May 2025 store. Some of the features may
have dependency on a family release. This will be called...
This blog aims to be an in-depth look at the features coming in the HR
Service Delivery space as of the March 2026 store release. Some features
may have a dependency on a family release. This will be ...
In my early ServiceNow days, before the releases were named for cities
and there were no limits on custom tables, there was a running joke
about who’s code would show up in the next release. I’m not s...
New & Noteworthy February Edition of the Employee Workflows Newsletter
As we step into 2026, the pace of innovation across AI‑native employee
experiences, frontline enablement, and HR transformation ...
This blog aims to be a deep dive blog on the features coming in HR
Service Delivery space as of the December 2025 store release. Some of
the features may have dependency on a family release. This will...
New & Noteworthy ❄️ HRSD December Release HighlightsOn 11 December,
ServiceNow will deliver exciting updates to HR Service Delivery that
accelerate automation and improve employee experiences. Here’s ...
The Generic Look up TableAs an implementer, I was often asked to add new
fields to the HR case tables so that specific information could be used
for reporting and automation, but the values also neede...
New & Noteworthy ✨Introducing Autonomous HR with AI Agents At the
Gartner HR Symposium ServiceNow introduced the future of HR Service
Delivery with Autonomous HR powered by deeply intelligent and
cont...
In my last post, I talked about using the server script on the Record
Producer to evaluate an attached Excel File. Now I'll attempt to add a
scanner when the file is attached to the attachment field o...
In my last post, I introduced the idea of scanning an Excel file loaded
as a HR Case Bulk creation process. Let's see how we can leverage the
GlideExcelParser to help support the bulk case uploader. F...
Now that we have a working Bulk Uploader, let's try and make it a little
more robust. To do this, we'll incorporate the GlideExcelParser into our
process. This will gave us a tool to get a sneak peek ...
My last post talked about setting up a transform map to create HR Cases.
This post will talk about triggering that from a Record Producer. To
limit access to the Load Data item in the left navigation ...
One way of providing a more detailed bulk case creation process involves
setting up a transform map for it. This would take a structured Excel
file and process each row in it to generate a case. As we...
I'm going to do a series about Bulk Loading HR Cases. There is a bulk
loader tool in the platform for creating multiple HR Cases in a single
step. Let's start by doing an overview on how it works. Cli...
The Challenge:I noticed that the HR Record Producer was still visible
to a user who should have been restricted by the "Available For" HR
Criteria. The criteria were correctly configured, but it was...