Blog
Home/

Trending Topics: Latest from our forums (August 2023)

Inbar Gazit
Inbar GazitSr. Manager, Developer Content
Summary3 min read

See how our most popular recent threads on Stack Overflow can help you solve your own development issues.

    • Additional resources

    Table of contents

    Here are some of the latest popular questions that the Docusign developers community asked on Stack Overflow in the month of August 2023. You too can ask questions by using the tag docusignapi in Stack Overflow.

    Thread: TAB LIMIT EXCEEDED in Docusign

    https://stackoverflow.com/questions/76928312/

    Summary: The developer is using the Docusign eSignature C# SDK and is trying to send an envelope. He is getting the following error message from the API:{"errorCode":"TAB_LIMIT_EXCEEDED","message":"The tab limit on the envelope has been exceeded."}

    Answer: There’s a limit of 3,000 tabs per envelope, if you reach this limit for any reason, you’ll get this error message from the Docusign eSignature REST API. This can possibly happen because of a loop your code is using for the tabs, or because of large documents that repeat the anchor string(s) more than 3,000 times, causing all these tabs to be added to the envelope.

    Thread: Embedding Docusign Terms and Conditions signing into an Angular SPA web app

    https://stackoverflow.com/questions/76813239/

    Summary: The developer wants to embed in their own application a simple agreement including terms and conditions that users just have to click to agree to. They are wondering what is the recommended method of doing this with Docusign technology.

    Answer:  Using Elastic Signing and the Click API you can embed simple agreements requiring just end-user consent in your webpage or application. Our Sample App MyClickwrap shows a simple “Terms and Condition” scenario. You can also try our code example How to embed an elastic signing agreement showing you a step-by-step guide of doing this with the Click API.

    Thread: Docusign does not send emails after first recipient when using signing order

    https://stackoverflow.com/questions/76919655/

    Summary: The developer is using the Docusign eSignature Java SDK and is having an issue where one of the recipients in the envelope is not receiving an email with a link to complete the signing process.

    Answer: If you include the clientUserId property in the recipient object, then this recipient will not get an email message from Docusign. The email messages are suppressed for embedded recipients. The way to resolve this issue is to remove the clientUserId property from the recipient to make them a remote recipient.

    Additional resources

    Inbar Gazit
    Inbar GazitSr. Manager, Developer Content

    Inbar Gazit has been with Docusign since 2013 in various engineering roles. Since 2019 he has focused on developer content. Inbar works on code examples including the launchers, available on GitHub in eight languages, and helps build sample apps showcasing the various Docusign APIs. He is also active on StackOverflow, answering your questions. Inbar can be reached at inbar.gazit@docusign.com.

    More posts from this author

    Related posts

    • Developer Spotlight

      Developer Spotlight is Coming to Docusign Community!

      Matthew Lusher
      Matthew Lusher
    • Breaking the Language Barrier: Why Large Language Models Need Open Text Formats

      Dan Selman
      Dan Selman
    • Understanding Levenshtein Distance: Applications to AI-Generated Text

      Vincent Pan
      Vincent Pan

    Developer Spotlight is Coming to Docusign Community!

    Matthew Lusher
    Matthew Lusher

    Understanding Levenshtein Distance: Applications to AI-Generated Text

    Vincent Pan
    Vincent Pan

    Discover what's new with Docusign IAM or start with eSignature for free

    Explore Docusign IAMTry eSignature for Free
    Person smiling while presenting