Skip to content
Tech Master Tech Master

OneStopTechnical Forum

  • Books
  • AI
  • Networking
  • Windows
  • Linux
  • Cloud
  • Mac
  • Active Directory
  • Azure
  • Cloud
  • Exchange
  • M365
  • Server 2025
  • Storage
  • Vsphere
  • Website
  • Database
  • Security
  • Knowledge Base
  • VPN
Tech Master
Tech Master

OneStopTechnical Forum

Configuring an SLA (Service Level Agreement) in ServiceNow

blog.payperitem.com, April 15, 2025

Configuring an SLA (Service Level Agreement) in ServiceNow involves multiple components working together to define and track performance against agreed-upon service levels. Here’s a high-level guide to walk you through the core configuration:


🔧 Step-by-Step: Configure SLA in ServiceNow


1. Enable SLA Plugin

First, ensure that the SLA plugin is activated:

  • Navigate to System Definition > Plugins
  • Search for “Service Level Agreement (SLA)”
  • Activate the plugin if not already enabled

2. Understand the SLA Components

ServiceNow uses SLA definitions, SLA conditions, and SLA workflows:

  • SLA Definition – Specifies the terms (duration, conditions).
  • SLA Workflow – Automates start, pause, stop actions.
  • Task SLA – Instances of SLAs tied to records (e.g., Incidents).

3. Create SLA Definition

  • Go to: Service Level Management > SLA > SLA Definitions
  • Click New
  • Fill in:
    • Name: e.g., High Priority Incident Response
    • Type: Response, Resolution, etc.
    • Table: Usually Incident or Request
    • Duration: e.g., 1 hour
    • Schedule: Optional, defines business hours
    • Time zone source: e.g., Task, User

4. Set Conditions

  • Start Condition: When the SLA should begin
    Example: Active = true AND Priority = 1
  • Pause Condition: Optional
    Example: On hold = true
  • Stop Condition: When the SLA ends
    Example: State = Resolved

You can use the Condition Builder or Script.


5. Attach Workflow

  • Under the Workflow tab in the SLA definition, select a predefined SLA Workflow like:
    • Default SLA Workflow
    • Pause-SLA
    • Or create your custom workflow in Workflow Editor

6. Test the SLA

  • Create an Incident that matches your SLA conditions
  • Check the Task SLA related list under the incident
  • It should show the SLA being applied with correct timers

7. Monitor SLA Performance

  • Use:
    • Service Level Management > SLA > Task SLAs
    • Reports or Performance Analytics for SLA breaches, trends, etc.

Helpdesk/ITIL Website

Post navigation

Previous post
Next post

Related Posts

Free Self-service password reset (SSPR) functionality for users on a Windows Server-based Active Directory (AD) environment

April 7, 2025April 7, 2025

✅ 1. Open Source SSPR Solutions 🔹 1.1. PwdReset Features: 💡 Useful for small-to-mid scale environments. 🔹 1.2. Self Service Password (LDAP Tool) Features: Setup requirements: ✅ 2. Configuration Guide for LTB Self Service Password with Windows AD ✅ 3. Optional Enhancements ✅ 4. Alternatives (Freeware, Not Fully Open Source)…

Read More

Horilla HRM (an open-source HR management system)

April 7, 2025April 7, 2025

To configure Horilla HRM (an open-source HR management system) on Ubuntu, follow this step-by-step guide. This assumes a clean Ubuntu 22.04 or later system, and that you want to run it locally or on a small server. ✅ Prerequisites 🚀 Step 1: Update System bashsudo apt update && sudo apt…

Read More

Customizing the login page of ManageEngine ServiceDesk Plus

April 15, 2025

Customizing the login page of ManageEngine ServiceDesk Plus can help with branding, compliance, or improving user experience. Here’s a guide on how to customize the login page in both on-premises versions (Professional, Enterprise, MSP editions). 🔧 Step-by-Step Login Page Customization (On-Premises) 📁 1. Locate the Login Page Files On the…

Read More

Recent Posts

  • List of AD Schema Versions
  • OldNewExplorer Free Download For Windows 11, 10, 8 and 7 [Latest Version]
  • How to Get the Classic (old) Context Menu on Windows 11
  • BitLocker Recovery Keys
  • Active Directory and Server hardening

Recent Comments

No comments to show.
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« May    
Log in
©2025 Tech Master | WordPress Theme by SuperbThemes
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }