• Increase view resultset count
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies

Hi,

 

I have a scenario where I need to validate my created record Id is falls under an object's View.  But StandardSetController getRecords() method will return only 10000 records. How to get all records falls uner a particular view. Please dont suggest Batch apex this will not my approach to validate.

 


Is there any edition which can return more than 10000 records for SFDC.

 

Thanks in advance.

V

I have a scenario where I need to validate my created record Id is falls under a particular view of an Object. But my view has more than 10000 records where I need to validate my Id but StandardSetController getRecords() method is able to returning only 10000.

Please suggest me how can I increase this getRecords() returning record count.


Thanks in Advance.

I have a scenario where I need to validate my created record Id is falls under a particular view of an Object. But my view has more than 10000 records where I need to validate my Id but StandardSetController getRecords() method is able to returning only 10000.

Please suggest me how can I increase this getRecords() returning record count.


Thanks in Advance.