Topic Replies Freshness Views Users
Normal topic

I am working through the OneSpan Sign APEX SDK and running the getSessionId() is giving me this result:

OneSpanRESTAPIHelper.OneSpanRestAPIHelperException: Error authenticating to OneSpan: 404 - Not Found - {…

Normal topic

We are generating a form with two fields that are intended for write back. We are able to populate these fields and they are appearing on the document after the users signs.  The file on the OSS server has the document with the…

Normal topic

Is there an endpoint to add multiple documents to a package? The APEX SDK appears to only have a method to add one at a time. Trying to minimize callouts from SF. 

Normal topic

I am trying to create one span transaction with package using Apex SDK. But I am receiving this error. I have a placeholder role as "Placeholder1" which I am replacing with a signer in the transaction. When I send the package to One…

Normal topic

Could I get someone to look at this package and help me understand why the signer got "Unauthorized Access: Failed to validate token"? The method that was used to generate the URL is run several times per day successfully but this one…

Normal topic

I am having trouble replacing the "Placeholder" signers for the template created. I have 2 signers setup as placeholders ('Signer1'). 

        //Build actual Role in replacement of placeholder

Normal topic

Hi,

I am working on cpq,and my requirement is to use quote fields in one span document so please help me to get it.

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…

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, 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
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

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