Topic Replies Freshness Views Users
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
Trying out the SignDocuments(packageId, signerId) call in the example throws EslServerException. Additional information below: Could not create a signer authentication token. Exception: The remote server returned an error: (404) Not Found…
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
Hi, Is it possible to add a signature to a document that has already been signed? Example. Document has one signing block. Person A has signed. Person B is now added to the package and also needs to sign the document Person A just signed…
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…
Normal topic
Hi, Does anyone know if it's possible, given a PackageID, to trigger a reminder email so that all the signers are reminded to sign ? I know its possible to set up a reminder before the creation of the package but what I am trying to do is…
Normal topic
I am working on a project where we will submit documents to ESign Live from our electronic document storage system. Whenever the primary application stores the documents electronically, it automatically protects the PDF document from…
Normal topic
Hi there, I saw the changes and new features being introduced to SDK version 11.0.5. Is it possible to get this version of SDK and test it in sandbox environment? It seems like I could not find the version 11.0.5 from the developer site…
Normal topic
The following code does not return the specific error message.
 try
            {
                PackageId packageId = eslClient.CreatePackage(documentPackage);
            }
            catch (Silanis.ESL.SDK.ServerError ex)
   …
Normal topic
As specified on this page: http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=customization#Customiz I have applied settings in the code: -------------------------…
Normal topic
Hi! (I am reposting as for some reason my post was deleted) I a not able to create a package from a template as I receive the following error message : Could not create a package from template. Exception: The remote server returned an…
Normal topic
Issues for us and/or esignlive support, ICF Express v38beta 1. I did not see or could not find any KBA signer authentication options in esignlive sandbox widget? 2. When adding yourself as a signer in the widget, it appeared to not send…
Normal topic
I'm having some difficulty implementing DownloadDocumentsDateRange posted previously in this forum. When the following code is executed the EslClient.PackageService.GetUpdatedPackagesWithinDateRange function throws an unhandled exception…
Normal topic
Would like to check if there's a way to use a template and programmatically populate custom fields or labels for information like Policy #, Customer Name & Address, and any other transaction-specific details. The example from this…
Normal topic
We have simple 9-page document that we use for transaction for single signer. The pdf is 700KB with no custom fields and just 1 signer defined. However, the call to just this statement
eslClient.createPackage()
takes…
Normal topic
Hi There, According to the requirements we have, if a person doesn’t completes the purchase by paying but has signed the documents, if that person comes back again after certain number of days, he needs to do the whole transaction…
Normal topic
Hi There, I want to build a package with two different documents with two different signers and Signer 1 will sign on just document 1 and Signer 2 will sign on just document 2, how can I do this under same package? Thanks, Gurvinder
Normal topic
Hello, This was working yesterday, and now I'm getting the following error. There haven't been any code changes on our end. Using .NET SDK version 11.0.0. Could not upload document to package. Exception: The remote server returned an…