Add documents with template package
Monday, June 3, 2019 at 03:12amHi,
I'm having problems with this funcionality, when I create eslPackage from template, I need add again the documents with "Upload method". The problem is that the Signers IDs doesn't caculated from me, I'm recieving the ids from template.
How can i associate "Text Tags" id for example to a Signer with"replacing" function?
Thanks
Reply to: Add documents with template package
Thursday, June 13, 2019 at 08:20amReply to: Add documents with template package
Monday, June 3, 2019 at 05:52amReply to: Add documents with template package
Monday, June 3, 2019 at 10:32pmReply to: Add documents with template package
Wednesday, June 5, 2019 at 06:39amReply to: Add documents with template package
Thursday, June 6, 2019 at 11:28amPackageId packageId = eslClient.getTemplateService().createPackageFromTemplate(templateId, newPackage);
and retrieving the package by its ID, the documents list was empty? Because the purpose of using template was to avoid uploading document again and to inherit all the document fields. You could also share your template ID, and your code snippet to facilitate the troubleshooting. Best, DuoReply to: Add documents with template package
Thursday, June 13, 2019 at 06:02amReply to: Add documents with template package
Thursday, June 13, 2019 at 06:43am{{Xesl[_fieldName]:roleName:fieldType[:parameter1,parameter2,...]}}
So before coding, try this flow in your web dashboard: (1) Have a Template with a placeholder recipient "Signer1" (2) Create a new transaction from template (3) Before you "replace" the placeholder, upload document with Text Tags.(you can use my testing document in attachment) (4) After you replace the placeholder, all the signatures and fields should keep intact. Hope this could help! DuoReply to: Add documents with template package
Thursday, June 13, 2019 at 07:20amReply to: Add documents with template package
Thursday, June 13, 2019 at 11:09pmReply to: Add documents with template package
Friday, June 14, 2019 at 04:56am