top of page


Understanding Custom Event Queues in ServiceNow
Overview The Event Queue in ServiceNow is a mechanism used to manage and process system events asynchronously. Events trigger actions based on conditions, enabling tasks such as notifications or workflows. In ServiceNow, events are stored in the Event [ sysevent ] table and processed asynchronously. By default, events are placed in the Default queue , but high-volume or time-sensitive workflows can benefit from Custom Event Queues , which allow you to isolate, prioritize, and


ServiceNow gs.eventQueue: A Guide to Event-Driven Automation
If you're working with ServiceNow, you've likely encountered the powerful method gs.eventQueue() for automating notifications based on...


Streamlining Attachment Management in ServiceNow: Using GlideSysAttachment.copy
ServiceNow often requires the ability to manage attachments across different records. Whether it's copying supporting documents from a...


Searching Script Fields in ServiceNow Workflow Activities
For ServiceNow developers and administrators, workflows are the backbone of many automated processes. These workflows often contain...
bottom of page
