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
March 20Last Updated
10 years agoLast Reply
2Replies
68Views
1Users
0Likes
0Links
Community User | Posts: 8831
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