23 results matched your search criteria
Forum topic
OneSpan Sign
Could anyone tell me what time zone e-SignLive operates under? Is this something we can set specifically for our account?
Forum topic
OneSpan Sign
Hello,
Our network admins moved our DNS servers yesterday and this morning our esign callback is failing.
Failed to communicate with the callback server.
URL: https://URL.in.question/Esign/EsignComplete.aspx
Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"PACKAGE_COMPLE
Forum topic
OneSpan Sign
I have registered http://xyz.com/dir/api/CallbackLog/Log as callback Url on account page.
I have also created API controller method
public static void Log(CallbackLogModel model)
{
.........
}
where model is JSON model I expect to be posted to the specified url.
Also based on your documentatio
Forum topic
OneSpan Sign
When I log into e-SignLive, I don't see the groups tab. I'm trying to set up group signing, like shown here:
http://docs.e-signlive.com/doku.php?id=esl:help:groups_and_delegate_access
Forum topic
OneSpan Sign
We are seeing browser's vertical scrollbar on some devisces with smaller screen size as a result the signature navigator becomes invisible (goes below the fold) plus extra scrollbar is creating confusing for users since iframe already contains a separate scrollbar.
Forum topic
OneSpan Sign
I've heard email mentioned as an alternative to using the REST API to retrieve completed packages. We have the ability to create an email address and any attachments sent to that email address get imported directly into our imaging system.
Forum topic
OneSpan Sign
Hello everyone,
My end goal is to send an e-SignLive Package automatically when a certain custom object is created.
I was wondering if it was possible to link the custom object to the e-SignLive Package (the same way as when using a button or Visualforce page with ParentId) through an Apex Trigge
Forum topic
OneSpan Sign
Hello i have registered callback url with this code and it's registered successfully
i in response json on callbackurl i have get the {} dict when package is created.
is there sometinh missing???
Forum topic
OneSpan Sign
Hi,
Is it possible to set the package expiry date programmaticaly with the e-SignLive Java API?
Can you provide a sample?
Thanks!
Forum topic
OneSpan Sign
When submitting a document package, can I assign a package ID, document ID, signature ID, and signer ID, or are those values assigned by the e-SignLive system? Thanks.