/build/static/layout/Breadcrumb_cap_w.png

Common Helpdesk Custom Field Queries

Is there a list of commonly used queries for help desk custom fields. I am setting up a help desk, but I don't know sql. I am looking for queries I can cut and paste into the custom fields in the que customization  --> Ticket layout section. Things like auto populating a field with a machine name or IP Address.

 

Thanks


1 Comment   [ + ] Show comment
  • Well there isn't a list per say. You will have to do searches here and find the articles. There are a ton of queries here that you could use.

    The machine name should auto populate anyways if the user sends in a email to open a ticket or go through the user portal. - nshah 10 years ago

Answers (2)

Posted by: jknox 10 years ago
Red Belt
1

Here are a couple of examples:

http://www.itninja.com/blog/view/using-sql-queries-in-custom-ticket-fields

http://www.itninja.com/question/how-to-create-a-find-user-in-the-queue-custom-fields-section

http://web01.itninja.com/question/k1000-service-desk-unexpected-behavior-with-query-in-custom-field

Posted by: Wildwolfay 10 years ago
Red Belt
1

I use this to get a list of all my users on the kbox and put it in a single select drop down (for new hire account copy purposes, you can use it for "USER AFFECTED" if need be)

 

query: Select USER.FULL_NAME from USER where USER.FULL_NAME <> '%admin%' order by USER.FULL_NAME ASC

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ