83 results matched your search criteria
Forum topic
OneSpan Sign
Can we use Apex SDK without installing One Span package in the Salesforce?
In other words, can we call below APIs from Salesforce without installing managed package
https://community.onespan.com/products/onespan-sign/sandbox
Forum topic
OneSpan Sign
We were successfully sending transactions and documents to OneSpan until the start of this week when we started receiving the below error. I have also put the invoking code below, it is based on the Apex SDK. It's a weird error as this was working on Friday..
CallOut:
Forum topic
OneSpan Sign
We are exploring a solution to display signature blocks utilizing the Apex SDK based on the Signer’s time zone.
Forum topic
OneSpan Sign
We're not using One Span Connector for Salesforce. We will use Apex SDK.
Forum topic
OneSpan Sign
I am working through the OneSpan tutorial for Automating Transaction Creation in Salesforce in Salesforce Lightning Experience but I am getting hung up in the creation of a field to store the automation URL.
Forum topic
OneSpan Sign
I have downloaded the Apex SDK from GitHub that created bunch if apex class in the org and main SDK class named as OneSpanSDK. However, all of the example I see in the onespan community refers to EsignLiveSDK. Is there any difference between these two class?
Forum topic
OneSpan Sign
We have encountered an issue where customers who have an "_x" in their Email address are not receiving their esignlive Emails.
Upon investigating the code it seems the EsignLiveJSONHelper.remove_x(String jsonString) method removes all instances of "_x" due to the naming convention of some objects d
Forum topic
OneSpan Sign
We are working on creating Onespan transactions in Salesforce and have written out some Apex Trigger code to assist with the process. In order to use it in Production, we will need to write an apex test class that cover the code itself.
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. We have this below scenario, could you please check how can we handle this?
1. Email sent to signer named 'John Smith' for signature.
Forum topic
OneSpan Sign
Hello,
We are new to onespan. We have integrated our salesforce application with onespan using APEX SDK for our signature use cases.