mdoljac

Salesforce Connect - URL Snippet

0 votes
Hello, I was able to create an URL Snippet to automatically create a package from a convention. However, in my use case, I would like the URL to create the package and automatically allow the signer to sign in person. When I run my URL snippet, it still forces me to manually submit the "sign" button from the package. I've attached a screenshot of the what my snippet produces. Is there a way to automate the submitting of the sign button from the URL snippet? Thanks

Attachments

Reply to: Salesforce Connect - URL Snippet

0 votes
Hello - Did you check the following link ? Here are the parameters for URL Code Snippets, and for InPerson Signing, please see the following code snippet: Link: https://docs.esignlive.com/content/d_esignlive_connectors_guides/salesforce/salesforce_v4.0/integrator_s_guide/creating_esignlive_packages_programmatically.htm#Paramete URL Snippet for InPerson Signing: InPersonSigning Flag that specifies if in-person signing is true or false InPersonSigning=true InPersonSigning={!Contact.InPersonSigning__c}

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off