How To Edit an Incident Through the Worker Page or Command Line
This will work if you need to update an incident from an e-mail template or a command line tool. This tip is a slick way to work directly with the DB and update all the fields that you want.
From an e-mail template (will work like a link):
<a href="http://servername/aexhd/worker/default.aspx?cmd=editItem&id=WORKITEM(workitem_number)&workitem_priority_lookup_id=300&workitem_urgency_lookup_id=300&workitem_status_lookup_id=600&workitem_comment=the+computer+has+repaired+and+restore+information+of+the+user@workiten_rating=5&workitem_action=Rate&commit=yes">Link Display Name</a>
From a command line tool:
http://servername/aexhd/worker/default.aspx?cmd=editItem&id=WORKITEM(workitem_number)&workitem_priority_lookup_id=300&workitem_urgency_lookup_id=300&workitem_status_lookup_id=600&workitem_comment=the+computer+has+repaired+and+restore+information+of+the+user@workiten_rating=5&workitem_action=Rate&commit=yes
This will work if you have worker rights in the Altiris HelpDesk. It won't work for regular contacts.
Note: At the end of the command is a COMMIT=YES that will automatically save the incident changes.
Very convienient!
This tag is very helpful for users making many saves and updates via email! Thx for the tip!
"They must find it difficult... Those who have taken authority as the truth, rather than truth as the authority."
Excellent, but needs to be
Excellent, but needs to be really tied for the security purpose.
Dom
Dom
Close....
This only seems to work if the contact has Worker level access, which none of mine do.
I am tryiong to accomplish the same using the webservice.
WinUser Console
Can this method be adapted to use the WinUser Console instead of the Worker Console?
Close by Regular Contacts
Hi,
How can i assign permission so that regular contacts can closed their own incident in mail.
I have done it, but its only possible for workers
Please let me know what permission i need to assign.
Thanks
Rahiz
Would you like to reply?
Login or Register to post your comment.