简体   繁体   English

DocuSign - 具有 2 个角色的模板 - 最后一个收件人可以将字段添加到文档

[英]DocuSign - Template with 2 Roles - Last Recipient Can Add Fields to Document

I'm not sure if something has changed but I'm seeing something I haven't seen before.我不确定是否发生了一些变化,但我看到了一些我以前从未见过的东西。 I have a simple DocuSign Template with 2 Roles and 2 Recipients.我有一个带有 2 个角色和 2 个收件人的简单 DocuSign 模板。 There are 3 sets of tabs for Sign Here, Date Signed and a Text tab for them to enter some text.有 3 组选项卡用于在此处签名、签名日期和用于输入一些文本的文本选项卡。

I create the Envelope and send it - the envelope looks like this:我创建信封并发送它 - 信封看起来像这样:

    {
    "emailSubject" : "Please Sign the Agreement",
    "status" : "sent",
    "templateId" : "xxxxxxx",
    "templateRoles" : 
    [
        {
            "email" : "fred@flinstones.com",
            "name" : "Fred Flinstone",
            "roleName" : "Tenant",
            "routingOrder" : "1",
            "tabs" : {}
        },
        {
            "email" : "barney@rubble.com",
            "name" : "Barney Rubble",
            "roleName" : "Landlord",
            "routingOrder" : "2",
            "tabs" : {}
        }
    ]
}

The first recipient sees the Agreement and can Sign etc normally for their assigned tabs and finish, which sends it to the 2nd recipient.第一个收件人看到协议,可以正常签署等为其分配的选项卡并完成,然后将其发送给第二个收件人。 However they get a view that doesn't prompt them to sign etc like the first recipient, but instead they get a view similar to editing the Template.但是,他们获得的视图不会像第一个收件人那样提示他们签名等,而是获得类似于编辑模板的视图。 In the top left it says Drag and drop fields from the left panel onto the document and has a list of fields that can be dragged onto the document:在左上角,它说Drag and drop fields from the left panel onto the document中的字段拖放到文档上,并有一个可以拖放到文档上的字段列表:

在此处输入图像描述

Once the fields are dragged the Finish button appears - I've never seen this and can't understand why this happens for the 2nd role/recipient and not the first.拖动字段后,将出现“完成”按钮 - 我从未见过这种情况,也无法理解为什么会发生这种情况是针对第二个角色/收件人而不是第一个角色/收件人。 Previously it was the same for all recipients - they would simply be prompted to sign and enter the text field and not have to drag the fields onto the document etc.以前对所有收件人都是一样的——他们只会被提示签名并输入文本字段,而不必将字段拖到文档等上。

So, there are two views you can get when you sign:因此,您在签名时可以获得两种视图:

  1. Pre-defined view, which prompt user where to sign.预定义视图,提示用户在哪里签名。
  2. Tagger view, which looks like when you create a template or send an envelope.标记视图,类似于创建模板或发送信封时的样子。 It's also known as "free-form" signing.它也被称为“自由格式”签名。

the latter view would show if no tabs (signing elements) were defined for the recipient.后一种视图将显示是否没有为收件人定义选项卡(签名元素)。 You need to check your template to ensure you places these elements for both recipient separately.您需要检查您的模板,以确保您分别为两个收件人放置这些元素。 this can also be done from your code, by adding the tabs programatically.这也可以通过您的代码通过以编程方式添加选项卡来完成。

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

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