User Activity
11-26-2025
Say Goodbye to Instance-Hopping Hell using HopMyNow
Anyone working across multiple ServiceNow instances knows the struggle.
You open a record in one instance…then you need the same record in Dev, Test, UAT, or Prod.
And the usual ritual begins:
...
Building Integration Control Tower With ServiceNow Build Agent
A hands-on experience where imagination became the only limit
When ServiceNow announced the #BuildWithBuildAgent challenge, I knew I wanted to push the Build Agent beyond simple CRUD ap...
The Unsung APIs of ServiceNow — Ep. 3: CatalogSearch
We’ve all seen beautifully crafted catalog pages with tiles, filters, and dynamic search features. But have you ever wondered what powers those intelligent search experiences behind the scenes?...
The Unsung APIs of ServiceNow — Ep. 2: GlideDateTime
Time is everything—especially in ServiceNow, where SLAs, scheduled jobs, date comparisons, and audits depend on accurate date-time handling.
Yet many developers still struggle with clunky strin...
07-13-2025
The Unsung APIs of ServiceNow — Ep. 1: ArrayUtil
I often find many ServiceNow developers reinventing the wheel when JavaScript’s default methods don’t play nicely with GlideRecord results, encoded queries, or arrays from the platform. But hidden ...