You need to sign in to do that
Don't have an account?

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.

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.

Change Ownership pages (both standard object and custom object) still fail to trigger a trigger.

Custom Fields of type URL still do not display URLs of the scheme "file://" correctly.

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).

Changing the ownership of a record still deletes unrelated manual sharing rules for that record.

Saving a record with a lookup relationship to itself still causes a Hierarchy Constraint Violation.

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).

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.

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.)