/build/static/layout/Breadcrumb_cap_w.png

Have custom field requiring blank default value and need query to mimic actions of default Category field

In our Service Desk system, I want the user to see "Please select one..." in the Category field, but that can't be done with the default Category field.  I've figured out how to create a custom field, label it Category, make it a Single Select list, and leave the default value blank.  However, the query I use results in every possible category listing in my "Single Select" list with a "Top Level Category::Level 2 Category:Level 3 Category" format.  The query I created is "select NAME as CATEGORY from HD_CATEGORY".  I need my custom field to mimic the default Category field where it will bring up another Single Select list once the top level Category is chosen.  Currently using K1000 version 5.5x.  Has this been addressed in 6.x?  If not, can someone provide me with the right query?  Thanks !!

0 Comments   [ + ] Show comments

Answers (1)

Posted by: chucksteel 9 years ago
Red Belt
1
This functionality isn't possible, unfortunately. Only the category field is capable of creating the subsequent menus. Is there a reason that you can't use the standard category field? 

Comments:
  • The standard category field does not allow for a blank default value. Anyone submitting a ticket could ignore the default category thus providing incorrect information to our Helpdesk team. Can a query be created to list only the top level categories for a specific queue? My query results in top level and sub-categories to show not only for the desired queue (IT Helpdesk) but for all queues (IT Helpdesk, HR, Facilities, etc.). - eightondbrk 9 years ago
    • This query would exclude subcategories:
      select NAME as CATEGORY from HD_CATEGORY where NAME not like "%::%"

      Another solution would be to set the default category to "Please select a category" and then create a rule that sends the user an email if they submit a ticket with that category selected. I am personally more in favor of good user education when possible. - chucksteel 9 years ago
      • That's a good idea. I haven't delved into the rules so much yet and I did create a Category labelled "Please select one..." when I was testing. Thanks !! - eightondbrk 9 years ago

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