DocuSign eSign Document Download activity

An activity that lets you download a digitally signed document.


DocuSign eSign Document Download activity

Configure the DocuSign eSign Document Download activity

To configure the DocuSign eSign Document Download activity, do the procedure in this topic.

Good to Know

How to Start

  1. On the Application Explorer screen, do one of these:
  2. Do one of these:
    • Add an activity:
      1. In the Process Builder, in the Activity Library, open the Digital Signature Digital Signature icon tab.
      2. On the Digital Signature Digital Signature icon tab, drag the DocuSign eSign Document Download DocuSign eSign Document Download icon activity onto your process.
    • Change an activity:
      1. In your process, double-click your activity.

General Configuration

Specifies the basic settings for the DocuSign eSign Document Download activity.

Figure: General Configuration screen

General Configuration screen

Fields

Field Name Definition

Display Name

Function:
Specifies the activity name that shows in your process.
Accepted Values:
One line of text that can have spaces.
Default Value:
None
Accepts Process Data Variables:
No
Example:
This is a common configuration field that is used in many examples. Refer to:
  • Examples - Step-by-step use case examples, information about what types of examples are provided in the AgilePoint NX Product Documentation, and other resources where you can find more examples.

Description

Function:
Specifies an optional text description for your activity.
Accepted Values:
More than one line of text.
Default Value:
None
Accepts Process Data Variables:
No

Target Repository

Selects the target storage repository type for your files.

Figure: Target Repository screen

Target Repository screen

Fields

Field Name Definition

Amazon S3 Amazon S3 icon

Function:
Specifies that Amazon S3 is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (Amazon S3) - DocuSign eSign Document Download.

Box Box icon

Function:
Specifies that Box is your document target location.

To configure the target location for your file, complete the fields in

Target Repository Configuration (Box) - DocuSign eSign Document Download.

Dropbox Dropbox icon

Function:
Specifies that Dropbox is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (Dropbox) - DocuSign eSign Document Download.

File System File System icon

Function:
Specifies that the file system on the AgilePoint Server machine is the target data source location for the file.

To select your file in the source location, complete the fields on Target Repository Configuration (File System) - DocuSign eSign Document Download.

FTP FTP icon

Function:
Specifies that FTP is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (FTP) - DocuSign eSign Document Download.

Google Drive Google Drive icon

Function:
Specifies that Google Drive is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (Google Drive) - DocuSign eSign Document Download.

NetSuite NetSuite icon

Function:
Specifies that NetSuite is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (NetSuite) - DocuSign eSign Document Download.

OneDrive OneDrive icon

Function:
Specifies that OneDrive is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (OneDrive) - DocuSign eSign Document Download.

OneDrive For Business OneDrive For Business icon

Function:
Specifies that OneDrive for Business is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (OneDrive For Business) - DocuSign eSign Document Download.

Salesforce Salesforce icon

Function:
Specifies that Salesforce is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (Salesforce) - DocuSign eSign Document Download.

SFTP SFTP icon

Function:
Specifies that SFTP is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (SFTP) - DocuSign eSign Document Download.

SharePoint SharePoint icon

Function:
Specifies that SharePoint is your document target location.

To configure the target location for your file, complete the fields in Target Repository Configuration (SharePoint) - DocuSign eSign Document Download.

Download Signed Document

Specifies information to download your digitally signed document.

Figure: DocuSign eSign Document Download Configuration screen

DocuSign eSign Document Download Configuration screen

Fields

Field Name Definition

Digital Signature

Function:
Specifies the access token that connects to your DocuSign application.
Accepted Values:
A list of access tokens configured for your environment.
Default Value:
None
Accepts Process Data Variables:
No

Add Token Add Token icon

Opens this Screen:
Access Token for DocuSign
Function of this Screen:
Configure an access token to connect to DocuSign.

Authentication URL

Function:
Shows the URL to connect to the DocuSign site for authentication.
Accepted Values:
Read only.

When you select the access token from Digital Signature field, this field completes.

Default Value:
None

Document ID

Function:
Specifies a unique ID of the eSigned document to download.

DocuSign gives a unique ID for each document.

Accepted Values:
A valid document ID.
Default Value:
None
Accepts Process Data Variables:
Yes
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation, and it is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business uses cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, and other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

File Name

Function:
Specifies the name of the file for the downloaded eSigned document.
Accepted Values:
A valid eSigned document name.
Default Value:
None
Accepts Process Data Variables:
Yes

Store File Path

Function:
Specifies the location of the file system folder on the local computer where the activity does an action, such as uploading or downloading files.

This setting gives the source location for the files to be uploaded and the target location for the files to be downloaded.

Accepted Values:
A file path relative to the AgilePoint Server application's root directory.
Default Value:
None
Accepts Process Data Variables:
Yes
Example:
  • If AgilePoint Server is installed at:

    c:\Inetpub\wwwroot\AgilePointServer\

    And, the file once downloaded is to be located at:

    c:\Inetpub\wwwroot\AgilePointServer\files\MyFile.txt

    Then, the LocalPath property must be set to the following value:

    files

  • If AgilePoint Server is installed at:

    c:\Inetpub\wwwroot\AgilePointServer\

    And, the file once downloaded is to be located at:

    c:\Inetpub\wwwroot\AgilePointServer\files\temp\MyFile.txt

    Then, the LocalPath property must be set to the following value:

    files\temp