- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Discussions
- Announcements
- General Development
- Schema Development
- New to Cloud Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules Discussion
- Security
- Mobile
- Force.com Sites
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby Development
- Adobe Flash Builder for Force.com
- Desktop Integration
- REST API Integration
- Streaming API
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- Excel Connector
- AJAX Toolkit & S-controls
- Force.com Builder & Native Apps
- AppExchange Directory & Packaging
- Force.com Labs Projects
- Open Source
- Site.com
- Jobs Board - Administrators
- Jobs Board - Developers
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Visualforce Development
- :
- Think I found a bug in the standardSetController
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Think I found a bug in the standardSe tControlle r
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-08-2009 04:07 AM
Hey,
Had a quick look through the forum and couldn't see anything in relation to this so thought I would post to see if anyone else is having this issue.
Im working in a Sandbox and trying to work with a list view.
Im finding that I'm getting really strange results depending on the Filter Criteria selected.
My findings are:
- If criteria is Created Date equals 'Some Date', regardless of the what the list view shows the setcontroller, getRecords() returns 0. ie I have a list with 900+ records it returns 0.
- If criteria is Created Date is less then 'Some Date', for large lists the getRecords() returns same number as list.
- If Criteria is Created Date equals 'Some Date', for a list of 12 it returns 14 values (2 extra that don't meet the lists criteria), BUT for large value lists like over 1000+ returns correct values....Strange!
Pretty strange right!
So I'm thinking is it a sandbox issue, or is it something to do with created date and localization?? I mean I'm based in the UK is there a chance that the list view accounts but code does not? I wouldn't think so but out of ideas in regards to it.
Thanks in advance for any replys.

