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 ( ...
                      • 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 ...
                      • Inline images broken after SCP Upgrade

                        We suspect that this issue may arise if the migration schedule has not been run post-upgrade. To troubleshoot this issue further, we kindly request the output of the following query. Please connect to the database of the working build and execute 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 ...
                      • How to Enable Glowroot in SCP verison 14.0 and above

                        The Glowroot can be enabled in SCP version 14.0 and above versions, by 2 methods: 1.Enable glowroot in run.bat file, if you are starting the application via command prompt >>You need to remove the term "rem" the run.bat file for glowroot and save ...