Forums
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 document id based on document Name. Please could you tell me how to do this in Apex SDK. Thanks
Forums
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.unauthorised.noSession","technical":null,"packageId":null,"code":401,"message":"Failed to retrieve Session","name":"Unauthorized"}
Forums
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/signed_documents'); To sign the document. Problem is that pdf document has 3 pages and all need to signed at the bottom. when I make above API call it only sign first page and skip other two pages So I am trying to figure out how to sign all 3 pages Any help will be appreciated. Thank you -Ted
Forums
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 ESignLiveSDK(); ESignLiveAPIObjects.Package_x pkg = sdk.getPackage(pkgId); Here is the error on my page: Error getting the Package: Illegal value for primitive Error is in expression '{!TestESL}' in component in page espackage: Class.ESignLiveRESTAPIHelper.getPackage: line 772, column 1 Class.ESignLiveSDK.getPackage: line 210, column 1 Class
Forums
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/content/e_classic_application_user_s_guide/signers/receiving_esignlive_packages.htm?Highlight=tablet%20desktop#Mobile2 It comprises more or less what we'd like to have at a point of our process: an e-mail with a link to sign the document and take it back to salesforce. However, at least two doubts are arising before we decide how to tackle this: 1- Is it ac
Forums
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 -Ted