Hi,

You can use ARGetListEntry to get a few values, or ARGetListEntryWithFields to
be more flexible with the columns you want to retrieve. The problem is that
you can not get long character values in those calls.

You can always use ARGetMultipleEntries to retrieve up to 100 complete entries
at a time.

        Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)

Ask the Remedy Licensing Experts (Best R.O.I. Award at WWRUG10/11/12/13):
* 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 List,
>
>>From my old post I got the hint from Misi to fetch the status reason values.
>
> This is what I am doing;
>
> Fetching the bunch of records from GetListEntryWithFields method and for each
> record I am using GetEntry method to get the value of status reason field
> value for that record.
>
> The drawback with this idea is that it is very time consuming to use two
> methods one for fetching the entry id and another one for fetching the status
> reason value by passing the entry id value.
>
> Is there any other way to get the status reason field value ?
>
> Appreciate any inputs.
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"
>

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

Reply via email to