File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,22 @@ The **refresh token** is not used in this example.
5252 feature.
53531 . ** Payments example: an order form, with online payment by credit card.**
5454 [ Source.] ( https://github.com/docusign/eg-03-node-auth-code-grant/blob/master/lib/examples/eg014CollectPayment.js )
55+ 1 . ** Get the envelope tab data.**
56+ Retrieve the tab (field) values for all of the envelope's recipients.
57+ [ Source.] ( https://github.com/docusign/eg-03-node-auth-code-grant/blob/master/lib/examples/eg015EnvelopeTabData.js )
58+ 1 . ** Set envelope tab values.**
59+ The example creates an envelope and sets the initial values for its tabs (fields). Some of the tabs
60+ are set to be read-only, others can be updated by the recipient. The example also stores
61+ metadata with the envelope.
62+ [ Source.] ( https://github.com/docusign/eg-03-node-auth-code-grant/blob/master/lib/examples/eg016SetTabValues.js )
63+ 1 . ** Set template tab values.**
64+ The example creates an envelope using a template and sets the initial values for its tabs (fields).
65+ The example also stores metadata with the envelope.
66+ [ Source.] ( https://github.com/docusign/eg-03-node-auth-code-grant/blob/master/lib/examples/eg017SetTemplateTabValues.js )
67+ 1 . ** Get the envelope custom field data (metadata).**
68+ The example retrieves the custom metadata (custom data fields) stored with the envelope.
69+ [ Source.] ( https://github.com/docusign/eg-03-node-auth-code-grant/blob/master/lib/examples/eg018EnvelopeCustomFieldData.js )
70+
5571
5672## Installation
5773
You can’t perform that action at this time.
0 commit comments