The Dell KACE appliance came in significantly less expensive than its competitors. I would say that the nearest competitor was about 200 to 250 percent more cost up front.
Bucky League, Desktop Manager
Ogletree, Deakins, Nash, Smoak & Stewart P.C.

How To Create A Ticket Rule Given To Me By Technical Support

If you are given a kpkg

Chapter 6 of the documentation shows you how to import resources. Once it is imported it will be in your default queue. From the default queue ticket rule list you can move it to any queue.

If you are given the raw components of a rule (query etc).

Steps

  1. Browse to http://k1000/adminui/ticket_rule_list.php?QUEUE_ID=1
  2. If you have multiple queues then use the Right-hand side menu to choose which queue to select
  3. Choose to "Add Ticket Rule" from the left-hand side menu
  4. On the first "Define Ticket Rule" screen hit "next" button
  5. On the second "Define Ticket Rule" screen hit the "done" button
  6. Fill out the fields that are given to you from tech support as follows in this example:
Frequency : On ticket Save pic
Query :
   select HD_TICKET.ID ID, 'user@mycompany.com' 
as EMAILDESTINATION from HD_TICKET
pic
Query result by email : testadmin@mycompany.com pic
Comments in Ticket:
This text will show up as a comment in a ticket
pic
Send Email for Each Result Row : EMAIL COLUMN: EMAILDESTINATION
SUBJECT: Your ticket $id was changed
BODY: Your ticket was changed. Go here to see it http://k1000/ticket?ID=$id
pic
Update Query :
UPDATE HD_TICKET T
SET STATUS=99
WHERE T.ID IN (<TICKET_IDS>)
pic


 

Updated on: 4/26/2011