Forums
Hello, Greetings for the day. Scenario: The person logs into web application, where the eSigning can be done in 2 ways. 1. Sign and 2. Request Signature 1. Sign: In this the person will sign as him/herself (So I don't want the email to be sent notifying that they have been added to the package for signature - Go to documents) 2. Request Signature: In this case, the person logged in will enter another individuals details including the email. So this individual is invited to sign the document (In this case I need the email notifying the person has been added to the package for signature).
Forums
In looking at the audit service for a package there appears to be events worthy of being in an audit log but do not appear to be. For example: PIN authentication failures show up, but not that access has been locked out. I haven't tried, but does resetting the 'PIN count' get logged? Both of these items are relevant to the audit trail of a signing ceremony.
Forums
Hi, I'm trying to increase the text or print that appears after a signature block is signed (Eg: E-SIGNED by FirstName LastName on Date). I tried to achieve this using withSize method for the signature, but it didn't work out(the text appears to be only the standard size). I think it's not working because I'm using the signature block in a field of a form which is generated in the application. Is there an alternate way (for withSize) or any other approach to achieve this. Thank you very much in advance. Best Regards, Logan
Forums
Hey team, We have a client reporting that they have an issue can't get role id returned. Here's the workflow: I have created a transaction with your java sdk. If I go look at the JSON directly by REST api, for the document that has been added I can look at the json and see that the role is PRIMARY. However when I use the sdk and do an eslClient.getPackage if I expand the returned package and look at the documents and the signatures on the document when I look at that particular signature the roleID is null.
Forums
Hi Duo, As discussed, could you please provide the codeshare / snippet to mark a text field manadtory? Below is the client's requirement: if we add into the document a text field which the signer has to fill out, can we make that mandatory and can we request that this field is filled out only be specific signers? Let me know if you need any other information. Thanks!
Forums
Hey team, I noticed that you provide a signing status function to get signing status per signer: com.silanis.esl.sdk.SigningStatus signerStatus1 = eslClient.getSigningStatus(packageId, new SignerId(signerId1), null); But the concern here is, we don't want multiple calls to get signing status all recipients. We are looking for a way returning all signing status for each signer directly. Any ideas on this? Thanks,