Topic Replies Freshness Views Users
Hot topic

Hi Team,

I am new to OneSpan and start working on the Apex SDK. I have gone through the SDK documentation but I am not able to find out how we can attach the signed document to the record or package can be assigned to the…

Hot topic

We're trying to implement OneSpan Sign, but in the process of using Apex SDK, we noticed that Callback Event Notifications are not getting created for the transaction. If we create the transaction manually in Salesforce, event…

Normal topic

Hey Team,

 

I am working with Text Tag Extraction and going through the blog i.e. https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tag-extraction#tab-header-4

Normal topic

Is it possible to send a form to a non-signer to populate the form before signing? 

The idea is:

1) Create a package via Salesforce, Salesforce merges some info onto the document

2) Package is created…

Normal topic

We have registered Callback Event Notification on OneSpan Sign Web UI and Key is getting gernerated correctly. However, I am receiving below error on email as OneSpan Sign Sadnbox access is assigned to me only. 

 

Normal topic

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)}}<…

Normal topic

We are embedding the designer in an iframe.  After the user clicks "Send to Sign" the package moves to in-progress status. We prevent OneSpan from sending the message; rather we send the URL via Salesforce.  What is the best…

Normal topic

Reading these two documents:

https://www.onespan.com/blog/onespan-sign-developers-consent-document-vs-default-consent-part1

https://www.onespan.com/blog/onespan-sign-developers-consent-document-vs-default-consent…

Normal topic
Using Apex SDK i am trying to create package with pdf file/document and send it to esignlive server After this I am trying to do something ..... request.setEndpoint('https://sandbox.esignlive.com/api/packages/' + pkgID + '/documents…
Normal topic

Hi Duo,

Do you have an example of how we can use the APEX SDK to set the expiry date?

Also, looking for a method to extend the time for an expired package?

Thanks!

Peter

Normal topic

HI Team,

How can we allow a particular signer to upload a signature file into the agreement?

 

I know how to do it from UI but need to do it using salesforce apex code. Right now we are just adding the…

Normal topic
Hi, I am using APEX SDK. While using create Package , i am getting below error: ESignLiveRESTAPIHelper.ESignLiveRestAPIHelperException: Error creating eSignLive package: 401 - Unauthorized - {"entity":null,"messageKey":"error…
Normal topic
Hello, We are new to onespan. We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. Currently we are generating the documents with Conga and while generating the documents we are placing…
Normal topic

I was trying to implement Call back service in Salesforce from One Span. I have implemented all the steps in Salesforce mentioned in Part 1, Part 2 and Part 3. But however when a transaction is completed in One Span my apex method is…

Normal topic

Hi Team,

 

I am working with Apex SDK and I have one requirement to sign the document from salesforce interface i.e. In-Person Signing.

Can you please let us know that it is possible through APEX SDK?<…

Normal topic

I am trying to use ceremony settings in salesforce to customize various options, but they do not seem to render.

Please help me understand what i am missing. I could not find appropriate documentation for each node.

Normal topic

Is there a change in updatePackage call for new signing experience. I am able to generate the package and update the package with settings and roles from old signing experience account but same cannot be done with new signer experience…

Normal topic

I am using the APEX SDK to create a package, add a document and signers and then send. I receive an email to sign the document and it works great. 

Can I use getSignerURL to send the email from Salesforce as an…

Normal topic

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:

packageId = '6h_xtu2OH3w-7q9B1Xww0ztuIm0="
OneSpanAPIObjects.Package_x…

Normal topic

We're using OneSpanSDK to generate e-signatures for clients, we're maybe generating ~800 per day. Every now and again a client will receive an

Unauthorized Access
Failed to validate token.

Normal topic

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…

Normal topic

Hi,

Currently using APEX SDK to retrieve a template from OneSpanSign, then removing roles from the template as needed, if the number of signers change. I've currently defined 2 roles on the template, and am trying the scenario…

Normal topic

Does the SDK provide a method to get a link to download the final document from OneSpan's servers? I cannot find it. Thanks!

Normal topic

I am getting an error error.validation.sendPackage.noApprovals from the Salesforce Package. 

There's plenty of customization on the Apex class and everything works as long as the file is in the Static Resources…

Normal topic

Is it possible to modify the text on the initial "Go to Uploads" button that appears during a ceremony requiring a file upload?  Or is it possible to modify the text that says "There are pending uploads"?

We'd love to…