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
chikkuchikku 

PDF Attachment in Email in VFPage with process builder

1.I am trying to come up with a Pdf Attachment in Email with the process builder.
2.In the Contact object, I have a Picklist field called Status__c values YES and No.
3.If Status__c is changed to Yes the email with pdf attachment to the particular contact.

 have Pdf coding, I need a PDF attachment in apex with process builder coding needed. Can help me out:(

PDF coding
 
<apex:page standardController="Account" renderAs="pdf">
 
Hey, the Account name is {!account.Name}
 
</apex:page>

 
Lukesh KarmoreLukesh Karmore
Hello chikku,
Watch below Video,
https://www.youtube.com/watch?v=Big0U-Rgnfw&t=3s
Thank you
chikkuchikku
No ,this is not my requirement Lukesh