Topic Replies Freshness Views Users
Normal topic
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…
Normal topic

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…

Normal topic
Hi, Can we give signature by typing from signature field? In our application, we are allowed just to give signature by typing but not allowed to give signature by mouse scratching or by click. If it is possible, how can I implement this…
Normal topic

Hey Team,

If we have more than 50 documents assigned to one signer and if the signer get changed in the middle of the signing process. Can we update all the 50 document signers with the single callout.

Can…

Normal topic

I want to understand the bulk API return value.

{{baseUrl}}/api/packages/:templateId/bulk_send

How can we use the returned value to retrieve all the transactions created by above API call? 

Normal topic

I have a scenario where we want to consolidate as many forms into the least amount of packages as possible but some forms require two signers. What is the best approach to do this with OneSpan Sign?

For example:

Normal topic

Hi Team,

 

Is there any way to authenticate signer while signing the document from Email. 

Scenario: We just want to block the un-authorized user from signing if that user get access to the…

Normal topic

For attachments that are uploaded, how can I get the file extension (PDF, jpg, tif, etc...)? I only see these attributes on OneSpanAPIOjbects.AttachmentRequirement:

            this.data =…

Normal topic

We have a use case for the sender to attach an additional PDF document to the form in the package.  For context, our implementation has a library of forms that our users can select from with pre-defined merge…

Normal topic

I am working on a solution to create a package containing a single document.

When I use a .pdf file, this works fine - the document is sent; a signing URL is generated and I can sign.

When I try to use a .docx file,…

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

Good morning! Is there a method to retrieve the IP address of a signer via API or otherwise?

Normal topic

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…

Normal topic

Hi Duo,

 

We have one scenario in which we have 2 salesforce orgs. For the first org we want to submit the pdf for signature using APEX SDK and in the another org we want to sign the pdf from…

Normal topic

Transaction is being created in One Span through apex but transactions are not being created in Salesforce. What's the process to create the transaction in Salesforce?

Normal topic

I have a few questions about the authentication pattern for the APEX SDK. I think I know the answers but I'd like confirmation:

  • What is the life time of an API key?
Normal topic

Apex SDK sometime appends _X in the template name 

Normal topic

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…

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

I'm wondering if the APEX SDK has the ability to create a sender. I see that some of the other SDKs can.

 

https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/managing…

Normal topic
I am using a sandbox so perhaps the class definition does not match what is there. I get an invalid primitive error on the following code snippet: string pkgId = ESignLiveExamples.createPackageExample(); ESignLiveSDK sdk = new…
Normal topic

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. It is working on other forms we have.  Are there some known incompatibilities with certain types of PDF…

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

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.   However, we have a use case where a document has 4 signers and the last…

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