I am attempting to open a new docusign tab in my salesforce application. I understand I need to construct a url for this, but do not know what are the required parameters to be passed. So the url will look something like /apex/dsfs__DocuSign_CreateEnvelope? Where can I see the list of parameters and what is minimum required and what is optional? I have envelope Id and Document Id. I need to open a new tab where it shows the envelope populated with all the fields like signers and documents attached.I need to open this page with attachments and everything in the envelope
相关问题
- salesforce sandbox cURL request invalid grant_type
- Using .NET WebBrowser control, why Salesforce.com
- listStatusChanges api gives error after passing mo
- Salesforce - one WSDL for Sandbox and Production?
- Bad Request when using Google OAuth2.0
相关文章
- Docusign return parameters in embedded signing by
- Force.com IDE didn't reflect my changes?
- Regular expression to require 10 digits without co
- Ruby / Rails: how can I create multiple records in
- Salesforce WSDL import of simpleContent w/extensio
- Reference a remote site setting URL in Apex class?
- Custom Button or Link to a Visualforce page with a
- Jenkins Pipeline - How do I use the 'tool'
I found a solution. I am not using javascript but using apex making a post request to get the embedded signing url.