top of page
Experiencing challenges with ServiceNow support?
IKC provides professional, reliable assistance that covers gaps not supported by ServiceNow
and without the high costs of traditional services.
Starting from just $1,080 per month


How to Update GlideRecord in ServiceNow While Bypassing Data Policies: A Practical Guide
When developing or maintaining applications on the ServiceNow platform, there are times when updates need to be made to records...


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...


Using Reference Qualifiers with Lookup Select Box Variables in ServiceNow
In ServiceNow, reference qualifiers are used to filter the data returned for a reference field. When applied to Lookup Select Box...


Understanding "gel('sysparm_item_guid').value" in ServiceNow
If you've been working with ServiceNow client-side scripts, particularly around catalog items and order guides, you may have encountered...


Tracking Background Scripts Execution History in ServiceNow
ServiceNow's Background Scripts feature is a powerful tool widely used by administrators and developers to execute scripts directly...


Adding a Direct Link In ServiceNow Forms
ServiceNow is a powerful platform for managing various IT and business processes. Often, users filling out forms need quick access to...


Understanding ServiceNow’s May 2025 Query Range ACL Update: What You Need to Know
In May 2025, ServiceNow released a critical security patch focusing on Access Control Lists (ACLs) and query security. This update was...


Using Modal Windows in ServiceNow UI Actions
ServiceNow's Agent Workspace provides a streamlined and efficient interface for agents. A common requirement for developers is to trigger...


Preventing Checklist Updates from Flooding Worknotes
ServiceNow's checklist feature is a valuable tool for standardizing processes and ensuring tasks are completed. However, users often...


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...


Opening Links in a New Window or Tab from ServiceNow UI Actions
When developing within ServiceNow, you might encounter scenarios where a UI Action, such as a button click, needs to open a specific URL...


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


Customizing the "View All" List in ServiceNow Service Portal
The ServiceNow Service Portal offers a user-friendly interface for end-users to interact with various services. The "Simple List" widget...


Getting Started with ServiceNow Flow Designer for Your Service Catalog
ServiceNow's Flow Designer is a powerful tool that empowers you to automate workflows without writing complex code. If you're working...


How to Display Multiple Columns in a List Collector on ServiceNow Service Portal
In ServiceNow, a List Collector is a catalog variable type that allows users to select multiple records from a list of available items....


Redirecting Users After ServiceNow Record Producer Submission in Service Portal
ServiceNow's Service Portal offers a user-friendly interface for accessing services and submitting requests. A key component of this...


Resolving the "cross-scope access" Error
ServiceNow's application scoping provides a robust way to manage and protect custom development efforts. However, when working with...


ServiceNow REST API Integrations: Sending JSON Payloads Correctly
Integrating ServiceNow with external systems often involves sending data via REST APIs. When using the POST method, it's common to send...


Retrieving the Current Page sys_id in ServiceNow’s Service Portal
In ServiceNow’s Service Portal, every portal page is a record identified by a unique sys_id . Being able to retrieve the current page’s...


Resolving Dynamic Linking Challenges in ServiceNow Knowledge Articles
ServiceNow knowledge management is crucial for efficient information sharing. However, dynamic linking between knowledge articles...
bottom of page