Skip to content

Commit 1813d06

Browse files
committed
Readme
1 parent 136a0df commit 1813d06

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: README.md

+16
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,22 @@ The **refresh token** is not used in this example.
5252
feature.
5353
1. **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

0 commit comments

Comments
 (0)