You need to sign in to do that
Don't have an account?
Adobe Sign - EchoSign App Help!
Hello,
I want to send Visualforce page as pdf in email for e-sign using Adobe EchoSign When clicked on command button on Visualforce page. This Visualforce page contains data from multiple objects. How can I send this page for signature using Adobe EchoSign? Please help asap.
I want to send Visualforce page as pdf in email for e-sign using Adobe EchoSign When clicked on command button on Visualforce page. This Visualforce page contains data from multiple objects. How can I send this page for signature using Adobe EchoSign? Please help asap.
Sorry it's so long, but all of my notes are added in line!
VF Page which Renders PDF for Adobe Sign/Echo Sign:
Apex Controller:
All Answers
Sorry it's so long, but all of my notes are added in line!
VF Page which Renders PDF for Adobe Sign/Echo Sign:
Apex Controller:
I don't want user to redirect to the Adobe Sign Agreement screen and email should directly send email for signature.
Add the line below where you create the EcoSign Agreement, it will set the Agreement to auto send: You may need to adjust the redirect page if you auto send.
Or is that the line you added to make it work?
It was not giving any error. But It was not sending email too. So making it work I have added this line and removed line which you provided. May be that line works in asynchronous callout.