Customization of Tracking ID

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
jeetusaini85
Posts: 22
Joined: Thu Apr 16, 2015 8:36 am

Customization of Tracking ID

Post by jeetusaini85 »

Hi,

I need some basic knowledge on how can i generate tracking id using custom field.

For example:

hesk generates the tracking id like: H7X-VL8-X5JM (combination of letters and numbers).

What i want is - can we set tracking id like: "First three letter of Category-First three letter of custom field 1- current date time as (DDMMYY HH:MM:SS)

Is this possible?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Customization of Tracking ID

Post by Klemen »

You would need to completely customize the hesk_createID function (inc/commoninc.php) and possibly also trackid column structure of the hesk_tickets MySQL table.

This is something you will probably need to hire a PHP developer for, not something you can expect from this support forum. If you go this way keep in mind that any customizations may interfere with future HESK updates and that the tracking ID needs to be random enough to avoid duplicates and hard to guess to make sure users cannot guess and read other people's tickets.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply