Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automate Ticket Creation in SC6

Status
Not open for further replies.

Radsam

IS-IT--Management
Nov 11, 2005
2
CA
Hi,

I am very interrested in coding some scripts to assist me in doing my job quicker. I work on a Service desk that uses Service Center 6.0.1.3 (build 0005). We use Peregrine to create Calls and Incidents.
I have created a script that creates calls from emails and then in turn generates incidents from those calls. I have been using VBS to manipulate Outlook and AutoIt3 to manipluate Peregrine to create the call and incident tickets.
I would really like to learn how I can use an object oriented programming lanuage that can create tickets for me rather than using AutoIt3 to modify controls and send key strokes.
Can someone start me out in the right direction? I have read that scmacro.exe isn't in version 6 of SC, however is there something else like that? Can I use VBS to create a script to create a call? Does anyone have something like this already that I could see as a proof of concept?

I really appreciate any and all help in this regard.

Regards,
Stephen (Radsam)
 
There are two ways I can see that you could be doing this without such a macro engine.

The "old" way is SCAuto. Peregrine provides a DLL with functions for interacting with Event Services. You can use that to create tickets.

The "new" way is Web Services. I'm not very familiar with this, as we are not on 6 yet, but I see all the places in the new dbdicts to define fields, etc.
 
Where can I get the SCauto DLL along with some documentation? Does anyone have a sample script showing how to use?
Failing that, does anyone have a vbscript sample with object coding?

Thanks,
Stephen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top