/build/static/layout/Breadcrumb_cap_w.png

Service Desk and Multiple Locations

I am looking for some best practices surrounding managing multiple locations through the service desk. For reporting purposes I feel like it is easiest to create a separate queue for the second location we are standing up. However, from an ease of access standpoint, I feel it is easier for the help desk techs to manage one ticket queue rather than bouncing back and forth between two. My questions are:


1. Is there an ideal way to manage tickets coming into the service desk from multiple sites? If so, how are you currently doing this and how are you differentiating the tickets as they come in?

2. From a reporting standpoint, does it make more sense to have two separate queues?

3. Anything else that may be beneficial?


Thank you!


0 Comments   [ + ] Show comments

Answers (1)

Posted by: Hobbsy 2 years ago
Red Belt
0

The answer to your question, probably lies within your question, reporting!

so when you talk about location are you talking about the location of the techs or the location of the customer?

And which is the perspective you need to use for reporting?

If the location is the customer, then you need to include location information in the ticket in the form of a data field. That can be selected as a drop down or populated via a rule from the user details imported from AD, if you keep that information up to date.

You will then be able to build a report that says “show me the tickets logged, this week, where the location value = London”.

If the location is driven by the supporting technician, then just create a report for London that includes stats for the London based techs.

You could create a report that includes multiple Queue ids, but I always recommend that KACE users are careful when creating multiple queues, as it gives chances for tickets to become lost or misdirected which ultimately will reduce the level of service you give to your customers.


Comments:
  • Thanks for the response. I am more so looking for descriptive information in the ticket list layout so that techs can easily see the location of the user when looking at the queue. I was able to import the proper AD attributes so that the location field within the ticket now shows the state of the user, but I am uncertain as to how I can go about getting the location field in the ticket list layout.

    I am also trying to add the location to the ticket email. I have found some SQL syntax for ticket rules that I am currently trying to massage. - rruhl 2 years ago
    • So I took a look at this for a customer a few weeks ago, the challenge you have is that the location stored in the user table is stored as an ID and as such you will then have to join that to the asset table to get the text name of the location. If you add this into a custom field you should get all the locations names displayed

      query: SELECT DISTINCT(ASSET.NAME) FROM USER USER INNER JOIN ASSET ASSET ON (USER.LOCATION_ID = ASSET.ID) WHERE ASSET.ID = USER.LOCATION_ID

      But you will still need to create a rule that sets the location that is correct for the user submitting the ticket.

      You'd think, by the way that KACE would update the help for custom fields as the query it suggests as an example has not actually worked for years!!! - Hobbsy 2 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