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

Email trigger for Visualforce-Component
Hello dear community, I have a PDF as a visualforce-component and I want this to be sent automatically as an attachment by a trigger when a new account is added. Any advices ?
Thanks in advance ! :)
Thanks in advance ! :)
Create your Email template as a Visualforce template, only rendering the relevant content for your attachment, for example:
1. create a picklist on account and update that field from trigger
2. create a workflow and add the email alert as action by selecting the email template
activate the same and update the picklist values relavant to the action...
This is just a high level idea which I didn't tested... But this approach should work.