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


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


Running Background Scripts in Scoped Applications on ServiceNow
When working within the ServiceNow platform, developers often rely on background scripts to execute quick database operations or perform...


Unleash the Power of ServiceNow Tags
ServiceNow offers a wealth of features to streamline workflows and improve efficiency. Among these, tags provide a flexible way to...


Including Scheduled Jobs in Update Sets
ServiceNow Update Sets are a cornerstone of the platform's deployment and migration strategy. They allow administrators and developers to...


Decoding ServiceNow Scripting: Why Your Array Push Might Not Be Working as Expected
Are you a ServiceNow developer encountering unexpected behavior when trying to populate an array within a while loop? You're not alone!...


Unlocking ServiceNow Images: Converting IIX Files to PNG or JPG
When working with ServiceNow, you might encounter image files with the extension .iix . This format isn't as common as .png or .jpg ,...


ServiceNow Studio vs. App Engine Studio vs. UI Builder: Key Differences and When to Use Each
As ServiceNow evolves, so does its suite of developer tools. With newer releases such as Quebec and beyond, tools like App Engine Studio...


Understanding the Difference Between Preserve and Exclude Data in ServiceNow Cloning
When cloning an instance in ServiceNow, administrators must carefully manage data retention to ensure seamless system functionality. The...


Understanding the getReference() Method in ServiceNow: Usage and Best Practices
In ServiceNow, efficient client-side scripting significantly enhances user experience by automating data retrieval and field population....


Empowering Users with Knowledge: Understanding and Creating Knowledge Articles in ServiceNow
In today's fast-paced work environment, quick access to information is crucial for efficiency and problem resolution. ServiceNow's...


ServiceNow Scripting: Understanding GlideRecord.initialize() vs. GlideRecord.newRecord()
For ServiceNow developers, mastering the GlideRecord object is fundamental to interacting with the platform's database. When it comes to...


Understanding GlideRecord's initialize() Method in ServiceNow: When and How to Use It
If you've worked with scripting in ServiceNow, you've likely encountered the GlideRecord class, a powerful way to interact with records...


Understanding getXML() and getXMLWait() in ServiceNow
In ServiceNow development, GlideAjax is commonly used to fetch server-side data within client-side scripts without reloading the page....


How to Retrieve and Optimize Reference Field Values in ServiceNow Client Scripts
Reference fields in ServiceNow are special fields that link to records on other tables. For example, the Caller field on an Incident...
bottom of page