Question
3
Replies
3229
Views
TCS
Posted: October 31, 2016
Last activity: November 7, 2016
Closed
Solved
Obj-Browse Max Record
Hi,
I have a little query regarding obj-browse. If I set the max record parameter of obj-browse method to 0 (zero), will it fetch all the records avaliable from the system ? Even if the available record count is more than 10,000 ?
Thank you.
Kind Regards,
Kaushik
Hi Kaushik,
I haven't tried that, but the limit of 10,000 is set by the Dynamic System Setting pyMaxRecords. You could try setting this setting to a very low number which is smaller than your data source e.g. 100 and then executing your browse with the setting of 0. If it returns more than 100 it indicates that this overrides the setting - if if returns just 100 it indicates that the DSS pyMaxRecords is still the limit.
Regards,
Gordian