• westjohn
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 8
    Questions
  • 7
    Replies

How Many records Standard List Controller Return Every page?

In standard set controller it returns maximum 2000 per page.

What is the major difference between standard set controller and Standard List Controller?

How Many records Standard List Controller Return Every page?

In standard set controller it returns maximum 2000 per page.

What is the major difference between standard set controller and Standard List Controller?

How many records standard List controller and StandardSet controller  returns?

Can i display 10000 records in same page using standard List Controller without previous and next Methods?

In Data tables(http://datatables.net/) Which Type of List using to query the records in Apex Controller ?

 

Because I am using Normal List to pass the page datatables told "No records Found".. But I have 5000 records in my List..

 

How can i display my values in page and which type of list will i use?

Can We change the StandardSetController PageSize?

In Normally PageSize per page is 2000(Default)..

Can we change pagesize from to 2000 to 3000?

if any possible to convert date-time to date field?

 

Example:

 

Date/Time 

Tue Jul 10 00:00:00 GMT 2012

 

Expected Output:(Date output)

Tue Jul 10, 2012

 

Any one using data Tables(http://datatables.net/) in Standard Set controller? 

I am using Standard Set controller for Contact Object..... I have 3000 contact records in my page.... I want to display all records using Standard Set controller......I set the Page size  2000 in Standard Set controller..So query takes only 2000 records... Possible to show all my 3000 records in Contact page?

In Data tables(http://datatables.net/) Which Type of List using to query the records in Apex Controller ?

 

Because I am using Normal List to pass the page datatables told "No records Found".. But I have 5000 records in my List..

 

How can i display my values in page and which type of list will i use?

Can We change the StandardSetController PageSize?

In Normally PageSize per page is 2000(Default)..

Can we change pagesize from to 2000 to 3000?

if any possible to convert date-time to date field?

 

Example:

 

Date/Time 

Tue Jul 10 00:00:00 GMT 2012

 

Expected Output:(Date output)

Tue Jul 10, 2012

 

Any one using data Tables(http://datatables.net/) in Standard Set controller?