Forums
Hello, We are trying to determine which signatures have been signed with the following method:
eslClient.getApprovalService().getAllSignableSignatures(documentPackage, documentId, signerId)
however we get the following error:
Optional details: {"code":403,"messageKey":"error.forbidden.gettingOtherSignatures","message":"You can only get signatures for your own signer.","name":"Access Denied"}
	at com.silanis.esl.sdk.internal.RestClient.execute(RestClient.java:199) ~[sdk-11.18.jar:?]
	at com.silanis.esl.sdk.internal.RestClient.get(RestClient.java:305) ~[sdk-11.18.jar:?]
	at com
Forums
Hi, How can i use SDK to set multiple signature block on the same document for a single signer and the values to be passed dynamically. I have a list of coordinates which specify the position and size of my signature block for a single signer on a single document. How can i handle that with the SDK in java? I am looking forward to loop the process of adding signature fields on the document. The size of list might also vary in every request .
Forums
Hi, Chinese is not working on package level. We have application and deployed the JAR file but Locale is not working for CHINESE. It is working for rest all Language. Dont know exact issue because it is Siebel Application and we can only deploy JAR. It is not working for CHINESE Locale. Could you please suggest any other way to set Language. like 1. Signer Level 2. Is there way to call POST/HTTP and update Language on Existing package We will go ahead and create Package with SDK JAR and after creation if we can call any HTTP/POST and update language in Package. Thanks, Danish
Forums
Hi , I have to update existing signer of a package. Signer is already created now I have to add required documents for signer. how to update Signer. Required document is dynamic so if request for required documnet is two/three or four then I will update signer accordingly. Or let me know how is possible to achieve this.