Service Desk list calls by Location
Service Desk list calls by Location
(OP)
Does anyone know how to configure Unicenter Service Desk to list calls/requests by Location as opposed to by Analyst?
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
Service Desk list calls by Location
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Service Desk list calls by Location
1.
Use the assignee.location = @cnt.location AND active = 1, this will display all active calls that the location specified equals the assignees location. (Available from Stored Queries)
2.
Create a new node for the specific location id location=<locationid> AND active=1
This will show all active reuqests for that specific location. Also this can be modified further by using the AND priority =<number> to say all active priority ones from this location
Regards,
Neal
RE: Service Desk list calls by Location
customer.location = nnnnnn AND active = 1
for my stored queries and am creating nodes for them on the scoreboard.
Any idea how to make those nodes/folders appear on every user's scoreboard (is there a default one?) without manually creating them logged on as each user?
Thanks & regards,
Dom
RE: Service Desk list calls by Location
There is a way to do this for the web scoreboard.
In the windows client Goto to Administration > Security > <Contact Type> i.e Employee
Then go to the web interface tab and choose Customize web scoreboard. Do the same as you did for the client but make sure that the access type is for the contact type not the logged in user. This will apply this for every user who logs into the web client with the contact type that you have modified
As for the windows client, I think that they have to do it manually for indivdual users. But unless they deinstall or trash their client it only has to be done once as there is a control file per user. These are in the preferences folder of the install directory.
Also how is Jody ?
Regards,
Neal
RE: Service Desk list calls by Location
This customer isn't using the web client (my task for next week), so I'm stuck with the windows client. I have managed to get this done by adding the general_preferences file to Version Control. That then fires for any new client or, as you say, fresh installs. It also fires and updates for existing clients by first deleting the general_preferences.username files from the route of the c:\ drive on client machines. I'm automating that with AMO.
I've added Change Orders by Location with
affected_contact.location = nnnnnn AND active = 1
Cooking on Gas!
Jods is very well, thanks. Still no job since the demise of Quidditas, so he's busying himself with his house.
How's Danni?
Best regards,
Dom