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,000


How to Delete All Records from a ServiceNow Table Using a Script
Cleaning out data from a ServiceNow table is occasionally necessary, especially during testing, development, or when preparing for data...


How to Submit a ServiceNow Catalog Item via Script
Creating automated requests in ServiceNow is a common requirement, especially for routine tasks that recur regularly. One efficient...


Using gs.sleep() in Business Rules: Best Practices for ServiceNow Developers
When working with ServiceNow's powerful platform, developers often explore ways to control execution timing within business rules. One...


Understanding 'Current' and 'Previous' in ServiceNow Business Rules
ServiceNow Business Rules are essential server-side scripts that execute during database operations like insertions, updates, deletions,...


ServiceNow Business Rules: Best Practices for Using After Business Rules
Business Rules in ServiceNow are essential scripts that execute on the server-side when records are inserted, updated, or deleted. Among...


Where Are Flow Designer Flows, Subflows, and Actions Stored in ServiceNow?
ServiceNow Flow Designer is a powerful tool that simplifies automation by enabling users to create intuitive workflows without extensive...


How to Include Event Parameters in ServiceNow Email Notifications
When managing Service Level Agreements (SLAs) and automated notifications within ServiceNow, it's common to use event parameters to...


Fetching and Using the Current Date in ServiceNow: Business Rules, UI Actions, and Flow Designer
Setting the current date in a ServiceNow Business Rule is a common requirement for automating record updates and ensuring data...


How to Load Data from an Excel File into a ServiceNow Table
Importing data into ServiceNow tables efficiently is crucial for maintaining data accuracy and saving time. Rather than manually entering...


Troubleshooting the “Your flow cannot be found. Flow sys_id:An” Error in ServiceNow Flow Designer
Encountering the “Your flow cannot be found. Flow sys_id:An” error in ServiceNow Flow Designer can be perplexing and frustrating. This...


ServiceNow gs.eventQueue: A Guide to Event-Driven Automation
ServiceNow is built on an event-driven architecture that allows the platform to respond to changes and trigger actions asynchronously. In...


How to Trigger an Event from a UI Action Button in ServiceNow
Triggering events directly from a UI Action button in ServiceNow is a common yet essential task for many administrators and developers....


How to Autopopulate the Manager's Email Address in a ServiceNow Form
How to Autopopulate the Manager's Email Address in a ServiceNow Form When designing forms in ServiceNow, it's common to need certain...
bottom of page