Skip to main content
Participant
May 24, 2017
Question

Sending Documents with Apex; Preview Screen Help

  • May 24, 2017
  • 0 replies
  • 504 views

I have a custom integration between Salesforce and Adobe Sign.  I want to send a document for signature via Apex, but I want the user to be able to place the signature tag first.  The "preview document" field is set to true, but Adobe just sends the document to the recipients and the user never gets to position the signature tags.

The native integration has a pop-up iframe that loads the following URL:

https://rakutenmarketing.na1.echosign.com/account/documentEdit?aid=CBJCHBCAABAA4xiVg4yygKz09lG2uU_CBPBlVz9dHS6b

This loads adobe's preview screen.

I want to replicate this functionality within my own application, but the "aid" parameter is not equal to the agreementId that I get from the API.  Any suggestions on how I can load this preview screen?

This topic has been closed for replies.