docusignapi

Docusign InPerson Signer for Multiple signers

别来无恙 提交于 2019-12-12 06:26:14
问题 With reference to the below question - Docusign API Multiple Embedded in Person Signers InPerson Signer: Since the earlier question doesn't have an answer ticked. From my webpage (C#, Asp.Net MVC), Once the documents are uploaded to Docusign, I want the whole document to be opened in a separate tab and with multiple signers. I am able to achieve this for a single inperson signer by mentioning the ClientUserId. If there are more than one inperson signer then how will the docusign works? On

DocuSign - getting void envelope reason

白昼怎懂夜的黑 提交于 2019-12-12 06:23:43
问题 How can I get the reason an envelope was voided thru the API? The envelope could be voided in multiple ways so it would be nice to know if it was voided because it expired as opposed to if the sender voided it. Can this be added to the envelope status object? 回答1: When you get status of an envelope through REST, voidedReason is one of the responses. https://demo.docusign.net/restapi/v2/account/{accountId}/envelopes/{envelopeId} status:"voided", .. voidedDateTime:"2014-02-02T11:37:18.5500000Z"

Docusign promote integrator key from demo to live

∥☆過路亽.° 提交于 2019-12-12 06:07:49
问题 I am currently trying to promote an integrator key from the demo environment to a live environment. I have read all of the documentation regarding this process and have had no issues up until this point. Currently, I have an integrator key in my demo environment which has passed review and I am trying to promote this key to my live environment. To do so, I am logging into my demo environment, selecting new admin experience, selecting APIs and Keys, selecting the "Actions" dropdown next to my

Send (Load) a URL to web browser and run it in background in APEX

安稳与你 提交于 2019-12-12 06:04:22
问题 Does Apex/Visualforce allow a URL which is stored as string in apex and run it in web browser in background. Actually, that url is returned from a Docusign RestAPI callout for posting the envelope into "correction" status. The Envelope correction Status is not activated until i manually paste the url (link) in to a web browser and run it. Does anyone know how to run a url programatically in a web browser through Apex/Visualforce in background ? (or) Is there anyway that i could activate the

How Do I Get Additional Results from EnvelopesAPI.ListStatusChanges

三世轮回 提交于 2019-12-12 05:53:29
问题 I'm trying to practice defensive programming. Following the advice from the documentation, I want to poll using the api passing in a value 3 minutes before the last time I polled. Considering, I could get a ResultSetSize less than the TotalSetSize, I'd like to ask for the next set of results starting at the next result. So, as an example, I request the following (using the REST API explorer): GET https://demo.docusign.net/restapi/v2/accounts/#####/envelopes?count=2&from_date=2017-01-01&from

How to remove lock created by 'Sender View'?

老子叫甜甜 提交于 2019-12-12 05:06:53
问题 In my application, I've created a dashboard for envelopes with a form where users can edit basic envelope recipient information, and the action of the form captures the changes and makes a PUT request to update the info on DocuSign. Also on this dashboard is the Sender View, which is loaded in the background and made visible when a user clicks on a Bootstrap nav-tab . Upon saving the changes to a recipient via the form, I'm greeted by an error: "errorCode": "EDIT_LOCK_NOT_LOCK_OWNER",\\r\\n

Update Docusign Sender Name and set up it to No reply

耗尽温柔 提交于 2019-12-12 04:54:59
问题 I created a Envelope and EnvelopeFromTemplates using the Docusign API in Salesforce. We used a DocuSign user in Salesforce, and we have different role in Salesforce. The program is working, but we need to update the email's name and set up this email as no-reply. This email is sign email. For example: DocuSign User A is set in Salesforce. Salesforce User A clicks a Sign button, and an email from Docusign User A is sent to the client. But the client will see Docusign User A. We want to change

Using JS function to open Docusign in new tab

半城伤御伤魂 提交于 2019-12-12 04:49:19
问题 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

docusign api tabs wont populate

旧时模样 提交于 2019-12-12 04:47:56
问题 I've built a create envelope API call that has 7 tabs, I set the values but two fields will not populate. Company and Title are always blank. I set the tab labels programmatically from the /envelopes/{templateId} API request so I know it is correct. { "emailSubject": "Test Email", "emailBlurb": "This is for testing docusign api", "templateId": "cf5a9348-0d05-44ab-b0ac-8847303aa0ba", "templateRoles": [ { "email": "swilliams@email.com", "name": "Shawn Williams", "roleName": "Signee", "tabs": {

I need to get Document signature by Spouse and its optional. how to do it with Docusign?

試著忘記壹切 提交于 2019-12-12 04:44:15
问题 On a contract i am currently having digital document signature by the signer. But there is a business need in which we need to get the signatures of spouse (in case there is a spouse). and we don't know currently if there's a spouse or not in our application(we don't have data about spouse so it can't be done within our application). So what needs to be done is - Our main signer will sign first and if there's a spouse that can sign then he will give the PC to spouse and spouse will sign too