Hello,
>Working with the C# SDK<
Using composite templates, i successfully created an envelope with 4 documents and 4 recipients (yay !)
Document #2 is defined as display=”inline” and i added some tabs (SignHere, Text, DateSigned...) for recipient #1 and recipient #4 : works like a charm.
Now my problem is with document #1, which is a supplemental document (display=”modal”). The goal is to set this document as “View and accept” only for recipient #4.
Following the documentation I created a View tab and an Approve tab like this :
Approve approveTab = new Approve() { DocumentId = "1", RecipientId = "4" };
View viewTab = new View() { DocumentId = "1", RecipientId = "4", RequiredRead = "false", Required = "true", PageNumber = "1" };
and added them with the others tabs on the recipient #4 (NB : others tabs work fine!)
Problem is the supplemental document stays in “optionnal” and no action is required on it.
What am I missing ?
Regards
Back to Docusign.com


