more than 5000 records

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

Parents Reply
  • 0
    Certified Senior Developer
    in reply to kavitar5580

    On what basis will the 5001th record will be displayed?
    If its based on the value entered on the custom picker, just pass it as filter to the query then it will work similar to what you have implemented. You dont need to worry about anything else. The pagination and other things will take care. Whatever is matching that picker value, will get displayed in the first 10 rows. If its more than 10, it will be in the next page which will get queried when you move to the next page.

Children
No Data