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
For what purpose?
I'm having a scenario to associate records for particular department, If I'm searching 5001 record It will not be displayed under the search or pagination itself
I still have a hard time understanding what you try to achieve.
My max number of rows in a grid is 20. Everything else is solved using paging, filtering and search.
Not clear. can you add some more details?
Sarathkumar R Stefan Helzle Yogi Patel Prasanta Paul
Suppose This is custom filter.
Behind this logic I made a rule where I am getting 5000 record by a!queryrecordtype(),
If I want to search 5001th record, how can I ?
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.
What is your rule looking like?