Insights, tutorials, and practical guides on ServiceNow. Explore features, updates, workflows, and real-world use cases in one place.
Explore Ideas, Features & Practical Tips to Get More from ServiceNow
A policy exception is a formally documented and approved deviation from a policy when a
Read More
In Governance, Risk, and Compliance (GRC), a control is a specific
Read More
Now Assist is Service Nowβs suite of generative AI-powered experiences integrated into the Read More
An incident, defined as an unplanned interruption to an IT service.
Read More
Problem Management is an ITSM process focused on
identifying
Read More
ServiceNow change management is a module that provides
Read More
A policy is a formal, high-level statement that defines an organizationβs rules, expectations, and guiding principles.
Read More
An Entity is a βperson, place, object, or thingβ that is tracked for risk, compliance, and audit purposes. Entities act as the fundamental build
Read More
TPRM is the process of identifying, assessing, mitigating, and continuously monitoring risks associated
Read More
Dictionary Override will come into a picture when we have a parent-child relationship between tables.
Read More
It is used for filtering.
They help refine the choices available in a reference field by defining
Read More
It is a Service Now platform module that helps organizations digitalize
Read More
ServiceNow Questions and Answers are essential for anyone preparing for interviews, certifications, or working on real-time ServiceNow
Read More
In ServiceNow, a retroactive SLA (more precisely, an SLA with Retroactive start enabled) is a configuration option in SLA
Read More
UI Policy is a client-side configuration rule that dynamically controls the behavior of form elements (such as fields, sections, or related lists) based on specified conditions.
Read More
In ServiceNow, Scheduled Jobs are used to run scripts automatically at a defined time or interval. They are commonly used for tasks like sending reminder emails, updating records, cleaning up old data, or monitoring SLAs.
Read More
Workflow is series of activities that follows execution path.
An Activity is a collection of instructions that can include script, logging, approvals, record processing, timers, wait time, rollback activity etc.
Read More
GlideDate in ServiceNow is a server-side API used to work with date values without time information. It helps developers compare, calculate, and manipulate dates in business rules, scripts, and scheduled jobs.
Read More
Update sets are used to capture the configuration data of a table. Update sets can be used to migrate the configuration data that has been done from one instance to another instance (example: from developer instance to test instance).
Read More
Basic widgets in ServiceNow are the building blocks used to design interactive and user-friendly interfaces, especially in Service Portal and dashboards. They help display information like lists, forms, charts, and KPIs in a structured way.
Read More
Programming is nothing but the instruction given by us to machine.
instruction are in the form of statements.
Read More
A Data Policy is a server-side rule that enforces data consistency and integrity by setting fields to mandatory or read-only based on specified conditions.
Read More
This rule determines how a record is presented to the user by dynamically selecting the appropriate view based on defined conditions.
Read More
Server-side scripts in ServiceNow run on the server and handle backend logic and data processing.
Read More
Client scripts in ServiceNow run on the userβs browser and control the behavior of forms and fields. They are mainly used to validate user input, show or hide fields, and auto-populate values in real time.
Read More
Overview of ATF Automated Test Framework (ATF) in ServiceNow The Automated Test Framework (ATF) is a built-in ServiceNow tool designed to automate testing of your instance
Read More
Scripted REST APIs allow developers to create custom web service APIs in ServiceNow. These APIs enable external systems to interact with ServiceNow by defining endpoints,
Read More