Forums
I have 3 groups of signers, lets call them Group1, Group2 and Group 3 A document package is constructed in which there can be multiple documents. Group1 and Group2 always need to sign all documents. While Group3 only signs particular documents. These Groups sign in order, so Group1 first, then Group2 followed by Group 3. However, Group3 does need to be able to read and view all the other documents in the package in order to be able to do their signing. Right now I am adding the Groups as relevant signers to the relevant documents, however, Group3 can now only see the documents that they've
Forums
We have a customer that will have their signers access the signing page after they have already been authenticated in out customers personal system. They want to know if there is any way to get a signing URL that will not have to go through Silanis Authentication (sms, kba, etc). Reading through the documentation I cannot find how this would be done.
Forums
I looked in the docs and the API but this was not immediately obvious if this function existed so question: I can specify a bound field Date, that gets filled in by eSignLive with the date that the user signs. However the date format that is filled in now does not match the date on our PDF form template. Is there a way to tell eSignLive how to format the auto populated dates? I'm thinking like a datemask where you say FieldBuilder.SignatureDate().WithFormat("mm/DD/yyyy")
Forums
Silanis I’m a developer for Mendota Insurance. We’re still in the development phase using your eSignLive product in your sand box environment. I have some questions around the reporting. We were told the portal has just a small overview of what’s happening and to submit a post to the forum for custom reporting needs. First off when we create a package we append three custom attributes. We were thinking we could filter and search by those attributes in the portal, but cannot.
Forums
When I'm adding a drop list field, I'm getting error: error.validation.field.ListWithInvalidDefaultValue Here is the code
fieldBuilder = FieldBuilder.DropList();
                            foreach (OptionValue optionValue in formField.OptionValues)
                            {
                                validator.WithOption(optionValue.Value);
                            }
Forums
I have a requirement to extract the date that a package was completed. As we have signing Groups who sign in a particular order, I can extract the date that the last known group signed by retrieving the SignersCompletionReport (through esl.ReportService.DownloadCompletionReport = yields => SenderCompletionReport =yields=> PackageCompletionReport =yields=> SignerCompletionReport) But we have groups defined, call them Group1 and Group2 I find that the SignersCompletionReport does not give the actual member of the group that signed but it will return a structure like this What I get: