docusignapi

Trouble-shooting slow-loading documents from DocuSign

六眼飞鱼酱① 提交于 2019-12-13 04:31:50
问题 a customer representative suggested that I try posting these questions here. We spent some time monitoring issues with DocuSign loading slowly. While it was now slow every time, when it was slow it seemed to hang up on a particular point in the process. Below is a screenshot of a trace we ran in the browser and note the element which took 52 seconds to load. When loading was slow, it seemed to hang on this particular element. Could you offer any reasons as to why it could sometimes take 52

how to get “envelope ID” displayed in the bottom corner in docusign completed Document

时光总嘲笑我的痴心妄想 提交于 2019-12-13 04:29:16
问题 I am trying to understand if it would be possible to display the "Envelope ID" generated on the final PDF to be displayed in the bottom corner of the page instead of top corner. The issue i am facing it the display is cutting of the LOGO of the page. Any reference would be greatly appreciated!!! 回答1: It's not possible to control the placement (location) of the Envelope ID stamp that DocuSign automatically places on the documents -- but you can disable (remove) it altogether. See the answer in

DocuSignAPI embedded signing session redirect url

独自空忆成欢 提交于 2019-12-13 04:14:45
问题 Im fairly new to implementing the embedded signing using the rest api. I am able to start the signing session within the iframe but after finishing the document/template it is redirecting me to a url. Can anybody please let me know how or where do i configure the redirect url, i guess the url is appended with the status from where i can use this token within my app. NeverMind.. i got it, can't believe i dint see that in the first place. // STEP 3 - Get the Send View String reqBody = "

Can We get a report for the values filled in radio button in DocuSign Envelope

吃可爱长大的小学妹 提交于 2019-12-13 03:59:29
问题 We have added two radio button with same group name and values as 'Y' & 'N'. Now, as a support team we need to track what all the users has choose in radio buttons for their respective document. For this we need to open and check values in all document. Is there any way to get the report from docusign for the values filled in radio buttons? 回答1: Using the Manage tab you can only export form data (aka 'tab data') one a per envelope basis by selecting the envelope -> dropdown arrow on the right

Passing template tabs value while creating envelope

柔情痞子 提交于 2019-12-13 03:24:55
问题 I know there exists an question similar to the one which I am going to ask but that question was asked 4 years back and no concrete answer is given. Link for the question is here I am creating an envelope using existing template and everything works smooth as butter. But, when I try to pre fill tabs value in template, tabs values are not being added to envelope. I have tried two different JSON requests, one with tabId and one with tabLabel. None of them worked. Try 1: { "status":"sent",

DocuSign API how to sync tags in template with Salesforce fields

我只是一个虾纸丫 提交于 2019-12-13 03:24:49
问题 I'm trying to send a document from a template using SOAP APi in Salesforce. I used the code walkthrough NDA kiosk as an example. I can pre-set the values but the value of the fields isn't written back to Salesforce. When I send the document from DocuSign button the values are synced as expected. // Add data for fields DocuSignAPI.TemplateReferenceFieldDataDataValue fd1 = new DocuSignAPI.TemplateReferenceFieldDataDataValue(); fd1.TabLabel = 'Full Name 1'; fd1.Value = recipient.UserName;

How to hide Print & Sign from other actions menu in docusign

邮差的信 提交于 2019-12-13 03:24:49
问题 I have a requirement to hide the "Print & Sign" options from OTHER ACTIONS menu. I have followed the Andrew McBride's answer shown in https://support.docusign.com/en/answers/00003891, but it did not help me, still the users are seeing the menu item "Print & Sign". We are not using docusign classic. 回答1: If you are sending via API, then you need to set below in the envelope definition "enableWetSign":"false" More details available here 来源: https://stackoverflow.com/questions/50026627/how-to

DocuSign Payments REST API create Tab

时光怂恿深爱的人放手 提交于 2019-12-13 03:23:12
问题 I am trying to create a sample formula tab in my DocuSign envelope creation for requesting a payment (REST API). I have successfully created the signHere tabs for many of our products but I am now asked to create a tab where the recipient can sign first and then make a payment. The payment gateways are set up (and tested through the normal DocuSign Account GUI) so I do not think the issue lies there. I am getting an "Error - Please enter a valid payment amount." once I attempt to finish...

docusign-python-api error: PARTNER_AUTHENTICATION_FAILED

孤人 提交于 2019-12-13 03:23:04
问题 I can't authorize with docusign-python-api, wondering if anyone could help me figure out why I can't. So the picture is my API key from the Admin>Api and Keys, as you can see, there is an error. I don't know what that means, where that came from. I am trying to use the docusign-python-client (with python3) https://github.com/docusign/docusign-python-client after pip installing it I just ran the script under Usage in the readme, and on the line: login_info = auth_api.login(api_password='true',

List template using user filter that are owned and shared with me

十年热恋 提交于 2019-12-13 03:03:36
问题 I need to get the list of template that are owned by me and shared with me . When I used user_filter=shared_with_me , i get all the list of templates from everyone Admin User in my account. If i have 3 admin users in my docusign account UserA has TemplateA setup UserB has TemplateB setup UserC has TemplateC setup If UserC shared TemplateC with UserA Is it possible to get the list of template for UserA as TemplateA and TemplateC . Based on user_filter=shared_with_me ,UserA , if get TemplateA,