Hello Ideas team,
We advice all of our customer migrate to new send view as this document told:
and also can find the document:
https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createsender/
we find the setting as below:
{
"returnUrl": "<url>", // URL required
"viewAccess": "envelope", // required
"settings": {
"startingScreen": "Prepare", // (default) or "Tagger"
"sendButtonAction": "send", // (default), "redirect"
"showBackButton": "true", // (default), "false"
"backButtonAction": "previousPage", // (default), "redirect"
"showHeaderActions": "true", // (default), "false"
"showDiscardAction": "true", // (default), "false"
"lockToken": token_value,
"recipientSettings": {
"showEditRecipients": "true", // (default), "false"
"showContactsList": "true" // (default), "false"
},
"documentSettings": {
"showEditDocuments": "true", // (def,ault), "false"
"showEditDocumentVisibility": "true" // (default), "false"
"showEditPages": "true", // (default), "false"
},
"taggerSettings": {
"paletteSections": "default", // (default), "none", "custom"
"paletteDefault": "custom" // "merge", "notary", "seals",
// "smartContracts", "annotations",
// "smartSections"
}
}
}
}
Now the customer want add validate parameter for send button. We can define paramter for signature in the setting, so it will check whether the sender have drag signture for every signer before send. sometime the sender forget drag signature for other signer except the first one. if the sender not drag, will throw the error that he need to drag the signature for which signer.
FreeLink/甫连信息
🌍 DocuSign Partner | Partner Profile
🌟 The only DocuSign Partner globally certified as both a Certified eSignature Administrator and eSignature Technical Consultant
🏆 DocuSign 2024 APAC Reseller Growth Partner of the Year
💡 Ranked #1 in the OG All Star category in DocuSign Community Wrapped 2024
📊 DocuSign Community Leaderboard Top 5 contributor
🚀 Expertise in DocuSign integrations with on-premises systems for leading enterprises across various industries
🔗 Connect with me on LinkedIn: https://www.linkedin.com/in/gehengfeng/
Back to Docusign.com


