How to Use the Ideas Feature
What you need to know about Docusign Community IdeasThis guide will walk you through the process of sharing your ideas, voting on existing ideas, and...
22860
Want to shape the future of Docusign? Add your ideas for dream features and upvote others you love.
Hello!I recently had to complete Envelope Custody Transfers for over 4000 envelopes and 49 users. These users were placed in one of three accounts in the environment. I advised with my Docusign Support team, prior to transfer, of the most efficient method available for a situation such as this. It was confirmed that transferring per account and per user was the best method, at this time. This meant that I had to do the following:Prepare 49 CSV’s containing the users Envelope ID for the new account transfer Navigating to Org Admin > Envelope Transfer > Select Actions > Transfer Envelopes (from old account) > Transfer Using CSV > upload CSV file > Select Target Account > Find User This step was completed 49 times, I was also unable to upload multiple CSV’s. It required the transfer to complete before a new one could be completed. I’m hoping to never have to do this again, but if I do, it would be nice to have the process updated a bit. If you all can offer the option to bulk transfer for multiple users that would appreciated. For example, if you could expand the template CSV to include: Target Account ID Target Account User or GUIDThis would allow Org Admins to complete slightly larger custody transfers without the additional steps. Thank you for your consideration!
ProblemIn IAM Agreement Manager - (formerly Navigator), users can preview invoices directly, which helps with validation, approvals, and issue resolution.In Docusign CLM, there is currently no invoice preview capability, forcing users to download files or switch systems to review invoice details.This creates: Extra clicks and context switching Slower approval and review cycles Higher risk of approving incorrect invoices
Docusign should have a conditional for Supplemental Documents, or any other conditional that a text will show up based on the rules.I have a contract with 15 Countries (15 entities) and every time one is selected a set of Terms an Conditions should show up (35 pages). I couldn’t do it and the solution presented is not suitable for me, since I have to add text box in 35 pages and add the text. The template gets extremely heavy, it does not load and gives an error.
We need a report that shows not just how many envelopes have been sent but also how many envelopes we have total to use, have purchased.
Dear Partner team,I’d like to propose an enhancement to the email signatures used by the Support team. Including additional information in the signature could greatly improve communication efficiency and help customers resolve issues more effectively. Specifically, I suggest including:The name and title of the Support representative handling the case. Their working hours and time zone. Contact information for their manager in case further assistance is needed. Guidance on what to do if the issue arises outside of their working hours, such as: Which regional Support Manager to contact. A hotline phone number and instructions for reaching the appropriate team. This added transparency could help streamline communication and ensure customers have clear pathways to address urgent cases or escalate issues when necessary.now the email signature like this:Praveen | Docusign Customer Supportdocusign.com We Hope can like this:Praveen abc Hours: 9am-5pm GMT+1 time zone Phones: US: +1-855-000-0000 (select option 2), UK: +44-204-000-0000Have feedback you'd like to share? Please reach out to my manager at abc.abc@docusign.com Thank you for considering this suggestion, and I hope it can contribute to improving the support experience for all users!
The current design in CLM Document Generation Forms requires users to navigate through dates using arrows rather than selecting the day, month, and year independently, and this is not that efficient for our workflow.
When making updates on a few user profiles I found that the filter is not saved after selecting “Actions > Edit > Save”. Also if I am on page 3 of the user list, it does not revert to page 3 after a User “Save” and comes back to page one, with filters removed. Quite frustrating!Can we get the filters to save and upon user profile save, revert to previous page?RegardsDavid
I was surprised during onboarding that the only way to update contract tagging and parties in Docusign is via the UI. This is extremely inefficient and not feasible / realistic for companies with a large corpus of documents. Going through and manually merging 400 Parties, or retagging 600 Contracts is not something that should be a 1by1 point and click exercise. I would strongly suggest / urge Docusign's product team to build functionality such that both Contracts and Parties can be updates via a structured CSV or XLS upload in the same way that is typical of other enterprise SaaS solutions (e.g. Salesforce, Hubspot, etc.)
A Sender is NOT able to create a new template or a web form.We do NOT want to grant these power users Admin roles, as that would grant them access to account settings, Connect configurations and other vulnerable areas that should be off-limits.The Author would be able create and share templates in their demo accounts, and request they get moved/ deployed to their production environment.
Hi Support,As now there are no view can fit the customer’s requirement that can view the envople in all status for sender.console view, full account permission, hope can add permission limit like sender view.sendview, can only work in create status in the new parameters. and hope now can deny create sender view in the send status when the viewAccess parameter is not provide. recipientview, the sender always is service account, and is not one of the signer. so can’t delegate as one of the signer. recipientpreview, only can use in create status. FreeLink/甫连信息🌍 DocuSign Partner | Partner Profile🏆 2024 APAC Reseller Growth Partner of the Year🔧 The first in APAC to pass the DocuSign eSignature Technical Consultant certification.🚀 Expertise in DocuSign integrations with on-premises systems for leading enterprises across various industries.Feel free to reach out for collaboration opportunities.
Our customer set status for any to download the envelopes in retrieve. And they set the schedule as every Thursday. so the evelope is not complete also will be download. then the envelope is completed, the retrieve will not download it again. because it is in the .download folder, it will not download again. and the customer set retention policy, the completed envelope will remove after 90 days. so some completed envelope is removed but the retrieve is not download. Hope can solve this bug, so the envelpe can download again after the envelope is completed when the status is any. Thanks.
I have not done a complete audit, but the name property is missing from the listTabs object.If we need a duplicate listTab for a conditional rule, we need to have a consistent name while the tabLabel must be unique.Refer to the following documentation, and select create recipient tabs and you will see the issue:createTabs | REST API | Docusign
Currently, when using the Recipient Activity Report, the formatting when downloading to Excel is not correct.When it opens in excel, it get automatically formatting in HH:MM:SS instead of DD:HH:MM as stated in the report on docusign, to get around this I have listed the step I have used to have it format correctly and display actionable information for use making graphs etc. Place ‘ (Apostrophe) before the time in excel - E.G. '01:09:18In the next cell over, Copy this equation to extra the data from the cell holding the docusing data=INT(LEFT(G2, FIND(":", G2) - 1) * 24 + MID(G2, FIND(":", G2) + 1, FIND(":", G2, FIND(":", G2) + 1) - FIND(":", G2) - 1)) & " hours " & MID(G2, FIND(":", G2, FIND(":", G2) + 1) + 1, 2) & " minutes"in the cell over from this again, place the below equation. This will then turn the information into total minutes, which can be used to calculate total minutes/ average time for a task to pass through multiple signees et.=LEFT(H2, FIND(" hours", H2) - 1) * 60 + MID(H2, FIND(" hours", H2) + 7, FIND(" minutes", H2) - FIND(" hours", H2) - 7)I use this info to make this back into the format Docusign said it would be formatted in DD:HH:MM using th equation listed below =INT(I3/1440) & " days " & TEXT(INT(MOD(I3, 1440)/60), "00") & " hours " & TEXT(MOD(I3, 60), "00") & " minutes" Using all the info from these equations I personally create average time for a document to pass through multiple signees





Docusign Community
Code of ConductAlready have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.