User Activity

There’s a lot of talk about architecture in the agentic AI space, but let’s simplify it. ServiceNow’s direction can be thought of as a layered setup: 1. Experience Layer (AIx)This is where users interact: ChatVoiceUIEven images/screenshots It’s no lo...
We’ve been building workflows in ServiceNow for years so what makes “agentic” workflows different? The key difference is this: Traditional workflows follow predefined paths Agentic systems decide the path dynamically In older models: You define eve...
Over the last decade, we’ve seen ServiceNow evolve from simple ITSM workflows to powerful automation with Flow Designer and Integration Hub. But what’s happening now feels different. With the latest platform direction, ServiceNow is moving beyond aut...
Last week, I was looking through some old code and realized just how much extra weight we often put on our server calls. Let’s break down the "Wrong" vs. the "Right" way to handle GlideAjax so your instances stay fast and your code stays clean.   The...
I’ve been working with ServiceNow for years, and every now and then I stumble on a gem that makes me wonder: “Why didn’t I use this sooner?” Today, I want to share two of my favorite GlideRecord methods that save time, reduce code, and make integrati...