545 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We are a use case where we need to merge fields from related contact object into the document before sending it for signing. It was possible using conventions by adding a field mapping. However, through the APEX SDK, I do not find any documentation to achieve the same.
Forum topic
OneSpan Sign
Hi,Assuming the one span sign UI is already configured with the Azure AD authentication to login, Is there a way to use same configurations to Authenticate the one span API or get the Auth token for API access. Instead of using the API keys or Client App?
Forum topic
OneSpan Sign
Hello,
I try to install the version 11.41 of com.silanis.sdk
As I see, there is a dependency on littleproxy 1.1.2 (org\littleshoot\littleproxy\1.1.2)., but it has not been updated since 2017.
Forum topic
OneSpan Sign
Hi,
For online integration we are facing the version issue, We are not getting the Current version 10.10.1 from (VersionUtil.getVersion()) in the EslClient.cs.
Forum topic
OneSpan Sign
Hi!
Can I embed the creation flow of the document (package?) into my web UI such that my user can upload a document, affix the signature tags, and then send it out for a signature? If so can you point me to the documentation on how to do this? I am not using an SDK, i.e.
Forum topic
OneSpan Sign
How do I add a signer to a package that I've already created?
Forum topic
OneSpan Sign
Hi team,
There's a guide named Field Values from your Feature Guides where I've found a function in SDK to get all field values in one shot:
eslClient.getFieldValues( packageId )
My question is, is there an endpoint URL for the same function in REST?
Forum topic
OneSpan Sign
How can I disable the pop up dialog after signing completed?
Forum topic
OneSpan Sign
My tests were working fine, until I installed any version of implementation group: 'com.silanis.esl', name: 'sdk', version: '11.28'java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:132
Forum topic
OneSpan Sign
I have downloaded the new SDK version 11 and installed it in my application. I have updated my api key to the new one I received when I created a new sandbox account. I have updated my code to call the designer and signing urls.