Hi there, I was a developer in a previous life so I'm not adverse to writing a bit of PHP or JavaScript but just need a bit of advice where to start. I would like to implement the following little quality of life change for new tickets:
- Agent clicks to create a new ticket
- Use the "Lookup or Create User" dialog to select a user
- On click of "continue" or "create new user" the user details are populated "Subject" text field is highlighted/focussed
As the functionality needs to hook off this new user function I'm not sure exactly where it would be best to implement? Are there client events to hook into with JS or could anyone suggest another way?
Many thanks in advance
Olly