Topic Replies Freshness Views Users
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…
Normal topic
Hi , I have created package and adding document from Salesforce. The document is in Spanish language. But i am getting below error: Line: 683, Column: 1 ESignLiveRESTAPIHelper.ESignLiveRestAPIHelperException: Error creating eSignLive…
Normal topic
Hi, This issue popped up in the last couple of weeks in our testing Sandbox environment. We've been using Text Anchors to configure all our signatures, so we have a FULLNAME block, and a corresponding Date signed that gets auto-populated…
Normal topic
Hi, We are integrating esign with Salesforce. When we create a package, the owner of the eSign Live becomes the sender of the package. Is there a way to send the package as another user in esign account? Regards Ranjan
Normal topic
Hello, We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. We have setup below usecase which is working fine. 1. Sent e-signature request to John smith (only one signer on the package)…
Normal topic
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…
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

I just started with Apex SDK and its integration in one of my developer sandbox. But i didnt see anything with the API key in my sandbox (screenshots attached). So i created a client Id and client secret but not sure if its the right…

Normal topic
Hi, We are a use case where we need to merge fields from related contact object into the document before sending it for signing. It was possible using conventions by adding a field mapping. However, through the APEX SDK, I do not find any…
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…