Team,
How can I add/replace existing 'default-consent' document with my own document (pdf). Can you please post some guide on this.
March 10Created
January 21Last Updated
8 years agoLast Reply
2Replies
28Views
2Users
0Likes
0Links
harishaidary | Posts: 1812
Reply to: Adding customized consent docuemnt
Thursday, March 10, 2016 at 04:13am
0
votes
Are you looking to do this for every package? I can give you two options:
1. You can contact our support team and they can replace the default consent document for every package you create.
2. Or you can delete the default consent document after creating your package yourself: eslClient.PackageService.DeleteDocument(packageId, "default-consent");. You don't have to worry about the document id because the default consent document will always have id "default-consent". Then, you can upload your own consent-document
Hope this helps.
Reply to: Adding customized consent docuemnt
Thursday, March 10, 2016 at 04:13ameslClient.PackageService.DeleteDocument(packageId, "default-consent");
. You don't have to worry about the document id because the default consent document will always have id "default-consent". Then, you can upload your own consent-document Hope this helps.Reply to: Adding customized consent docuemnt
Friday, April 1, 2016 at 12:17am