Joe,

I have worked in the past on this method, and remedy can receive multiple
records in a fashion as described by me above. Its not limited to only 1
record.

- Karthik


On 10 July 2013 08:26, Karthik <karthik...@gmail.com> wrote:

> Robin mentioned that its more than 200, so it might not go upto 4000 is my
> assumption. As you mentioned(Joe) if it crosses 1000 Mark, it would
> definitely be slow.
>
> - Karthik
>
>
> On 10 July 2013 06:02, Joe D'Souza <jdso...@shyle.net> wrote:
>
>> **
>>
>> Out of the box using only inside the box methods?? You’re dealing with
>> receiving multiple records from another form.****
>>
>> ** **
>>
>> Remember that remedy can only receive one row when searching using WSDL
>> in a filter to search for data in an external system. You will not be able
>> to receive multiple records, UNLESS you choose to do so by building some
>> sort of a plugin and use that in a DVF.****
>>
>> ** **
>>
>> The method you described to populate 2 tables, would probably work only
>> if you knew exactly how many records to expect from the foreign system, and
>> then create exactly that many records in the secondary form and then have a
>> set field filter fire to set records individually by searching for records
>> individually. I’m not sure how efficient that process will be if you need
>> to get back 4000 records in chunks.. 4000 WSDL gets even if it is chunked
>> with 50 per chunk??.****
>>
>> ** **
>>
>> Joe****
>>
>> ** **
>>  ------------------------------
>>
>> *From:* Action Request System discussion list(ARSList) [mailto:
>> arslist@ARSLIST.ORG] *On Behalf Of *Karthik
>> *Sent:* Tuesday, July 09, 2013 6:09 AM
>> *To:* arslist@ARSLIST.ORG
>> *Subject:* Re: Webservice-Please share your knowledge****
>>
>> ** **
>>
>> ** ****
>>
>> Robin,****
>>
>> ** **
>>
>> please see below:****
>>
>> ** **
>>
>> Create 2 forms,****
>>
>> - primary form(Say FORM_Primary)****
>>
>> - second form(FORM_Secondary)****
>>
>> ** **
>>
>> 1.User performs a search on a field in Form A.****
>>
>>  -> On Click on a button, ****
>>
>> - Generate a GUID****
>>
>> - Create a record in FORM_Primary, push GUID as well****
>>
>> ** **
>>
>> 2.Remedy application pull records from an external application and
>> display the results to the user.The search result can be many records(more
>> than 200).Hence,Remedy should show results in smaller chunks(50 records
>> each) to the user.****
>>
>> -> on submit, create a filter that consumes the external web service in
>> set fields.****
>>
>> -> As there are multiple results the data cannot be directly mapped in
>> the output mapping in the set fields. so, there is a need to have another
>> form to store data. Here you need to use your secondary form fields mapped.
>> Primary and Secondary forms will be related via a foreign key(GUID
>> generated and pushed to Primary form)****
>>
>> -> once mapping is done the filter on primary form fires, it will
>> populate results on the secondary form****
>>
>>
>> 3.User selects one of the search results in Form A and save the record.**
>> **
>>
>> Have a table filed on Form A and point it to FORM_Secondary and refresh it
>> ****
>>
>> ** **
>>
>> ** **
>>
>> - Karthik****
>>
>> ** **
>>
>> On 9 July 2013 15:07, Sandeep Pandey <sandeep.rem...@gmail.com> wrote:***
>> *
>>
>> ** ****
>>
>> Hi Robin,****
>>
>> Please ask about the external wsdl or url which remedy will consume
>> first. Then go through all the operations external system is providing and
>> mainly which you are looking for. Later on need to do mapping analysis,
>> between remedy and external system for input and output parameters.****
>>
>> Once your mappings are ready, you can use remedy developer studio and
>> create filter to consume external system web services. Many more things
>> related to create web services, you can refer BMC Remedy Integration guide
>> for the same.****
>>
>> Hope this will help you. Let me know if you need any further details.
>> --
>> Sandeep Pandey
>> Remedy Developer****
>>
>> ** **
>>
>> ** **
>>
>> On Tue, Jul 9, 2013 at 11:46 AM, Robin Mathew <robi...@rediffmail.com>
>> wrote:****
>>
>> Hi all,
>>
>> Please help me with webservice based solution for this requirement.
>>
>> Requirement
>>
>> 1.User performs a search on a field in Form A.
>>
>> 2.Remedy application pull records from an external application and
>> display the results to the user.The search result can be many records(more
>> than 200).Hence,Remedy should show results in smaller chunks(50 records
>> each) to the user.
>>
>> 3.User selects one of the search results in Form A and save the record.
>>
>> Please suggest a design/solution for this.
>>
>> Note:
>>
>> External team has given the approval for webservice based solution only
>> for this requirement.
>>
>> Regards
>> Robin
>>
>>
>> _______________________________________________________________________________
>> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
>> "Where the Answers Are, and have been for 20 years"****
>>
>>
>>
>> ****
>>
>> _ARSlist: "Where the Answers Are" and have been for 20 years_ ****
>>
>>
>>
>> ****
>>
>> ** **
>>
>> --
>> - Karthik ****
>>
>> _ARSlist: "Where the Answers Are" and have been for 20 years_ ****
>>  _ARSlist: "Where the Answers Are" and have been for 20 years_
>>
>
>
>
> --
> - Karthik
>



-- 
- Karthik

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to