Home >
VTAP Platform
> Server Scripts Example - Set Case SLA by Created Day
Articles in this section
Server Scripts & Jobs Overview
Using Custom Server Scripts in Processes, Workflows, and Approvals
Running Custom Background Tasks with Vtiger Server Jobs
Writing Code for Server Scripts and Jobs
Helper Method for Server Scripts and Jobs - Debugging
Helper Method for Server Scripts and Jobs - HTTP Request
Helper Methods for Server Scripts and Jobs - Vtiger REST API
Server Scripts Example - Contact Email Validation and Data Enrichment
Server Scripts Example - Update Credit Score of a Contact
Server Scripts Example - Calculate Organization Outstanding Invoice Amount
Server Jobs Example - Importing Daily Leads from a File
Server Jobs Example - Update Stocks Weekly in Warehouse System
Server Side Scripts & Jobs User Guide
Server Scripts Example - Set Case SLA by Created Day
This article gives you an example of how you can set Case SLA by created day using Server Scripts.
A
Abdul Sameer
19 Apr, 2024 - Updated
7 months ago
Table of Contents
Set Case SLA by Created day
Consider CompanyX provides marketing services to multiple organizations. If any organization has any issue with the service provided, they reach out to the support. For support also CompanyX uses CRM.
CompanyX is very concerned about their client and wants to make sure timely resolution is provided to their client. For that they use SLAs. But their support team works 24 x 5. If any client reports an issue over the weekend, SLAs are being violated. To avoid that, they want to set the SLA for tickets created over the weekend to a different one having higher targets.
To achieve this, you must create a process for ticket creation and Server Script action. Check if created time is weekend, then set SLA as Weekend SLA.
Was this article helpful?
0
out of
0
found this helpful.
Comments 0
Be the first to comment