Category Values in Service Desk
is it possible to use a custom variable in the category values list to pull from an asset list group? for example have a category of printer, would like the user to select the printer name that they are talking about from a drop down once they select printer from the list.
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
nshah
11 years ago
You shouldn't need it as there is an assets dropdown that you can make available for the enduser by chanings its permissions but you can add this to your custom category under Ticket Layouts and Custom Layouts
query:select * from Printers (assuming that is the table name)
http://www.itninja.com/blog/view/using-sql-queries-in-custom-ticket-fields
Comments:
-
thank you for the answer, i was thinking that if i could add it then the end user wouldnt see the printer list until the selected it from the drop down, unless there is a way to make a field visable based on another selection. - martin5528 11 years ago
-
unfortunately there is no conditional visibility like this on fields. :( - grayematter 11 years ago
Posted by:
chucksteel
11 years ago