Registered member login:
Register Now
Altirigos » Notification Server and Solutions » Help Desk » HelpDesk Wish List

» Current Poll
Do you leave the Aclient enabled?
YES - 82.31%
107 Votes
NO - 17.69%
23 Votes
Total Votes: 130
You may not vote on this poll.
» Stats
Members: 9,496
Threads: 11,750
Posts: 55,298
Top Poster: Nick (4,981)
Welcome our newest member, JessicaD
» Online Users: 58
1 members and 57 guests
Zizio82
Most users online at once 294, 06-30-2007 at 12:24 PM.
» March 2010
S M T W T F S
28 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 123
View Poll Results: Web-based or Fat Client
Web 34 40.96%
Fat Client 6 7.23%
I'm greedy, I want both! 43 51.81%
Voters: 83. You may not vote on this poll

Reply
Old 12-14-2007, 02:29 PM   #51 (permalink)
 
Status: Junior Altiris Admin
Join Date: 06-16-2006
Location: San Antonio
Posts: 11


Category Layout.

I can't believe I didn't see it in here (maybe it was and I missed it), but isn't anyone else concerned that the current layout of categories is basically a text based match? IE, it's not broken down into any tables or anything. They are just run together text strings that use a split function. This makes it very inflexible. A good example of changing the structure of the way cat's are stored would be per role visibility. IE, "Visible to Guest". There are a LOT of cat's that we simply want to keep in there for IT reasons, but the "guest" cat's should be easy. A good example would be something like:

Public Cat: "Break-Fix / Unable to access Internet.
Private Cat: Break-Fix / BGP Peer / Outage

Or something like that. The user will report a certain symptom but the actual cause would be something IT would set later. The user wouldn't have a clue what a BGP peer was. To them their Internet access is down.

Also, by changing the way the cat's are stored will allow you to make rules that are independent of the wording. An example of this is we have a bunch of rules that we would now like to shift from being under "break-fix" to something like "IT Only". To do this means we have to change every rule we have in the system because it is text based matching. Break-Fix / Internet != IT Only / Break-Fix / Internet. It's a pain to move cat's around and keep the rules intact. If these were based on basically a GUID per rule, where it was stored would make no difference. All the rules could be moved without messing up any back-end rules.

Of course, maybe I'll get lucky though it appears Altiris has been trying to release a "new" version of the helpdesk since like 2005. 3 years or missed releases is pretty bad IMHO. I just hope they do better going forward because this product definately have a lot of good potential. It's just so inflexible.
ddkppp is offline   Reply With Quote
Old 12-15-2007, 12:13 PM   #52 (permalink)
 
dominique's Avatar
 
Status: Sticky...
Join Date: 03-04-2005
Location: Culver City, CA
Age: 53
Posts: 3,394


Hi DD,

Happy to hear I am not alone to fight for a better helpdesk. I have at least 3 calls a week with Altiris Support for issues, improvement, etc... and I hope most of them will be taken into account.

By having so many contacts with Altiris Support show them what is missing and what customers are expecting. We have finally got an answer how many customized environments are allowed: Altiris has tested with only three additional customized enviroments, so if you are over you are in an unknown world... I had 39 environments customized and finally after a week I was able o consolidate them to 8 which is still over but as we are using multiple queues per manager we need it anyway.

You could customize Helpdesk Solution BUT be sure you have Altiris Support involved or Professional Services from them or internally to manage this as the Support even great, as it has been for me for the past years, will not support too many environments and always ask us to remove all customizations before starting troubleshooting issues.
The border between what is supported and what is not is always an issue as it is allowed to customize but "it is not supported" in most case so this open window could be really dangerous ...

Thanks,
__________________
Thanks
Dom
http://www.altirigos.com

"Helping somebody else may help you"
dominique is offline   Reply With Quote
Old 06-11-2009, 08:18 AM   #53 (permalink)
 
Status: Junior Altiris Admin
Join Date: 08-19-2008
Location: Milan (Italy)
Posts: 11


Very useful this post!
roccoscisma is offline   Reply With Quote
Old 06-11-2009, 08:19 AM   #54 (permalink)
 
Status: Junior Altiris Admin
Join Date: 08-19-2008
Location: Milan (Italy)
Posts: 11


sorry, very useful, but:

I'm trying to automatically create scheduled daily ticket to assign to worker/queue.

I'm trying to do via command line, I'm not sure this is the best way.

I read this post but I cannot save a ticket, when I use the command a new incident, with field filled, appear but I need to click save manually.

Someone could help me?

Thanks, bye
Ale
roccoscisma is offline   Reply With Quote
Old 06-11-2009, 08:29 AM   #55 (permalink)
 
Status: Altiris Admin
Join Date: 05-31-2005
Location: Ashburn, VA
Posts: 37


Re: Category Layout

ddkppp, what we do for this is we have only like 4 or 5 first level categories that indicate the user level:
aka guest, helpdesk, IT Staff, etc.

We then duplicate the simple subcategories of guest
aka Guest\
Won't Print
Computer Probs
Password Probs
Internet

into the higher level categories and add more granular / detailed subcategories:
IT STAFF\
Won't Print\
Bad Print driver
Hw Problem
Sw problem
Computer Probs
Ntwk connection
HW PRob
Software

etc, hopefully you get the point.

And then I have a validation rule that restricts anyone who is not in IT staff from changing to a category that contains IT Staff.

The categories that IT staff uses would not be hidden per se from the users, but they are not able to select them.

Oh, and BTW, I use the Category Spreadsheet that's on this site to export the categories and bulk copy them to create the IT Staff category tree, and then import them using XML.

Creating them by hand would be a major pain.

Quote:
Originally Posted by ddkppp View Post
I can't believe I didn't see it in here (maybe it was and I missed it), but isn't anyone else concerned that the current layout of categories is basically a text based match? IE, it's not broken down into any tables or anything. They are just run together text strings that use a split function. This makes it very inflexible. A good example of changing the structure of the way cat's are stored would be per role visibility. IE, "Visible to Guest". There are a LOT of cat's that we simply want to keep in there for IT reasons, but the "guest" cat's should be easy. A good example would be something like:

Public Cat: "Break-Fix / Unable to access Internet.
Private Cat: Break-Fix / BGP Peer / Outage

Or something like that. The user will report a certain symptom but the actual cause would be something IT would set later. The user wouldn't have a clue what a BGP peer was. To them their Internet access is down.

Also, by changing the way the cat's are stored will allow you to make rules that are independent of the wording. An example of this is we have a bunch of rules that we would now like to shift from being under "break-fix" to something like "IT Only". To do this means we have to change every rule we have in the system because it is text based matching. Break-Fix / Internet != IT Only / Break-Fix / Internet. It's a pain to move cat's around and keep the rules intact. If these were based on basically a GUID per rule, where it was stored would make no difference. All the rules could be moved without messing up any back-end rules.

Of course, maybe I'll get lucky though it appears Altiris has been trying to release a "new" version of the helpdesk since like 2005. 3 years or missed releases is pretty bad IMHO. I just hope they do better going forward because this product definately have a lot of good potential. It's just so inflexible.

Last edited by gurnles; 06-11-2009 at 08:32 AM..
gurnles is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -4. The time now is 04:46 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
vB.Sponsors
Altirigos