Round Robin in SCP

Round Robin in SCP

Here is the custom trigger plugin for round robin auto assign feature

Steps to follow

1. Extract the attached zip
2. Copy the Last_Assigned_Tech.txt and Round_Robin_Assign_Tech.json files to C:\\ManageEngine\\SupportCenter\\integration\\conf folder
3. Edit the Round_Robin_Assign_Tech.json file add the support rep preferences in JSON format, a simple format as below
4. Edit Last_Assigned_Tech.txt and add the value to 0 in the file.


{
  • "1":"administrator",
  • "2":"Heather Graham",
  • "3":"Howard Stern",
  • "4":"Jeniffer Doe",
  • "5":"John Roberts",
  • "6":"Shawn Adams"
}


For java:

1. Move the 1_RoundRobinTechnician.jar file to C:\\ManageEngine\\SupportCenter\\integration\\lib folder
2. Now create one custom trigger with criteria as when support rep is unassigned and action is execute class and executor is com.scp.roundrobin.RoundRobinTechnician

* If the custom trigger doesn't work, then copy the 1_RoundRobinTechnician.jar to Manageengine/SupportCenter/server/default/lib folder and restart the application

For Python:

1. Move the Round_Robin_Assign_Tech.py file to C:\\ManageEngine\\SupportCenter\\custom_scripts folder
2. Now create one custom trigger with criteria as when support rep is unassigned and action is execute script and executor is py Round_Robin_Assign_Tech.py


Attached a screenshot, how to create a custom trigger

      New to ADSelfService Plus?

        Resources

            • Related Articles

            • Database migration from MySQL to Postgres/MSSQL in SCP 8.1

              We no longer support the use of MYSQL as database in SupportCenter Plus. Hence, we request our users to migrate to Postgres (which is in-built) or Microsoft SQL. Please follow the below steps to carry out the database migration: 1. Shutdown the ...
            • SCP 11.0 - PPM update

              This document is applicable only for the 8.1 to 11.0 upgrades. Please go through this article completely , before proceeding for the upgrade - As this release is a complete redesign of the application, it is mandatory to do the upgrade only in a test ...
            • SCP 11.0 and Jira integration

              Integration Steps   In SCP 11.0, JIRA administrator credentials and server URL configuration fields will not be available in the Jira.xml file. They must be configured on the current integration page. Follow the below steps to move the integration ...
            • Change the default font-size and font-family while sending emails from SCP

              Kindly try the following steps below, Access the database and initiate the query below select * from globalconfig where category = 'rta'; It will list out the global config categories and from the list check for the  globalconfigid for font -size and ...
            • SCP 11.0 and above API documentation

              SCP has a variety of APIs using which you can integrate 3rd party tools with our application. We have inbuilt API documentation. Please login to the application as administrator -> go to Admin -> General -> API -> Documentation to refer to the same. ...