83 results matched your search criteria
Forum topic
OneSpan Sign
I am getting the following error. I'm using the code in a Salesforce Flow. This works perfectly in the first sandbox. But I'm beginning to move this to production and something is not working. I've spent about 4 hours trying to figure this out with no luck.
Forum topic
OneSpan Sign
We are using the APEX SDK plus OSS event notifications to manage our signing ceremonies. Salesforce sends out all emails to the signers with the OSS url.
Forum topic
OneSpan Sign
Good morning,
We have been implementing OneSpan APEX SDK and the event notification feature is working great in the sandbox. When we went to update our OneSpan prod account with our config / refresh token we get the following response:
{
Forum topic
OneSpan Sign
I am trying to debug an issue with injecting data via Apex SDK into a merge field to a specific PDF form and it's failing.
Forum topic
OneSpan Sign
I am attmepting to use a VisualForce page that was created as the template for the signing document. I added the text tags: {{esl:SellerSign1:Signature1,size(80,20)}}
{{esl:SellerSign1:Autofield1:SigningDate1,size(80,20)}}
Forum topic
OneSpan Sign
We have a template in eSign which uses custom label to populate values in the document with signer information e.g signer DOB, SSN. Currently our user use bulk file upload feature to create multiple packages for each signer in the One Span Application.
Forum topic
OneSpan Sign
We noticed this morning that when a packageID contains _x something in the Apex SDK is removing it from the string. We are passing in:
Forum topic
OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY'
);
Works gre
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. We have setup below usecase which is working fine.
1. Sent e-signature request to John smith (only one signer on the package).
2. John Smith signs the document.
3.
Forum topic
OneSpan Sign
There is a customer who is currently troubleshooting a new button for a client of theirs that uses Silanis. The button initiates a new ESL document and is supposed to prepopulate some label and field values from Salesforce, but all the fields are coming in as blank.