CodeTalk: Episode 001 - Apex
In this inaugural episode of CodeTalk, Sandeep, Quinton and special Guest Josh Kaplan (Senior Product Manager responsible for Apex) took audience questions on all things Apex. To learn more about the CodeTalk program, please go to the program website.
http://www.youtube.com/watch?v=m64cGXeuXfc&feature=youtu.be
CodeTalk Chat Transcript
Here are some of the (edited) highlights from this episode’s chat transcript.
Q: Is there a way in Apex to send an email and replace the default from email address (no-reply@salesforce.com)?
A: Yes, using either the setSenderDisplayName or setOrgWideEmailAddressID methods on the SingleEmailMessage or MassEmailMessage classes.
Q: Which fields are accessible in a… Continue reading