Changing the Automaticlaly generated tracking ID
Posted: Tue Jan 21, 2014 1:23 pm
Script URL:
Version of script: 2.5.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Tracking, ID
Write your message below:
Hi Klemen,
I'm currently trying to set up an instance of hesk for a customer service department. They already have their own system of assigning tracking ID's to tickets. Their ID's are made up of three different pieces of information: the year, the month and the ticket number. For example 13L031 would be 2013(13) December(L) ticket 31 (031). This allows them to garner some information on the ticket just from the tracking ID.
In my head during ticket generation the system would need to find the year, find the month and its corresponding letter code and then go to the system, looking at the last ticket from that year and month and then increment that ticket number by one. The problem is I'm not sure how I would go about it.
I understand there would be security risks for customers if they could log in and just increase their ticket number but with our set up the customers cannot access the website and only interact with the system through emails.
How would I implement this into my system? Would it be best to replace the tracking ID or to save it to another field in the system?
Cheers, Dan
Version of script: 2.5.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Tracking, ID
Write your message below:
Hi Klemen,
I'm currently trying to set up an instance of hesk for a customer service department. They already have their own system of assigning tracking ID's to tickets. Their ID's are made up of three different pieces of information: the year, the month and the ticket number. For example 13L031 would be 2013(13) December(L) ticket 31 (031). This allows them to garner some information on the ticket just from the tracking ID.
In my head during ticket generation the system would need to find the year, find the month and its corresponding letter code and then go to the system, looking at the last ticket from that year and month and then increment that ticket number by one. The problem is I'm not sure how I would go about it.
I understand there would be security risks for customers if they could log in and just increase their ticket number but with our set up the customers cannot access the website and only interact with the system through emails.
How would I implement this into my system? Would it be best to replace the tracking ID or to save it to another field in the system?
Cheers, Dan