Declined Suggested 8/5/2019 by Landon Russell

1

votes

Add an option in the settings for "Submit on behalf of someone else"

Our helpdesk primarily creates tickets from incoming calls. When creating a ticket, they have to toggle the option to "Submit on behalf of someone else" on every ticket. 

Can you add a setting to enable this by default for technicians? I understand that not everyone would need this, so having an option to enable/disable it would be a must. 

To add to this, I would like our normal users to NOT have the option to submit on behalf of someone else. 

Really, it makes sense for the New Ticket screen to have different options based on if you're a tech or a normal user. 

avatar
Alex Tech
Meanwhile you can this custom JavaScript as a workaround:
$('label[for=OnBehalf]')[0].click();
8/6/2019 3:50 PM
avatar
Landon Russell
Thanks Alex! That worked perfectly!
8/6/2019 4:55 PM
avatar
Landon Russell
Is there some JavaScript that I could use to automatically expand the "Advanced" button in the New Ticket field?
8/6/2019 5:13 PM
avatar
Alex Tech
Here's for the "advaced button"

if(window.location.href.toLowerCase().indexOf("tickets/new")>-1) $('#lnkAdvanced').click();
8/23/2019 8:27 AM
avatar
Landon Russell
That worked perfect too! Thank you so much!
8/23/2019 8:35 AM
avatar
Nick Burkhammer
Is there a way to add this feature for normal users using JS?
2/16/2024 8:53 AM

Log in to comment...