简体   繁体   English

更改嵌入式签名责任

[英]Change embedded signature responsibility

I am embedding the signature request with DocuSign in my application.我在我的应用程序中嵌入了带有 DocuSign 的签名请求。 Is there any way that I can allow customers to change embedded signature responsibility(forward the document to someone else)?有什么方法可以让客户更改嵌入的签名责任(将文档转发给其他人)?

I have already checked the setting to enable recipients to Assign to Someone Else according to this link: https://support.docusign.com/s/document-item?language=en_US&rsc_301&bundleId=yca1573855023892&topicId=uin1573855010064.html&_LANG=enus enter image description here我已经检查了设置,使收件人能够根据此链接分配给其他人: https://support.docusign.com/s/document-item?language=en_US&rsc_301&bundleId=yca1573855023892&topicId=uin1573855010064.html&_LANG=enus在此处输入图像描述

Another question, if it is impossible then is there any way that customers can save all the changes that they have made so far?另一个问题,如果不可能,那么客户有什么方法可以保存他们到目前为止所做的所有更改吗?

Embedded Signing doesn't directly support signers changing signing responsibility.嵌入式签名不直接支持签名者更改签名责任。 This is because out-of-the-box if a captive signer did so, the recipient they changed it to would not have a way to access the envelope.这是因为开箱即用,如果俘虏签名者这样做,他们将其更改为的收件人将无法访问信封。

The most straightforward way to resolve this would be to change the signer to a Remote signer so that the Signer Reassign function you've linked would work.解决此问题的最直接方法是将签名者更改为远程签名者,以便您链接的签名者重新分配 function 可以工作。

If it's necessary for a signer to remain embedded/captive, but still have the ability to reassign, you would need to build out functionality in your application that would (outside of DocuSign)如果签名者有必要保持嵌入/俘虏,但仍具有重新分配的能力,则您需要在应用程序中构建功能(在 DocuSign 之外)

  • prompt the recipient for the new signer's info提示收件人输入新签名者的信息

  • make an UpdateRecipient call on the envelope to change the name/email/clientUserId as needed对信封进行 UpdateRecipient 调用以根据需要更改名称/电子邮件/clientUserId

  • Notify the new recipient that they have an envelope to sign通知新收件人他们有一个要签名的信封

  • Grant the new recipient access to the envelope.授予新收件人访问信封的权限。

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

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