How can we display more than 5000 records in interface and search by custom picker?
Anyone having Idea?
Discussion posts and replies are publicly visible
If you want to show the 5000 data in the interface, you can configure the page-nation with the help of looping. Like if your start index and batch size is not equal then you just go for the next. Like that you can configure. But what is the use
I tried with cdt -
batch size -1 its breaking after 33000 records and Record Type breaking after 5000 recordsafter searching in picker, it should be displayed in the grid also
I do not think so that will be not a good user experience. If you are filtering with "A" there is so many countries, if you are searching with "AME" may be there has only few countries or America only. Query the data and configure the filter like that. And why do you need to show much more data in an interface? I think you should not.
I think you got my point.