Hi List,

 

   I have a requirement to open the Help Desk form of ITSM 5.5 from the
ITSM 7's console.

 

   For this purpose, we created a view form which fetches ITSM 5.5's
tickets (which resides in a separate server) data, used this view form
as a reference to the table.

 

   Now, I am able to see the ITSM 5.5's tickets on the ITSM 7 console's
table field.

 

   My requirement is, when they select any ticket on the table field and
if the click on the "view" button, It has to open the ticket which
resides in a separate server  

 

   I tried using the following command   "Aruser /user="username"
/password="password", It opens the user tool but not the required server
and form name. But I have to open Help Desk form and a specified server.
How to pass these parameters to the above command.

 

   Even I tried to use the vbscript, with this I am able to open the
form, but it's closing automatically. How can I stop this. VBScript is
attached below.

 

   If any one has encountered the same problem, help me..

 

Thanks & Regards,

Ramesh Babu.

   

 

VBScript:

 

 

Dim App

 

Dim ARForm

 

Dim sessionId

 

Dim Description

 

Set App = CreateObject("Remedy.User")

 

sessionId = App.Login("usertool","pass",False)

 

Set ARForm = App.LoadForm(sessionId,"servername",
"HPD:HelpDesk","OSD000001413604",4,True)

 

 

 



This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to