Tag: Winter16
-
Send Visualforce as an email attachment from Apex Trigger – Alternate design
Process Builder & InvocableMethod- Alternative to send Visualforce as an email attachment from Apex Trigger
-
Salesforce Winter 16 – Top features
You can watch recording of my live stream channel as well to know more on Winter 16 features. Powerpoint presentation used in livestream can be accessed from here. 1. Object Manager Objects are objects, even if they are standard or custom objects. Salesforce simplified navigation to access Objects, we can access it now from “Object Manager”…
-
Send Email with Generated PDF as attachment from Trigger – before Winter 16
There may be scenario in Salesforce that you need to send a Visualforce page rendered as PDF as a part of Email Attachment. This will be very easy if you want to perform this using Controller or Extension class, we just have to call getContentAsPDF() method of PageReference class and use returned blob data as…