Hi,
We created dataset control in that to get to load all record in context faster we write below code. It working fine till yesterday but now we are getting error message on line of loadNextPage().
// code
loadControl ModernQueryBuilder: getState function not provided.
We remove the setPageSize() line of code then it not giving error but it slow down the speed of control.
suggest something to resolve this issue.
Thanks
This seems to be fixed now
I'm wondering too if the problem was solved.
Thanks,
Youssef
Any updates on this?
Hello.
This is a huge issue for us. Hope this will get fixed soon, we have production code that is not working right now, and will need to supply a quick fix for it, that will introduce more loadtime
You can change the current pageSize to 250 in the on the List / Chart properties -> Formatting -> Row Layout
I hope this row layout, will support up to 5k records at some time
What i meant was the the page size cannot be changed and the call to make 5000 will not reflect in set loadNextPage ..
You would need to iterate using the current page size to incrementally fetch the data in batch of 50(current page size).
hemant
Hi Hemant,
Thank you for the update.
We have checked your given workaround but still get the same error, could you please share the example how to call setPageSize before the LoadNextPage. Below the code that we written:
// code
loadControl ModernQueryBuilder: getState function not provided.
Thanks,
Hi Hemant,
Thank you for the update.
We have checked your given workaround but still get the same error, could you please share the example how to call setPageSize before the LoadNextPage. Below the code that we written:
// code
loadControl ModernQueryBuilder: getState function not provided.
Thanks,
Update - fix for this issue has been ported and is expected to be available in NAM by 12th Dec.
Not changing the pagesize before the LoadNextPage call can be evalauted as a workround .
hemant
thanks.
Hemant
I'm facing the same problem for a while too.
WarrenBelz
87
Most Valuable Professional
mmbr1606
71
Super User 2025 Season 1
Michael E. Gernaey
65
Super User 2025 Season 1