How can a Report definition fetch 500 records if pagenation is disabled and even max records are also disabled.

Asked in an interview-My RD is fetching only 100 records but i want it to fetch 500 records and pagenation and max records are disabled,

how to do this?

Hi @TanyaS58: If there are no max record and no pagination mentioned in the report, system will use the value from system settings “pyMaxRecords”.

Please see this, this and this for some details.

Thanks

@TanyaS58 : in this scenario the value is taken from “pyMaxRecords” system settings.

Please refer this link

for more details.