Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hello, We found that once a package was created, all signers will receive an invitation email including the link to Signing Ceremony, but not the package owner.
Hi, Every time When I create template, a default document named “Electronic Disclosures and Signatures Consent” is created. I don’t want this document. Is there a way to do this? Thanks
Hi, Currently after signing the process we are receiving the Thank you window with Close and Exit buttons. Let me know whether we can restrict this window after signing process completed. Thanks,
Hello, Is there a way to update package builder after package is build? There's no method found in the SDK. Please advise. Thanks so much.
Hello, We have the below field in our pdf: {{esl:Signer1:textfield:size(200,50)}} Can you please let us know how to make these fields required and how can I set the max field length

Replies Created

Reply to: Download document filebytes

0 votes

Hi Ryan,

 

Do you mean to download the original uploaded document? API/SDK does expose a function to download original document, but it's a flattened version and all form fields will be removed:

eslClient.PackageService.DownloadOriginalDocument(new PackageId("package_id"),"document_id");
 

 

Duo


Reply to: Conditional logic using text tags?

0 votes

Hi psangha,

 

Unfortunately, text tags syntax hasn't supported conditional fields, in which case, you'll have to apply a two-step approach:
(1)add documents with text tags to the transaction, where the text tags identify the field ID

(2)invoke an additional API/SDK call and add the condition
See the Java SDK sample code I attached for more details.

 

Duo
 


Attachments

Subscriptions

Topics Replies Freshness Views Users

Hello, what is the maximum number of characters allowed in the package name?  The JavaDoc for the method PackageBuilder.newPackageNamed() states:

3 2 years 7 months ago 586
Profile picture for user Duo_Liang

Guys,

When creating a package we have to upload the file via ByteArrayContent. Is there any way to download a document's byte array after it has been uploaded?

3 2 years 8 months ago 43
Profile picture for user Ryan_Coleman
Profile picture for user Duo_Liang

Hi - is it possible to use conditional logic on text tags?

For example, if user selects a checkbox, then we want a text field to be mandatory, otherwise it is optional.

5 2 years 8 months ago 157
Profile picture for user Duo_Liang

Getting error when create package when read file from server.

Working Code: When read file from local machine

 

 var options = {

            'method': 'POST',

2 2 years 11 months ago 49
Profile picture for user Duo_Liang

Hello everybody,

 

I try to implement a signing order, but it doesn't work. All three Emails are sent at the same time.

What's wrong? Here is my json code:

{

2 3 years ago 282
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.