Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hi, I'm having problems with this funcionality, when I create eslPackage from template, I need add again the documents with "Upload method".
Hi, I need use external signer verification to register the sign and verify if is correct redirect the signer ceremony when Signer sign from PHP url. I have the code and structure necessary for create

Replies Created

Reply to: Add documents with template package

0 votes
Yes, when I add a signer in the package, this is the steps: 1- I Fill the PackageBuilder with info, documents, signers and signatures. 2- I use the function "eslClient.getTemplateService().createPackageFromTemplate(TEMPLATE_ID, packageToBuild.build());" 3- I Re-Upload Documents, because dissapears from package object(I think that template replaces documents) The problem is that the IDs who I used to associate documents signatures with signers are not equal that the original package an I cant associate the seignatures from added documents.

Reply to: Add documents with template package

0 votes
Hi, I need to add a personal contract document for each transaction, and I use the template for store and use one big, and global formulary for all users. In the template, the signatures and form fields are associated to "Signer1" but when I want to read the new document and interpretate the signatures(Text tags) I cant relation the signature with the Signer role id because OneSpan set it for me. How can I use one Role for template documents and new documents with Text tags extraction.

Reply to: Add documents with template package

0 votes
Hi sorry, but Im using the SDK application, do you have an example about creation package from template and adding a text tag extraction document? This is my code: )packageToBuild = OSS_PackageToBuild.withDocument(document) packageToBuild = OSS_PackageToBuild.withSigner(signer); ESL_PACKAGE_ID = ESL_CLIENT.getTemplateService().createPackageFromTemplate(TEMPLATE_ID, packageToBuild.build()); //If i remove this, the documents not upload to package for( DocumentBuilder db : documents ) { ESL_CLIENT.uploadDocument(db.build(),ESL_PACKAGE_ID); } Thanks!

Reply to: Add documents with template package

0 votes
Hi, It's works! I have change my method for create the package. Before, I was using the function package.withDocument or with Signer, but now I have changed for updateSigner/uploadDocument. The concept that you explain me is that first I need to "inicializate" the package and next manipulate, before, I was creating the package with all inside and that is not complatible with template manipulations. Thanks!

Subscriptions

Topics Replies Freshness Views Users
Hi, I'm having problems with this funcionality, when I create eslPackage from template, I need add again the documents with "Upload method".
10 4 years 9 months ago 64
Profile picture for user Duo_Liang
Profile picture for user mwilliams
Hi, I need use external signer verification to register the sign and verify if is correct redirect the signer ceremony when Signer sign from PHP url. I have the code and structure necessary for create
1 5 years 10 months ago 31
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.