Please help me

2013-07-04 Thread Robin Mathew
Hi, Requirement When user enters a value in a field in Remedy form and press Enter,pull matching records from an external system and display them in a table field. External System:Telecordia Granite/Oracle Additional information 1.The matching records can be many records(50-100) 2.Direct

Re: Please help me

2013-07-04 Thread Mahendra Mahalkar
Hi, There are OOTB APIs like Java API, .NET API and C API. I belive you can achive the required functionality ​with these APIs. ** ** ** ** *Regards,* *Mahendra Mahalkar * On Thu, Jul 4, 2013 at 12:34 PM, Robin Mathew robi...@rediffmail.comwrote: Hi, Requirement When user enters a value

Re: Please help me

2013-07-04 Thread Chris Jones
Hi Robin, Is there a specific reason for not supporting the View Form? You could use the APIs as Mahendra suggested, or you could create a stored procedure on your ARSystem database to pull the data into a temporary table and have a view form of that. Performance won't be a good as a View

Re: Please help me

2013-07-04 Thread Kiran Patil
Hi Robin, As per your requirement, I would suggest remedy Web Services. Case Study - 1. When user will hit enter on field, push entry record in one of the custom form lets say A 2. Write consume third party web service (Telecordia Granite/Oracle) on form A with the help of filter. 3. As Web

Re: Please help me

2013-07-04 Thread Alan Truelove
is net API supported ? Eg creating a record. This seemed to come and go over the last 12 years Sent from my iPhone On Jul 4, 2013, at 4:41 AM, Mahendra Mahalkar mahendra.mahal...@gmail.com wrote: ** Hi, There are OOTB APIs like Java API, .NET API and C API. I belive you can achive the

Re: Please help me

2013-07-04 Thread Misi Mladoniczky
Hi, Anything using the C or Java API is supported from the servers standpoint. The .net-api is a wrapper around a supported API, so if your program manages to submit records, the submitted record will be a supported record. If the .net-api lacks functionality, which you would quickly find out.

Re: Please help me

2013-07-04 Thread ranjit jadhav
Robin, I would suggest to create a vendor form to fetch records from external source, you will have to write your own ardbc plugin (c or java and you must implement GetListEntryWithFields in plugin). Once vendor form is in place , write an active link that executes on enter and performs set

Re: Please help me

2013-07-04 Thread Robin Mathew
Thanks everyone for your inputs. Ranjit, I am looking into your proposal.Thanks once again. Regards Robin ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years