Would it be possible if the person creating the ticket is able to assign a custom ID for that ticket?
I want to be able to track another system already generating tickets with IDs and I want them to be the same so at the end, there won't be any "public" view of this but just an internal way to track another system.
Thanks
Manual Tracking ID?
Moderator: mkoch227
Re: Manual Tracking ID?
It's not something supported in HESK, would need to be modified.
You would need to add a new input field to the submit a ticket form then skip generating a random tracking ID ($tmpvar['trackid'] = hesk_createID();) if the field is populated.
You would need to add a new input field to the submit a ticket form then skip generating a random tracking ID ($tmpvar['trackid'] = hesk_createID();) if the field is populated.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: Manual Tracking ID?
That's what I was thinking Klemen, so after that I can use that input from the new field to update the DB's trackid to show it?
Re: Manual Tracking ID?
Yes, but it would be smart also to check in the DB to make sure such a tracking ID doesn't exist yet.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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