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

I'm having an issue when sending the pdf to OneSpan. This is the error from the dev console

"String length exceeds maximum: 6000000"

Is this because my files are too large? What's the fix?

 

Normal topic

Hi,

 

Is it possible to add a field to allow users to input a job position? And make it a required field?

I'm struggling to find a TYPE & SUBTYPE to support this requirement.

 

Normal topic

Hi all,

How can I make a checkbox field required so that a client must mark this as TRUE (as well as doing the normal digital signature)?

Thanks in advance

Normal topic

Is it possible to create 2 optional signature blocks in a document that are intended for 'additional signers' that have not been defined as a signer in the package?

We've got our main signer, and we want to give them the…

Normal topic

Hi all,

What does the following error message mean when trying to pass through a Salesforce attachment to OneSpan?

Error creating OneSpan package with documents: 520 - null - error code: 520

Normal topic

Is it possible to pass attachments to eOriginal?

 

Normal topic

On small screens / mobile is there a way to extract the zoom feature out of the 3 dot menu and show it on the main section, like it works on large screens?

 

 

Normal topic

Hi,

I want to implement some sort of writeback feature for our transactions to update a Salesforce record upon completion.

Is it possible, once we've identified that a package has been completed, we can query using the…

Normal topic
Hello, I want to download document which is attached to package. I have package Id. String response = sdk.createPackage(pkg,blobMap); This above function is returning me package id. But not able to find any function which returns me…
Normal topic
First off, this is a very welcome addition to the integration options available. I've been struggling using the REST API directly from my Force.com app. Are there any examples on how to create a simple package, like there are with the…
Normal topic
Is there an example somewhere showing how to set up delegate access with the APEX SDK? KB
Normal topic
Sorry for all the different posts, but I thought it'd be better to have each question separately so they're easier to search. Another thing I'm going to need to use is to get the Audit information like in the evidence summary PDF I can…
Normal topic
I am using Apex SDK for one of our project in Salesforce and it does work while uploading document binaries. However, randomly on certain times it creates a validation error. This error has something to do with emails because by changing…
Normal topic
Hello, I have been searching in the SDK code for a while and I am unable to find how reminders are created for a package. There are ways through other SDKs as well as the REST API and the Salesforce connector. Am I missing something ? …
Normal topic
Hey there, I have a situation where I have an existing package and I'm trying to add a new document to it with text anchor fields. The part to create the document is fine, but my issue is to add an extract anchor to it. From what I've…
Normal topic
Hello, I am not sure if this is an issue with the APEX SDK, REST API, or bug in eSignLive. We are using the APEX SDK to create the package + documents in one call from a custom Salesforce page. Our signature blocks are built in 2 parts: a…
Normal topic
A client is receiving an error, they are trying to add a second signer to a package. This second signer will always be the same individual and will be signing after the first signer has signed. They have created a Signer Label within the…
Normal topic
We have encountered an issue where customers who have an "_x" in their Email address are not receiving their esignlive Emails. Upon investigating the code it seems the EsignLiveJSONHelper.remove_x(String jsonString) method removes all…
Normal topic
Hi All, Please could you help me with esignlive convention and salesforce SDK I am trying to find out if there is anyway to esginlive convention during create package using Salesforce SDK Any code or snippet will be helpful. Thank you…
Normal topic
Hi, everyone, We're starting a project to integrate eSignlive into the salesforce org of a customer in my company. While checking the documentation, we've seen that this specific part is pretty useful to us: http://docs.esignlive.com…
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
Hi , I am unable to find a way to specify the authentication method when creating an e-signature process automatically/Programmatically . Kindly Help us one of our customer need this solution . Thanks
Normal topic
I am connected in production Salesforce to a Sandbox trial account. I keep getting this error if I try click 'New' to create a new package or template in the eSignlive App. I can create a new Convention without issues, though. I have tried…
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…