简体   繁体   English

根据收件人显示文档部分

[英]Show sections of document based on recipient

I have a DocuSign template, and currently as a proof of concept, am using the POSTMan samples. 我有一个DocuSign模板,目前作为概念证明,正在使用POSTMan示例。 I have defined sections of the document, based on the template Roles. 我已经基于模板角色定义了文档的各个部分。

For example, I have a role of, say "Landlord". 例如,我扮演的角色是“房东”。 This user's section should appear when the landlord role receives an envelope with this template. 当房东角色收到带有此模板的信封时,应显示该用户部分。 The "Landlord" then first signs their section of the document, and can select an entry from a drop-down list. 然后,“房东”首先在文档的部分签名,然后可以从下拉列表中选择一个条目。 This drop down list contains two other template roles, say "Renter" and "Lawyer" for example. 此下拉列表包含其他两个模板角色,例如说“ Renter”和“ Lawyer”。

If the "Landlord" user selects "Lawyer", then the envelope should be routed to the "Lawyer" template role. 如果“房东”用户选择“律师”,则应将信封路由到“律师”模板角色。 Now, the "Landlord" section of the document will be displayed, with their signature and date on it, as read-only. 现在,文档的“房东”部分将显示为只读,并带有其签名和日期。 The "Lawyer" section of the document will be displayed for the person in that role to complete. 将显示该文档的“律师”部分,以供该角色的人员完成。 The "Renter" section is hidden. “租金”部分处于隐藏状态。

Then the "Lawyer" role signs the document, and it gets routed to the person in the "Renter" role. 然后,“律师”角色对文档进行签名,然后将其路由到“承租人”角色中的人员。 In the "Renter" role, both "Landlord" and "Lawyer" sections are displayed, but read-only. 在“承租人”角色中,“土地所有者”和“律师”部分均显示,但为只读。 The "Renter" can now sign the document in their section. 现在,“承租人”可以在其部分中签署文档。

Is this solution possible? 这种解决方案可行吗? Is there a code example of this (C# or within the Postman solution)? 是否有这样的代码示例(C#或Postman解决方案内)?

DocuSign supports sending multiple document to multiple recipients and having different information that every recipient enters. DocuSign支持将多个文档发送给多个收件人,并为每个收件人输入不同的信息。 However, having collapsible sections as well as conditional content may require you to use some of our Document Generation products from our SpringCM. 但是,具有可折叠的部分以及有条件的内容可能需要您使用SpringCM的某些文档生成产品。 Currently with the core DocuSign offering you cannot do that. 当前,使用DocuSign核心产品无法做到这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM