function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rick_NookIndRick_NookInd 

Bug List: Fixed or Not Fixed in Spring 2010

We don't have a public database, but we do have a forum. Anyone else going through the process of testing the Spring 2010 release to see if any of the SalesForce bugs are fixed, lets save each other some redundant effort and try to post results here.
Rick_NookIndRick_NookInd
Contact email update page (link appears to that page when you send an email to a contact that has no email address) still bypasses before/after update triggers and does not post email change in contact history.
Rick_NookIndRick_NookInd
Change Ownership pages (both standard object and custom object) still fail to trigger a trigger.
Rick_NookIndRick_NookInd
Custom Fields of type URL still do not display URLs of the scheme "file://" correctly.
Rick_NookIndRick_NookInd
Normal workflows still do not trigger correctly and time-based workflows often misfire due to the ignoring of other workflow Field Updates in Workflow conditions. (Not technically a bug but instead a workaround with horrible bug-like side effects, but including it none-the-less).
Rick_NookIndRick_NookInd
Changing the ownership of a record still deletes unrelated manual sharing rules for that record.
Rick_NookIndRick_NookInd
Saving a record with a lookup relationship to itself still causes a Hierarchy Constraint Violation.
Rick_NookIndRick_NookInd
Having an account trigger that just sets account ownership to User X causes Convert Lead specifying User Y to incorrectly set ownership for new contact and new opportunity to current User Z (new account and new task ownership get set correctly to X and Y respectively).
Rick_NookIndRick_NookInd
Updating a non-required lookup relationship using an external id and insert null values still cause the Data Loader to crash on the first blank reference passed.
Rick_NookIndRick_NookInd
Although a token effort at Looking Filtering was released, you still can't do the typically necessary use case of "dependent" filtering of lookups, such as a Contact lookup to be limited to Contacts on a related Account. (Only a bug in the sense that the UI acts buggy offering the wrong records as a result of not being able to customize the UI to act properly.)