简体   繁体   English

如何创建包含仅供查看的字段的模板? [DocuSignApi]

[英]How can I create a template with fields that is view only? [DocuSignApi]

I have a template that is configured with a recipient that has read only fields and only a signature control.我有一个配置了收件人的模板,该收件人具有只读字段和签名控件。 The read only fields/tabs are populated in the view request my API sends to DocuSign to get the signature url. However I'd like to create a new duplicate template that does not have the signature control and is configured to only require the recipient to view the document.只读字段/选项卡填充在我的 API 发送到 DocuSign 以获取签名 url 的视图请求中。但是我想创建一个没有签名控件并配置为仅要求收件人查看文档。 This way the only signature event that is set by DocuSign is "viewing_complete" and not "signing_complete" when they're done viewing the template/document.这样,当他们完成查看模板/文档时,DocuSign 设置的唯一签名事件是“viewing_complete”而不是“signing_complete”。

Edit: The purpose of this is it gives the user a read only view of the template/document so they can catch any errors in the mapped fields/tabs to give them a chance to correct it before signing a final version.编辑:这样做的目的是为用户提供模板/文档的只读视图,以便他们可以捕获映射字段/选项卡中的任何错误,让他们有机会在签署最终版本之前更正错误。

Not sure if you want to create this template from the API or from the web app.不确定您是要从 API 还是从 web 应用程序创建此模板。 You can easily do this from the web app and if you want to do from the API, you can get a log of the API calls to see how it was done.您可以从 web 应用程序轻松执行此操作,如果您想从 API 执行此操作,您可以获取 API 呼叫的日志以查看它是如何完成的。 When you create a template from the web app, in the first screen, you can pick recipients and there's a drop down with different types of recipients:当您从 web 应用程序创建模板时,在第一个屏幕中,您可以选择收件人,并且有一个包含不同类型收件人的下拉列表: 在此处输入图像描述 Select the " Needs to View " recipient type for your needs. Select 满足您需要的“需要查看”收件人类型。

It's not possible to configure a template to accept populated tabs for a recipient that is set as Needs to View or to preview an envelope recipient view and have the tabs populated, but not show the Signature control.无法将模板配置为接受设置为需要查看的收件人的填充选项卡,或者预览信封收件人视图并填充选项卡,但不显示签名控件。

暂无
暂无

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

相关问题 #DocuSignAPI如何创建与模板匹配的信封 - #DocuSignAPI How do I create an envelope that will match to a template DocusignAPI-如何通过api调用获取和更新模板的cusom字段 - DocusignAPI - How to get & update cusom fields of template through api call docusignapi-如何从签名者那里获取归档的“ sentDateTime”? - docusignapi - How can I get the filed “sentDateTime” from the signers? 如何使用DocusignApi设置签名顺序 - How can I set signing order by using DocusignApi 如何通过收件人DocuSignAPI使用模板将accessCode发送给收件人并覆盖电子邮件? - How do I send an accessCode to a recipient and override the email using a template via the DocuSignAPI? 如何使用Docusignapi为所有文档下载完整的文档字段数据 - How can I download completed document field data with Docusignapi for all documents 文档签名后可以使用 docusignapi 在 netsuite 中创建实体吗? - Can docusignapi be used to create entities in netsuite after a doc is signed? [docusignapi]如何要求密码才能使收件人看到文档 - [docusignapi]How to require password before recipient can see documents #DocusignAPI-从Docusign提取数据以创建网页以查看非管理员的状态 - #DocusignAPI - Fetching Data from Docusign to create Web Page to view status for non admin 如何使用 docusign mobile-android-sdk 以编程方式将只读字段添加到 Android 上的模板? - How can add read-only fields programmatically to a template on Android using docusign mobile-android-sdk?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM