简体   繁体   中英

Lock edits to document in docusign

I'm creating Docusign Envelope using a template in my account. I've set the tabs from my server and now I want to lock any edits to those tabs from Recipient. Basically, the person signing the envelope should not be able to edit anything besides signing the document. Plz guide me how to do this in NodeJS.

You can use the DocuSign Node JS SDK .

See the sample code here .

If the sender only sets SignHere tabs on the document then the recipient should not be able to perform any edits.

If there are other tab types on the document (for ex: textTabs) then set locked=true on the tab so that the recipient cannot edit the tab.

See Tabs documentation here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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