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?

                    • Related Articles

                    • SCP upgrade from 11.0 to 14.0 prerequisites

                      Before migration to scp version 14 below 2 points has to be done in scp 11027 1. Back up password should not be default i.e SCP123!, it should be updated 2. TLSv1, TLSv1.1 has to be added under the file /home/jre/lib/security/java.security file ( ...
                    • SCP, SDP and MSP Differences

                      Though ManageEngine has multiple HelpDesk applications, they are developed and targeted for Different markets. Here are few cases to understand the difference between them. HelpDesk Applications in ManageEngine (ME) are as follows :  1. SupportCenter ...
                    • 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 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 ...
                    • 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. ...