Forums

We are consuming onespan esign feature. From this morning we are getting resource not found error message in the esign frame.

API url:

"https://sandbox.esignlive.com/api/authenticationTokens/signer/multiUse"

Console log shows the below message.

"Failed to load resource: the server responded with a status of 404 ()"
 

Please help us to debug and resolve this issue.

 

Forums

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

{{esl:SellerSign1:InputField2:TextField2,size(80,20)}}

{{esl:BuyerSign1:Signature2,size(80,20)}}

{{esl:BuyerSign1:Autofield2:SigningDate2,size(80,20)}}

{{esl:BuyerSign1:InputField3:TextField3,size(80,20)}}

 

Those are inside of the visualforce component.

Forums

Hello, We have integrated our salesforce application with onespan using APEX SDK.

We want to publish a daily report on the status of the packages that was last updated on 'Yesterday'. I see as per documentation we have to use Retrieve List of Packages feature for the same (https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/retrieve-list-packages).

Forums

Hello, We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases.

We are using a text tag to capture signer's tax number : {{esl_TaxNumber:Signer1:textfield:value(""),size(160,22)}}

The tag is placed  properly on the document (screenshot 1). But during sign (screenshot 2) and on the signed doc  (screenshot 3) i see its getting shifted down. Is there anything we can do here to place the tag properly?

 

Thanks

Forums
Hello, We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases. We have this below scenario: 1. Salesforce user XXX sends an e-signature request to customer. 2. Customer signs the document. 3. Person XXX receives and email from [email protected] that documents are signed, along with all the necessary attachments. We would like some additional salesforce users to be CCed on these signature completion emails.
Forums
Hello, We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. During our signature request, we need user to input their tax number, for that we are passing following expression which works fine: {{*esl_TaxNumber:Signer1:textfield:value("")}} But, we want to send size property to this text field, we used the below expression which didnt work: {{*esl_TaxNumber:Signer1:textfield:value(""):Size(80,20)}} Thanks Anway Kabir