Topic Options
Rate This Topic
#120253 - 07/14/05 03:18 AM Writing a remedy application
Anonymous
Unregistered


Hi,

I am trying to write a program which can update tickets (pend/complete) and search for new tickets. Does anyone have any suggestions of where to start? (using ARS version 4.05.02)

Any guidance would be apreciated

Cheers

Top
#120254 - 07/15/05 01:07 AM Re: Writing a remedy application [Re: Anonymous]
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
It really depends on what you want your user interface to look like. I have written many ARSPerl scripts that do what you are asking... You have the C and Perl API's available. I'm sure you could even get the newer Java API or .NET API's to work with a 4.5.2 server. It really comes to what is going be easiest for you to build and maintain, yet meet all your users' needs.

Good luck!
_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top
#120255 - 07/18/05 06:01 AM Re: Writing a remedy application [Re: Matt Reinfeldt]
Anonymous
Unregistered


The user interface can be minimal (something quite simple). Are the api's downloadable? Where can I get the C api from since I don't have access to the ARS server.

Top