How to use custom Electronic Disclosure/Consent content within a package
Tuesday, December 20, 2016 at 06:03amWe have different types of agreement documents and each type would require a certain content for the Electronic Disclosure Consent page. We're not able to use templates since each agreement has custom data that we pre-generate in the document. Couple of questions:
1) is there a way to create templates for just the Esign Disclosure Content page?
2) Or if not, how can we programmatically specify a custom Disclosure Consent content via the SDK
Would prefer to take the templated Consent approach (#1 in the above options) if that's possible, so we don't have to resubmit that static content repeatedly.
Reply to: How to use custom Electronic Disclosure/Consent content within a package
Wednesday, December 21, 2016 at 05:03amPackageId packageId = new PackageId("-NroK8Y5KTrrciQe4eQ4IXKV2aY="); //id of the package you created from your template Document doc = DocumentBuilder.NewDocumentNamed("test") .FromFile("C:/Users/hhaidary/Desktop/PDFs/doc1.pdf") .Build(); Document uploadedDoc = eslClient.UploadDocument(doc, packageId);Reply to: How to use custom Electronic Disclosure/Consent content within a package
Tuesday, December 20, 2016 at 06:30amReply to: How to use custom Electronic Disclosure/Consent content within a package
Tuesday, December 20, 2016 at 07:08amReply to: How to use custom Electronic Disclosure/Consent content within a package
Tuesday, December 20, 2016 at 07:12amReply to: How to use custom Electronic Disclosure/Consent content within a package
Tuesday, December 20, 2016 at 01:35pm