Sample code for ARS 7.5 JAVA API

2010-10-07 Thread kush
Hi Friends, I am trying to integrate a portal with the ARS 7.5, using JAVA API, I will be highly grateful if anyone can share a sample code which can illustrate the example of Creating, Modifying and Querying (By Key and By Qualification) records in Remedy using Remedy 7.5 JAVA API. Thank You, Kau

Re: Application Query Delete Entry

2009-01-08 Thread kush
Hi friends, thanks for your help... @@ has solved my problem. Thanks folks for you help once again. - Kaushal. On Jan 8, 5:15 pm, Conny Martin wrote: > If you're using this in an AL you must precede the command with @@: The AL > runs on the client and try's to start an executable file named >

Application-Query-Delete-Entry

2009-01-08 Thread kush
Hi Friends, I am facing problem with 'Application-Query-Delete-Entry' process. I have written this action like this: Application-Query-Delete-Entry "KP_UserApplicationForm" 'chkBoxApplicationStatus' = "Delete" to delete all the record for which 'chkBoxApplicationStatus' = "Delete". while running o