Topic Replies Freshness Views Users
Normal topic
Hello, It seems the Package Object is not too happy with if statements with in the code block. I have up to 5 potential signers, the first signer may be one of two people. So how would I do something like this as I build the package? …
Normal topic
We have up to 5 signers after the first signer the next 2 could be sign following the first signature. If I assign two signer to
.SingingOrder(2)
will both those emails go out following the completion of the first signature?
Normal topic
If I assign a reminder schedule to a package with multiple signers will all the reminder schedules be applied to all the signers in order? Case:
   reminderScheduleToCreate = ReminderScheduleBuilder.ForPackageWithId(packageId)
    …
Normal topic
We have a service setup to get the "SIGNER_COMPLETE" notification but we need to iterate through and see who has signed and who hasn't. Is there a way in the .net code to get which signers are complete or at least which documents they…
Normal topic
I am making good progress on my project I am now at a point were I want to have my app download the document after the signing is complete. To do this I would like to set up a call back event on PACKAGE_COMPLETE My dev environment is…
Normal topic
Hi, I've notice that I can make a document "Accept Only" in the eSignLive sandbox dashboard transaction creation page. I can simply click Accept Only and select the recipients I wish to accept the document and thats it. No need for…
Normal topic
Hi, I've been trying to send multiple packages asynchonously. After some testing, I discovered that it cannot truly run in parallel because EslClient.CreatePackage(DocumentPackage) acts as a bottleneck for my application. I figured that…
Normal topic
Hi! I am trying to create an eSignLive package using the C# SDK. Below is the error I get when "sending" my package. Apparently, it seems that I forgot to assign a value in my package {System.NullReferenceException: Object reference not…
Normal topic
Hello! I am attempting to customize the message that is displayed in the OnDialogComplete box that is shown to a user once they're finished signing. I see in this post: https://developer.esignlive.com/forums/topic/completed-signing…
Normal topic
Hi! When sending some eSignLive packages (.NET SDK), here is the error message I receive for some of the packages I send (it works for others :-S) What does it mean that my document could not be flattened ? is there a preprocessing I…
Normal topic
I am responding to certain inbound notification events (i.e. DOCUMENT_SIGNED and SIGNER_COMPLETE) by making outbound calls using the SDK. For instance, when I get a SIGNER_COMPLETE notification, I make a call out to eSignLive to verify…
Normal topic
Hi! In some cases, I would like to send a document package with no signers but only reviewers. Those users will only have to "review" the document without signing it. I have tried to keep the users as "Signers" but below is the error…
Normal topic
Hi Team, We have tried SignatureFor method and CaptureFor method we did not find any difference in the behavior (Where CaptureFor is expected to capture the signature for that document again which is not reflected) Here is the…
Normal topic
Hi, I got an email from eSignLive today saying that, effective January 9 of 2017, all transactions older than 90 days will be moved from the cloud to another database. I'm trying to figure out what this means for our company. Right now,…
Normal topic
We have different types of agreement documents and each type would require a certain content for the Electronic Disclosure Consent page. We're not able to use templates since each agreement has custom data that we pre-generate in the…
Normal topic
Hi, Your code samples are not showing on your getting started pages eg: Creating and Sending a Package (.NET) Can…
Normal topic
This code seem to allow dynamic creation of a group with a custom Id. However, after the group's created, it seem to reflect a different group Id. Is there a way to create a group with a preset Id value?
GroupBuilder.NewGroup…
Normal topic
I have setup a sandbox environment for v11 and tried out the SignDocuments() for a signer. However, I’m getting this error:
An unhandled exception of type 'Silanis.ESL.SDK.EslException' occurred in Silanis.ESL.dll
Additional…
Normal topic
We have several processes that use eSign and almost all use the default consent/disclosure page. However, there's just one use case where we need to disable the consent/disclosure page when submitting transactions. How do we do this via…
Normal topic
eSginLive, I'm getting an object reference error when executing EslClient.ReportService.DownloadCompletionReport() for certain dates. The last couple of days I’ve received the following exception using the eSignLive api: Silanis.ESL…
Normal topic
Is there a way to use Silanis SDK to validate the signer's email address prior to actually creating the package? The email validation of the SDK during package creation seems stricter than usual email RegEx validations, and recognizes only…
Normal topic
Hello, I have a working form running app to sand box, I am now trying to make the sender dynamic. When I send the form with the sender email that was set up with original sand box account everything works fine. But if I try to use the…
Normal topic
I have a client who is calling the ReportService method of the SDK However, for a specific date, he is getting the below error: Code snippet as below: Console.WriteLine("Calling for Completed "); //between 14/3/2016 - 15/3/2016 …
Normal topic
I'd like to upload a PDF with fields such as [Signer1.Fullname1.Textfield1] and require that it be formatted as ###-###-###-### where # can only be a number. How do I combine these two features - document extraction, and field validation?
Normal topic
I'm trying to pull down completed packages and read the fields. None of my documents have the fields array populated. The fields were created from an existing fillablePDF using the API to create the template.
 CompletionReport…