Service Action Example

2014-06-04 Thread Sweety
Hello Misi/LJ/List, I have gone through the service action and it looks like a great feature to aynchronously retrieve multple requests data let say 10 requests data in a single trip to a server rather than hitting a server 10 times to fetch data. But I tried to implement this concept

Re: Service Action Example

2014-06-04 Thread LJ LongWing
Sweety, I think of the Service action as a black box. The service action doesn't care what happens inside the box, it provides a set of inputs to the 'box', and then gets a set of outputs, that's all. The Filters that fire on Service action are what's inside the black box. This is where the

Re: Service Action Example

2014-06-04 Thread Sweety
Hi LJ, I got that information from this blog http://jobinwilson.blogspot.com/2009/03/service-call-feature-in-remedy-75.html In which there is a statement - Imagine, on your “Window Loaded” there are some 10 odd activelinks which do some setfield action in which the data source is some other

Re: Service Action Example

2014-06-04 Thread LJ LongWing
Ok, yesI read your initial statement a bit different than what it said, and yes, that statement is 100% correct, and is a very good usage of the action. Where are you having trouble with implementation? On Wed, Jun 4, 2014 at 1:50 PM, Sweety sweetykhann...@gmail.com wrote: Hi LJ, I got

Re: Service Action Example

2014-06-04 Thread Sweety
Indeed, I am not able to understand how to implement that example. How can service action perform the work of 10 active links at one server round trip? Imagine I am using 10 active links with 10 different forms to set fields, how can I active this with single service action with just single

Re: Service Action Example

2014-06-04 Thread laurent matheo
I guess what he meant is that if you do this this, you have n acls it makes n trips/calls to the ARS server (internet, then internal network between customer, mid-tier and ARS). ACL1 (web browser) --internet-- Mid-tier --- ARS server (set field1) ACL2 (web browser) --internet-- Mid-tier --- ARS

Re: Service Action Example

2014-06-04 Thread Sweety Khanna
Hi Laurent, If I want to retrieve the values from 10 different forms then I need to add 10 service actions in a single active link and 10 filters with service execution option correct? In this case an active link will invoke 10 filters having service exeution option and go to server to retrive

Re: Service Action Example

2014-06-04 Thread Ken Pritchard
call – that would eliminate the back and forth between the client and server. From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Sweety Khanna Sent: Wednesday, June 4, 2014 5:44 PM To: arslist@ARSLIST.ORG Subject: Re: Service Action Example