Salesforce Spring release for year 2013

learn more… | top users | synonyms

3
votes
1answer
43 views

Setting ID Fields for Updates

"Setting ID Fields for Updates" is the new feature in Spring13 release. But I am not understanding it very much. Any help would be highly appreciated.
4
votes
1answer
66 views

NO_MASS_MAIL_PERMISSION [duplicate]

I am trying to send an email from a system admin account which has send email and mass email enabled. I get: SendEmail failed. First exception on row 0; first error: NO_MASS_MAIL_PERMISSION, Single ...
1
vote
1answer
42 views

Visualforce Charts areaSeries Unknown component

When I try to use a apex:areaSeries chart, in Eclipse or Salesforce editor I get the error message: "Unknown component apex:areaSeries". But there is good documentation on it: ...
15
votes
1answer
408 views

Developer Console - Issues in Chrome Spring '13?

Has anyone else been experiencing issues with the Developer Console simply sporadically erroring out in Google Chrome since the new release? Anything I can do to fix this? EDIT: I tried Peter's fix ...
4
votes
1answer
256 views

NO_MASS_MAIL_PERMISSION Error from Unit Test on SingleMailMessage

I am currently working in a Config-Only sandbox. I have a unit test that is continually failing with the following error message: System.EmailException: SendEmail failed. First exception on row 0; ...
4
votes
1answer
146 views

Access Tooling API via REST from Apex class

While still having this question open I found out about the new Tooling API and tried to access an ApexClass members via the Rest Explorer in the Workbench and could get it to run. How would I be ...
5
votes
2answers
361 views

UNABLE_TO_LOCK_ROW error while running all apex test classes

In spring13, I am getting UNABLE_TO_LOCK_ROW error in my few test classes while running all test classes in new view provided in spring13 release. But in winter12 I don't get any error like this. Do I ...