• Company
  • Blog
  • Case Studies
  • Partners
  • Contact

vtexpertswplogovtexpertswplogotransp2-white-small-2transp2-white-small-2

Menu
  • Home
  • Services –
    • Services

      Maintenance & Support

      Plans provide guidance, phone support, and training to get the most out of CRM.

      Customization

      Streamline & automate your sales, marketing and operations.

      Integrations

      CRM integration with leading third-party service providers, websites and apps.

      Migration

      Vtiger Upgrade

      Stay up to date with the latest features & security patches.

      Data Migration

      Transfer your important data from any other CRM, ERP or custom solution.

      Packages

      Monthly Support Plans

      Essential for growing businesses

      Kickstarter Packages

      Optimal solution for small businesses

      Projects & Incidents

      Recommended for updates & fixes
  • Solutions
    • Sales

      Contact Management

      Close more deals with single-page contact management.

      Opportunities

      Track stages and milestones of your deals to keep the sales process on track.

      360 View

      Contact data from every angle, including conversations, call notes.

      More ....

      Appointments, Reporting, Proposals & more..
      Note: The links in this menu are not clickable. Please contact us for more details.

      HelpDesk

      Ticketing

      Resolve every issue in the shortest possible time with powerful ticketing features.

      Service Level Agreements

      Set up trigger campaigns to send alerts when the ticket resolution time exceeds the due date.

      Automation

      Leverage automation to define priorities, statuses & assignments for tickets.

      More ....

      Canned responses, feedback, customer portal...
      Note: The links in this menu are not clickable. Please contact us for more details.

      Marketing

      Marketing Automation

      Marketing workflows with an easy drag-and-drop designer.

      Email Marketing

      Get complete email marketing features with newsletters, analytics, and more.

      Email Tracking

      Track your email performance with metrics that matter and notifications.

      More ....

      Landing pages, SMS, Analytics & more..
      Note: The links in this menu are not clickable. Please contact us for more details.
  • Extensions
    • Extension Pack

      Get Started

      Details, screenshots and videos

      Pricing

      Affordable and cost effective

      FAQ

      Pricing, licensing and compatibility

      Documentation

      Installation Instructions

      Step by step guide

      Helpdesk

      Documentation & user guides

      Extensions

      Extensions for Vtiger 8.x

      70+ Plugins with screenshots, videos & live demos

      Extensions for Vtiger 7.x

      70+ Plugins with screenshots, videos & live demos

      Extensions for Vtiger 6.x

      65+ Plugins with screenshots, videos & live demos.
  • Managed Hosting
  • Resources
    • Documentation

      User Guide

      Best practices and tips to keep your user engaged.

      Administrator Guide

      Designed to help manage and configure the CRM for all the Vtiger users.

      Video Tutorials

      Learn how to use Vtiger features with guided video tours

      Extensions

      Helpdesk

      Admin & User guides for all our Extensions.

      Recent Updates

      New Extension releases & enhacements to Vtiger.

      Development

      Contributions

      Enhanced features, fixes and extensions.

      Github

      Access to upcoming releases, patches & more.

      Official Resources

      Developer forums, code repository & more.
  • Extension List
  • Home
  • Managed Hosting
  • Extensions
    • Get Started
    • Installation Instructions
    • Pricing
    • FAQs
    • Extension List
  • Services
    • Support
    • Custom Development
    • Integrations
    • Vtiger Upgrade
    • Data Migration
  • Support Plans
    • Monthly Plans
    • Support Plans
    • Startup Packages
  • Resources
    • Helpdesk
    • Blog
    • Contact Us
    • Partners

SLA use case for tickets in Vtiger7

Categories
  • Business Strategy
  • vTiger 7
  • VTiger Extensions (Releases)
  • VTiger Extensions (Tips)
  • vTiger Tips
  • vTiger Tweaks
Tags
  • Add-on
  • business strategy
  • email
  • Management
  • support
  • VTExperts
  • vTiger
  • vtiger 7
  • vtiger activities
  • vtiger CRM
  • vTiger CRM Help
  • vTiger CRM Support
  • vTiger CRM Tips/Tricks
  • vTiger CRM Troubleshooting
  • vtiger extension
  • vTiger extensions
  • vTiger features
  • vTiger Modules
  • vtiger tips
  • vtiger tricks
  • vtiger tweaks
  • vtiger7

Tickets is one of the most use feature of Vtiger crm system. SLA extension by VTExperts can be used to check and regulate the processing of the ticket in Vtiger CRM. In this article we will look at a SLA use case for tickets in Vtiger7.

Use case

  • There is ticketing system, in which when a ticket is created its priority is set to “Low” . SLA starts to work when the ticket priority is “Low”.
  • The SLA should keep on working until the ticket status is changed to “Close”
  • But, if the ticket is not resolved in 5 minutes and priority is “Low”, then SLA extension will automatically change the status of the ticket to “Normal”
  • Again if the ticket is not resolved in next 10 minutes after the priority is changed to “Normal”, then SLA will change the priority of the ticket to “High”
  • Again if the ticket is not resolved in next 20 minutes after the priority is changed to “High”, then SLA will change the priority of the ticket to “Urgent”

So, to achieve above mentioned results we have to Configure three different SLA’s policies with accompanying workflows

First SLA policy for tickets

Lets start with the first SLA

When the ticket is created, its priority is set to “Low”

SLA use case for tickets in VtigerSpecify the policy name, module and status

SLA trigger
1- Use “Priority” field in the ticket module as SLA trigger
2- SLA will trigger when trigger value is “Low”. i.e. when “Priority = Low” in ticket record
3- The resolve time is set to “5 minutes”

SLA status control
4- Status of the SLA depends on the “Status” field of the ticket module
5- Pause/Hold values, no value specified.
6- Fulfillment value is “Closed”
This means in this SLA, the SLA will keep on working if the status is anything but “Close”. If “Status = Closed” then SLA will stop working on that ticket

SLA use case for tickets in VtigerSLA Action
7- Name: Specify the name of SLA
8- Type of escalation: Workflow
9- Trigger time: here it is 1 minute after the specified resolution time
10- Select the workflow (You have to configure the workflow separately)

Working of first SLA

Update ticket priority to “Normal” after 1 minute of the SLA breach through a workflow
For this you have to create a workflow that will update the priority of the ticket from “Low” to “Normal”

Workflow configuration

When you create a workflow for SLA policy, make sure to specify a condition that can never be true, because this workflow should only be executed by SLA and cannot be executed by the users e.g. Specify condition like Title is “xxxxxxxxxxxxxxxxxxxx”
SLA will bypass all these conditions and will execute the “Workflow Action”

SLA use case for tickets in VtigerSo after the six minutes if priority remains “Low” and the status is not “Closed” then another SLA policy will trigger and change the priority of the ticket to “Normal”

Second SLA policy for tickets

Now the ticket’s priority is set to “Normal” as per last workflow. This SLA will change the priority of the ticket to “High”, if ticket is not resolved in next 10 minutes..

SLA use case for tickets in VtigerSpecify the policy name (i.e. Normal), module and status

SLA trigger
1- Use “Priority” field in the ticket module as SLA trigger
2- SLA will trigger when trigger value is “Normal”. i.e. when “Priority = Normal” in ticket record
3- The resolve time is set to “10 minutes”

SLA status control
4- Status of the this SLA also depends on the “Status” field of the ticket module
5- Pause/Hold values, no value specified.
6- Fulfillment value is “Closed”
This means, the SLA will keep on working if the status is anything but “Close”. If “Status = Closed” then SLA will stop working on that ticket

SLA use case for tickets in VtigerSLA Action
7- Name: Specify the name of second SLA action (i.e. Update to high)
8- Type of escalation is Workflow, similar to the first one.
9- Trigger time: here it is 1 minute after the specified resolution time
10- Select the workflow (You have to configure another workflow separately, which will update the ticket priority from “Normal” to “High”)

Working of Second SLA

Update ticket priority to “High” after 1 minute of the SLA breach through a workflow
For this you have to create a workflow that will update the priority of the ticket from “Normal” to “High”

Second Workflow configuration
Configure the workflow similar to the first one

Just change the workflow action and update the value of priority field to “High”

SLA use case for tickets in Vtiger

Third SLA policy

Now the ticket’s priority is set to “High” as per last workflow. This SLA will change the priority of the ticket to “Urgent”, if ticket is not resolved in next 20 minutes

SLA use case for tickets in VtigerSpecify the policy name (i.e. High), module and status

SLA trigger
1- Use “Priority” field in the ticket module as SLA trigger
2- SLA will trigger when trigger value is “High”. i.e. when “Priority = High” in ticket record
3- The resolve time is set to “20 minutes”

SLA status control
4- Status of the this SLA also depends on the “Status” field of the ticket module
5- Pause/Hold values, no value specified.
6- Fulfillment value is “Closed”
This means, the SLA will keep on working if the status is anything but “Close”. If “Status = Closed” then SLA will stop working on that ticket

SLA Action
7- Name: Specify the name of second SLA action (i.e. Update to Urgent)
8- Type of escalation is Workflow, similar to the previous SLA’s
9- Trigger time: here it is 1 minute after the specified resolution time
10- Select the workflow (Configure third workflow, which will update the ticket priority from “High” to “Urgent”)

Working of Third SLA

Update ticket priority to “Urgent” after 1 minute of the SLA breach through a workflow
For this you have to create a workflow that will update the priority of the ticket from “High” to “Urgent”

Third Workflow configuration
Configure the workflow similar to the pervious workflows

Just change the workflow action and update the value of priority field to “Urgent”

Whenever the status of the Ticket is changed to the “Close” the policy will be fulfilled. In the SLA actions, you can also specify to send email to a certain person a, reassign the ticket etc.

This is how you can configure SLA policies for tickets in Vtiger CRM

Check the VTExperts SLA extension here: SLA Policies

Related posts

VTExperts: Vtiger Employee Contract Management Customization

Multi-Currency Vtiger Quotes with VTExperts IDCA (Customziation)

Multi-Currency Vtiger Quotes with VTExperts IDCA (Customziation)

Vtiger Checklists by VTExperts Introduces Role-Based Sharing

Vtiger Checklists by VTExperts Introduces Role-Based Sharing

VTExperts Vtiger CRM AI Customer Portal Chat Assistant

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

EXTENSION PACK

  • Extension List
  • Pricing
  • Extension Pack Details
  • Setup Instructions
  • Documentation

SERVICES

  • Support & Consulting
  • Hosting (Dedicated & Managed)
  • Customization & Development
  • Upgrade & Migration
  • Maintenance & Ongoing Support

LINKS

  • Gmail Plugin for VTiger
  • Outlook Plugin for VTiger
  • Blog (News & Tips)
  • Extension List
  • Contact Us Form

VTExperts

  • 341 W Scott Street
    Chicago, IL 60610
    United States
[email protected]
+1 (818) 495-5557
© 2009-2026 VTExperts.com All Rights Reserved
0
Cleantalk Pixel