Food for thought... thanks Misi.
Larry

On Fri, Jan 6, 2012 at 11:29 AM, Misi Mladoniczky <[email protected]> wrote:

> Hi,
>
> The only way I can think of is to return multiple data in a single big
> character field.
>
> It is only searches (GetList*) that can return multiple things in Remedy.
>
> To do this, you can make a GetEntry call to retrieve a single entry, the
> same record each time. Then have a Get-Entry-Filter that calls your your
> service.
>
> The problem is that it is hard to send any input to this call. You might
> need to do a two-step thing and first do a CreateEntry with input
> parameters and then a GetEntry to retrieve the result...
>
>        Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)
>
> Products from RRR Scandinavia (Best R.O.I. Award at WWRUG10/11):
> * RRR|License - Not enough Remedy licenses? Save money by optimizing.
> * RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs.
> Find these products, and many free tools and utilities, at http://rrr.se.
>
> > Hi Misi,
> >
> > I think maybe I did not phrase my question very well. Let me try again...
> >
> > Based upon what I see as the SQL transactions that get generated when
> > using
> > a get-list web service call, I am seeking alternatives. I was wondering
> if
> > it is possible to create a "service" web service call that will return
> > multiple records, as the get-list web service call does.
> >
> > I haven't worked out all of the details yet, but I was hoping that by
> > using
> > a service web service call, I could trigger a filter that would do the
> > search and somehow return multiple records back to the caller. It is the
> > "return multiple records" part that I am specifically asking about. All
> of
> > the filter actions that the service could potentially invoke seem to want
> > to return a single record.
> >
> > Does this even make sense?
> >
> > Thanks.
> > Larry
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to