Topic Options
Rate This Topic
#61541 - 05/05/03 08:23 AM Remedy API
Anonymous
Unregistered


My name is Anantha and I am workinfg for a reputed software organisation in India. I wanted to have some help on remedy from you.

We have a situation where one document management application has to communicate to Remedy(request help desk). It will submit a request to the helpdesk and after the request is resolved from remedy side, the application has to be informed that the request is closed.

TO do this I have used Remedy API and VB and I am able to insert somedata into a schema using remedy APIs. But when the status of the submitted request changes from assigined to closed ( which is essentially a change in the database field in remedy databse.), some intimation has to be given to the document management application(built in Livelink) so that it can proceed with its furthetr workflow.

This part of communication from remedy to a vb component is what I am stuck up at.

Can you please help me out with this.

I hope I am clear with the problem.

Thanks & Kind Regards
Ananth

Top
#61542 - 05/06/03 03:57 PM Re: Remedy API [Re: Anonymous]
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
Well, wouldn't you just have to write a program in whichever language you choose (VB, Perl, Visual C++, etc...) that can be called from within Remedy that accepts certain parameters? (ie, Ticket ID, Status, etc...) Then, have your new program make the necessary changes within your document management system. So, in reality, two separate programs... one that pushes information into Remedy using the Remedy API and another that accepts information (via parameters) from Remedy and pushes it into your document management system using its API...

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

Top
#61543 - 07/19/03 01:48 AM Re: Remedy API [Re: Anonymous]
Anonymous
Unregistered


Hi Anantha,

I need your help as I am new to remedy development and I need to write some perl scripts. I have not written any perl scripts so can u please suggest me if we write perl scripts how do u call those scripts from Remedy Application.

Thanks,
Rao

Top
#61544 - 07/19/03 02:00 AM Re: Remedy API [Re: Anonymous]
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
Rao,

I would suggest looking at the ARSPerl documentation at the ARSPerl homepage . It will give you a place to start. Also, there are several sample scripts included in the distribution that you can copy and paste from...

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

Top
#61545 - 04/20/05 04:21 AM Re: Remedy API [Re: Matt Reinfeldt]
Anonymous
Unregistered


Hi,
we have a VB app that calls the ARS API to set the values.
problem comes when the field has single quote for example if the field name is 'Employee's ID' GetField method cannot recognize the field.
can somebody help me with this?
thanks

Top
#61546 - 02/24/06 12:31 AM Re: Remedy API [Re: Anonymous]
Anonymous
Unregistered


Hi Ananth..i m new to the remedy..i have to do the interfacing like the same u have done..i have to do interfacing between Remedy (help desk) and CRM application with almost same parameter passing(ticket id, status) can u tell me how to start. ur help will be really valuable.
thanks

Top
#61547 - 02/28/06 05:13 AM Re: Remedy API [Re: Anonymous]
soba Offline
Stealth Member

Registered: 01/20/06
Posts: 122
Loc: Turkey
Quote:

Hi,
we have a VB app that calls the ARS API to set the values.
problem comes when the field has single quote for example if the field name is 'Employee's ID' GetField method cannot recognize the field.
can somebody help me with this?
thanks




I am not sure if it will work with the API, but you can try 'Employee''s ID'. It is the field name displayed in Advanced Search Bar when you click on a label with a single quote.
_________________________
~soba

Top