Quantcast
Channel: Active questions tagged bmc - Stack Overflow
Viewing all articles
Browse latest Browse all 127

Setting max_Retrieve and sort_list parameter in getListEntryObjects

$
0
0

I am a newbie in AR System Java API.

I was going trough the code the below code.

String formName = "some_formname";String qualificationString = "$1$ = \"" + entryId +"\"";int firstRetrieve = 0;int max_Retrieve = 0;List sort_list = null;boolean UseLocale = false;OutputInteger nmatches = null;ARServerUser=context    Myentries = context.getListEntryObjects(formName, qualification, firstRetrieve, max_Retrieve , sort_list, fieldIds, UseLocale, nmatches);

This returns 0 entires. I suspect if its due to the max_Retrieve and sort_list. I dont know the total or maximum entries present. Please provide any inputs on why this is returning 0 entries, and how can I get the required entries from this statement.


Viewing all articles
Browse latest Browse all 127

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>