Forums
Hi, Currently after signing the process we are receiving the Thank you window with Close and Exit e-SingLive buttons. We are getting the eSignLive Login page at the time of clicking on "Exit eSignLive" button. Do we have any parameter to restrict the button names on this window? Also, let me know whether we can restrict this window after signing process completed. But business user never happy with this but let me know the possibility in JSON request. Thanks, Allan
Forums
Hello, I hit the REST API to try and delete a document from our package, and this is the response we got. { "messageKey": "error.validation.cannotDeleteDocumentInActivePackage", "message": "Document is in a active package and cannot be deleted.", "code": 400, "name": "Validation Error" } The document is fully signed, and all the documents in the package are fully signed, but we have the package set to not auto-complete, so the package status still says "In Progress". What does it mean by in an activate package? Are we able to remove signed documents from a package?
Forums
Hi, I had 2 general question. Does ESignLive support the following: I understand these scenarios will may not occur in the production environment. I wanted this information to prepare our application test cases. 1. Can a role be added without an approval (signature).
Forums
Hi, There is a callback event called Transaction deactivated. Is there a REST API which when called will trigger this event. If this is possible then is there a REST API which can active the it back. I wanted the package to go in a state where Signatory will not able to sign for some duration till it is activated back. Thanks, Abhijit
Forums
I want to show a template document (which is currently in "Draft") in embedded mode but he/she can't update the fields. If I show the document in designer view, user can updated document. Want to disable editing. I am using REST API(Node.js) Can anyone suggest me how to achieve this. Thanks. Zeeshan hanif.
Forums
Hi, I have requirement like while sending package creation request for in person now email triggering but i don't want to get any email for in person now so for this what changes are required in request json. Please share your thought on this. sample request is:: { "trashed": "true", "documents": [{ "extract": "true", "name": "xyz", "approvals": [{ "fields": [{ "name": "RepPropIns1Sign", "extract": "true", "type": "SIGNATURE", "subtype": "CAPTURE" }, { "name": "DateRepPropIns1", "extract": "true", "type": "INPUT", "subtype": "LABEL", "bind
Forums
Hi, On the DOCUMENT_SIGNED callback is it possible to know who has signed the document directly or in some other way indirectly? I need the email of the person who has signed the document for our application workflow. What can I do with the sessionUser attribute. Example Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"DOCUMENT_SIGNED","sessionUser":"4f04-46a5","packageId":"OrqxnWET0Qh","message":null,"documentId":"DOCUMENT_Contract"} Thanks, Abhijit