Docusign API - Read Only Tabs vs Edittable Tabs
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Simple Question,
I have a document with about 100 read only text tabs, but only about 5 sign here / edittable text tabs...
In order to populate all the text tabs with the data on entry, I have had to send them with the signer(s) individually... is there a way to specify the read only text tabs as a "Document" Level... and then only use the edittable tabs in each particular signers section?
docusignapi
add a comment |
Simple Question,
I have a document with about 100 read only text tabs, but only about 5 sign here / edittable text tabs...
In order to populate all the text tabs with the data on entry, I have had to send them with the signer(s) individually... is there a way to specify the read only text tabs as a "Document" Level... and then only use the edittable tabs in each particular signers section?
docusignapi
add a comment |
Simple Question,
I have a document with about 100 read only text tabs, but only about 5 sign here / edittable text tabs...
In order to populate all the text tabs with the data on entry, I have had to send them with the signer(s) individually... is there a way to specify the read only text tabs as a "Document" Level... and then only use the edittable tabs in each particular signers section?
docusignapi
Simple Question,
I have a document with about 100 read only text tabs, but only about 5 sign here / edittable text tabs...
In order to populate all the text tabs with the data on entry, I have had to send them with the signer(s) individually... is there a way to specify the read only text tabs as a "Document" Level... and then only use the edittable tabs in each particular signers section?
docusignapi
docusignapi
asked Jan 3 at 22:32
Roman LopezRoman Lopez
7817
7817
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Tabs are always set with regards to particular recipient, for document level data there are Envelope Fields but those are used for custom meta data for the envelope and not during the signing experience.
One option I'm not sure will help you or not is Custom Fields (not to be confused with Envelope Fields) which are recipient level tabs you can create one-time then re-use in your requests/templates. You can test them easily by editing a template and going into the Custom Tab section in tagging palette on the left.
As you can see you can set the Initial Value and also make it Read Only then save the Custom Tab. Then in your code you can reference this tab where needed for your recipients to save some legwork.
Can the API modify the Custom Fields? Right now, I have "custom fields" as Read Only Text Tabs, that I send data to the document... Would it be wiser to use custom fields for that information, and use TextTabs as things that are modified by the individual recipients? My issue, is that I want all recipients to be able to see the data on the Custom Fields, but say there's "2" different places to sign... must I send the custom fields through both recipients, or can they be placed on the envelope level, without having to send it 2x ... once for each recipient?
– Roman Lopez
Jan 4 at 4:35
add a comment |
DocuSign tabs need to be assigned to the recipients only, you cannot have DS Tabs on the envelope without assigning it to a recipient. If I understood your query, then you have multiple recipients on the envelope at the same routing order and each recipient should see the pre-populated data for each read only DS Tab on the document before signing. If yes, then there is one setting at an account level which will burnt the DS tab value on the document before any signer will start the signing ceremony. If you go to Admin --> Sending and Signing Section --> Sending Settings --> then select When an envelope is sent, write the initial value of the field for all recipients
. With this setting enabled all recipients at the same routing order will be able to see the values of these read only tabs pre-populated from your application.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54030719%2fdocusign-api-read-only-tabs-vs-edittable-tabs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Tabs are always set with regards to particular recipient, for document level data there are Envelope Fields but those are used for custom meta data for the envelope and not during the signing experience.
One option I'm not sure will help you or not is Custom Fields (not to be confused with Envelope Fields) which are recipient level tabs you can create one-time then re-use in your requests/templates. You can test them easily by editing a template and going into the Custom Tab section in tagging palette on the left.
As you can see you can set the Initial Value and also make it Read Only then save the Custom Tab. Then in your code you can reference this tab where needed for your recipients to save some legwork.
Can the API modify the Custom Fields? Right now, I have "custom fields" as Read Only Text Tabs, that I send data to the document... Would it be wiser to use custom fields for that information, and use TextTabs as things that are modified by the individual recipients? My issue, is that I want all recipients to be able to see the data on the Custom Fields, but say there's "2" different places to sign... must I send the custom fields through both recipients, or can they be placed on the envelope level, without having to send it 2x ... once for each recipient?
– Roman Lopez
Jan 4 at 4:35
add a comment |
Tabs are always set with regards to particular recipient, for document level data there are Envelope Fields but those are used for custom meta data for the envelope and not during the signing experience.
One option I'm not sure will help you or not is Custom Fields (not to be confused with Envelope Fields) which are recipient level tabs you can create one-time then re-use in your requests/templates. You can test them easily by editing a template and going into the Custom Tab section in tagging palette on the left.
As you can see you can set the Initial Value and also make it Read Only then save the Custom Tab. Then in your code you can reference this tab where needed for your recipients to save some legwork.
Can the API modify the Custom Fields? Right now, I have "custom fields" as Read Only Text Tabs, that I send data to the document... Would it be wiser to use custom fields for that information, and use TextTabs as things that are modified by the individual recipients? My issue, is that I want all recipients to be able to see the data on the Custom Fields, but say there's "2" different places to sign... must I send the custom fields through both recipients, or can they be placed on the envelope level, without having to send it 2x ... once for each recipient?
– Roman Lopez
Jan 4 at 4:35
add a comment |
Tabs are always set with regards to particular recipient, for document level data there are Envelope Fields but those are used for custom meta data for the envelope and not during the signing experience.
One option I'm not sure will help you or not is Custom Fields (not to be confused with Envelope Fields) which are recipient level tabs you can create one-time then re-use in your requests/templates. You can test them easily by editing a template and going into the Custom Tab section in tagging palette on the left.
As you can see you can set the Initial Value and also make it Read Only then save the Custom Tab. Then in your code you can reference this tab where needed for your recipients to save some legwork.
Tabs are always set with regards to particular recipient, for document level data there are Envelope Fields but those are used for custom meta data for the envelope and not during the signing experience.
One option I'm not sure will help you or not is Custom Fields (not to be confused with Envelope Fields) which are recipient level tabs you can create one-time then re-use in your requests/templates. You can test them easily by editing a template and going into the Custom Tab section in tagging palette on the left.
As you can see you can set the Initial Value and also make it Read Only then save the Custom Tab. Then in your code you can reference this tab where needed for your recipients to save some legwork.
answered Jan 4 at 0:02
ErginErgin
8,18211324
8,18211324
Can the API modify the Custom Fields? Right now, I have "custom fields" as Read Only Text Tabs, that I send data to the document... Would it be wiser to use custom fields for that information, and use TextTabs as things that are modified by the individual recipients? My issue, is that I want all recipients to be able to see the data on the Custom Fields, but say there's "2" different places to sign... must I send the custom fields through both recipients, or can they be placed on the envelope level, without having to send it 2x ... once for each recipient?
– Roman Lopez
Jan 4 at 4:35
add a comment |
Can the API modify the Custom Fields? Right now, I have "custom fields" as Read Only Text Tabs, that I send data to the document... Would it be wiser to use custom fields for that information, and use TextTabs as things that are modified by the individual recipients? My issue, is that I want all recipients to be able to see the data on the Custom Fields, but say there's "2" different places to sign... must I send the custom fields through both recipients, or can they be placed on the envelope level, without having to send it 2x ... once for each recipient?
– Roman Lopez
Jan 4 at 4:35
Can the API modify the Custom Fields? Right now, I have "custom fields" as Read Only Text Tabs, that I send data to the document... Would it be wiser to use custom fields for that information, and use TextTabs as things that are modified by the individual recipients? My issue, is that I want all recipients to be able to see the data on the Custom Fields, but say there's "2" different places to sign... must I send the custom fields through both recipients, or can they be placed on the envelope level, without having to send it 2x ... once for each recipient?
– Roman Lopez
Jan 4 at 4:35
Can the API modify the Custom Fields? Right now, I have "custom fields" as Read Only Text Tabs, that I send data to the document... Would it be wiser to use custom fields for that information, and use TextTabs as things that are modified by the individual recipients? My issue, is that I want all recipients to be able to see the data on the Custom Fields, but say there's "2" different places to sign... must I send the custom fields through both recipients, or can they be placed on the envelope level, without having to send it 2x ... once for each recipient?
– Roman Lopez
Jan 4 at 4:35
add a comment |
DocuSign tabs need to be assigned to the recipients only, you cannot have DS Tabs on the envelope without assigning it to a recipient. If I understood your query, then you have multiple recipients on the envelope at the same routing order and each recipient should see the pre-populated data for each read only DS Tab on the document before signing. If yes, then there is one setting at an account level which will burnt the DS tab value on the document before any signer will start the signing ceremony. If you go to Admin --> Sending and Signing Section --> Sending Settings --> then select When an envelope is sent, write the initial value of the field for all recipients
. With this setting enabled all recipients at the same routing order will be able to see the values of these read only tabs pre-populated from your application.
add a comment |
DocuSign tabs need to be assigned to the recipients only, you cannot have DS Tabs on the envelope without assigning it to a recipient. If I understood your query, then you have multiple recipients on the envelope at the same routing order and each recipient should see the pre-populated data for each read only DS Tab on the document before signing. If yes, then there is one setting at an account level which will burnt the DS tab value on the document before any signer will start the signing ceremony. If you go to Admin --> Sending and Signing Section --> Sending Settings --> then select When an envelope is sent, write the initial value of the field for all recipients
. With this setting enabled all recipients at the same routing order will be able to see the values of these read only tabs pre-populated from your application.
add a comment |
DocuSign tabs need to be assigned to the recipients only, you cannot have DS Tabs on the envelope without assigning it to a recipient. If I understood your query, then you have multiple recipients on the envelope at the same routing order and each recipient should see the pre-populated data for each read only DS Tab on the document before signing. If yes, then there is one setting at an account level which will burnt the DS tab value on the document before any signer will start the signing ceremony. If you go to Admin --> Sending and Signing Section --> Sending Settings --> then select When an envelope is sent, write the initial value of the field for all recipients
. With this setting enabled all recipients at the same routing order will be able to see the values of these read only tabs pre-populated from your application.
DocuSign tabs need to be assigned to the recipients only, you cannot have DS Tabs on the envelope without assigning it to a recipient. If I understood your query, then you have multiple recipients on the envelope at the same routing order and each recipient should see the pre-populated data for each read only DS Tab on the document before signing. If yes, then there is one setting at an account level which will burnt the DS tab value on the document before any signer will start the signing ceremony. If you go to Admin --> Sending and Signing Section --> Sending Settings --> then select When an envelope is sent, write the initial value of the field for all recipients
. With this setting enabled all recipients at the same routing order will be able to see the values of these read only tabs pre-populated from your application.
answered Jan 8 at 19:53
Amit K BistAmit K Bist
5,3271623
5,3271623
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54030719%2fdocusign-api-read-only-tabs-vs-edittable-tabs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown