Service Level Management concepts

  • Release version: Zurich
  • Updated July 31, 2025
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Service Level Management concepts

    The ServiceNow® Service Level Management (SLM) application enables organizations to oversee and control service delivery by defining and monitoring Service Level Agreements (SLAs) between service providers and customers. SLM helps set clear expectations for service scope, quality, and timing, while providing tools to track SLA compliance and identify breaches.

    Show full answer Show less

    Key Features

    • Service Level Agreement (SLA) Definitions: Define SLAs with parameters such as task table, duration, schedules reflecting working/non-working times, and conditions for starting, pausing, stopping, or resetting SLAs.
    • Task SLAs: When SLA definitions trigger on tasks (e.g., incidents), individual task SLA records are created to track SLA compliance per task. Multiple task SLAs can apply to a single task to support various SLA definitions.
    • SLA Roles:
      • slaadmin: Full administrative rights including configuration of SLM properties, running SLA repairs, managing SLA definitions, and accessing SLA dashboards. Workflow creation requires additional roles.
      • slamanager: Can define SLAs, view repair logs, and access dashboards, but cannot modify SLM properties or condition types.
    • Integration with Other Plugins: Enhances SLM capabilities through integrations such as SLA Contract Add-on and Service Portfolio Management for SLA Commitments.
    • App Engine Studio Support: SLM tables like SLA Definition, Service Offering SLA, and SLA Timer Configuration can be included in application templates, facilitating reuse and standardization.

    Practical Benefits for ServiceNow Customers

    • Clearly define and manage SLAs to meet customer expectations and improve service quality.
    • Track SLA compliance in real time at the task level, enabling proactive management of service delivery.
    • Assign appropriate roles to control access and administration of SLAs, ensuring proper governance.
    • Leverage integrations to extend SLA management capabilities and incorporate service commitments across portfolios.
    • Utilize App Engine Studio templates to standardize SLA configurations across applications.

    The ServiceNow® Service Level Management (SLM) application facilitates you to oversee and control the services within the organization.

    Service Level Managers are responsible for a set of agreements between a service provider and customer that define the scope, quality, and speed of the services being provided. The intention of SLM is to provide the customer with an expectation of service within a known timescale and the ability to monitor when service levels are not being met.

    The SLM offers the following features:
    • Service Level Agreement (SLA) definitions
    • Task SLAs
    • Integration with other ServiceNow plugins

    Service Level Agreement (SLA) roles

    Ensure that users can perform all necessary actions by assigning SLA roles.
    Role Definition
    sla_admin Provides full administrative rights to SLM. Users that possess the sla_admin role can configure SLM properties, run SLA repair, view the SLA Overview dashboard, and manage SLA definitions. They may associate existing workflows or schedules to SLA definitions, but are unable to create workflows. The additional roles required to create workflows or schedules must be granted explicitly. See Base system roles for more information.
    sla_manager Lets users define SLA definitions, view SLA repair logs, and view the SLA Overview dashboard. Does not let users change SLM property values or define SLA condition types.

    Service Level Agreement (SLA) definitions

    Use the SLA Definition record to define a specific set of criteria that would result in an SLA being generated. Define some of the following parameters:
    • Table: The task table that the SLA is defined for.
    • Duration: The time duration in which the service must be provided to the customer.
    • Schedule: The schedule, which indicates valid working and non-working days that the service provider follows to deliver the service. The selected schedule is used to determine when the SLA breaches.
    • Conditions: The conditions under which the SLA starts, pauses, stops, or resets.

    Task SLA definitions

    When an SLA definition is triggered against a particular task, the task SLA record is generated and contains all the tracking data for the specific SLA on that record. For example, if an SLA definition exists for P1 incidents a task SLA record attaches to the P1 incident record and captures all the data associated with it. Often there are multiple task SLA records against a single task because many definitions apply.

    Note:
    This feature is available only in new instances starting with Jakarta or a later release. The Problem Management Best Practice – Jakarta plugin (com.snc.best_practice.problem.jakarta) plugin must be activated.
    On the Task SLA form, you can also select the target for the SLA: Response, Resolution, or None.

    Integration with other ServiceNow plugins

    The following plugins introduce extra functionality within SLM:
    • SLA Contract Add-on
    • Service Portfolio Management - SLA Commitments

    SLM Template support in App Engine Studio

    Application Templates support Service Level Management tables to be included when creating templates from applications in the App Engine Studio. The SLM tables that can be included in templates are:
    • SLA Definition [contract_sla]
    • Service Offering SLA [service_offering_sla]
    • SLA Timer Configuration[sla_timer_config]
    • SLA timer configuration mapping[sla_timer_config_mapping]