eCopy ShareScan NetDocuments Connector
The NetDocuments connector allows users to scan documents directly into NetDocuments system from an eCopy-enabled device in any supported document format. You need a NetDocuments connector license loaded into ShareScan to access this connector.
To be able to use this connector with the Email and folder watching service, you need to create a profile in such a way that it does not require user interaction (express). To do this, verify that you select connector configuration options marked with 3 dashes (the "Express" icon).
A note on compatibility: in this ShareScan version the NetDocuments connector is integrated into the main product and is installed as part of ShareScan installation. This integrated version of NetDocuments requires Token Vault v3.5 or later. Earlier versions of the NetDocuments connector (installed separately - for ShareScan 5.4 SP2 and ShareScan 6.1 SP1) require Token Vault version 2.x.
Before end-users can use the NetDocuments connector they need to authorize themselves to
- Get an access token
- Associate their NetDocuments and domain accounts, and
- Store the token in Token Vault for later use with the NetDocuments storage.
If this authorization is not performed before using the NetDocuments connector, connector authentication fails and ShareScan sends a notification email to the user with instructions on the necessary actions. This email contains the Token Vault URL, where the authorization steps should be performed by users. As access tokens might expire during extended idle periods for the connector, end-users may need to perform the authorization steps again at a later time.
For the generic connector configuration options, see Configure connector profile.
Destination settings
Field/Button |
Description |
---|---|
New |
Adds a new destination. |
Edit |
Edits an existing destination |
Copy |
Copies the selected destination. |
Remove |
Removes the selected destination. |
Move up |
Moves the selected destination up in the list. |
Move down |
Moves the selected destination down in the list. |
Expression |
Displays the Expression dialog. |
Field/Button |
Description |
---|---|
Name |
Specify a name for your destination in this field. |
Web Service |
Select the Net Documents service URL from the list of available and accessible repositories. |
Username |
Specify an user name in this field. If you modify it, configuration options on the Navigation and Attributes tabs are disabled until you execute a successful connection test. |
Password |
Specify the password in this field. |
Domain |
Select a domain from this list or type in a new one manually. |
Login mode |
Select the mode of authentication:
|
Authorize |
Click this button to open the Token Vault web application in a browser. This page lets users authenticate themselves using their domain accounts and authorize their NetDocuments accounts. |
Test |
Click this button to
|
Field/Button |
Description |
---|---|
Behavior |
Select the behavior that you want to use from the following options:
|
Provide a storage confirmation screen |
Enables or disables displaying confirmation screen with the NetDocuments ID(s) of the successfully stored document(s). The confirmation screen will be displayed only Background processing setting is disabled. |
Field/Button |
Description |
---|---|
Behavior |
Select the behavior that you want to use from the following options:
|
Attributes data grid |
Key icon: Data publishing keys can be enabled for each attribute by clicking the key icon next to the attribute name. In that case the attribute values can be received from Data Publishing. Attribute name: name of the attribute Type: type of the attribute Required: Specifies if the attribute must have a value Show: If checked, the attribute will be shown on the client attributes form Modify: If checked, the user can modify the attribute value on the client attributes form. Default value: Default value can be entered for the attribute. Users can modify it on the client attributes form if the Modify flag is set. “Today” can be entered in case of date attributes. In that case the attribute always picks up the current date at runtime. |
Search While Typing |
Enable or disable the type-ahead feature when you start entering an attribute value on the client attributes form. Two search options can be selected for type-ahead from the list: Contains and Starts with. |
Configuration settings
The NetDocuments connector configuration settings are stored in the TokenVault.Connectors.NetDocuments.config.json file.This file is located in the <Token Vault installation folder>\plugins\NetDocuments folder. (for example, C:\Program Files (x86)\Kofax\TokenVault\plugins\NetDocuments). It is recommended that you keep a backup copy of this file at all times. An incorrect TokenVault.Connectors.NetDocuments.config.json file can make the Token Vault NetDocuments connector inoperable.
To change Token Vault behavior, you need to modify this file. You can use a simple text editor tool for this. When you are done, restart the “Kofax Token Vault Service” windows service to apply the changes.
The Token Vault NetDocuments connector communicates with and requests authentication tokens from a NetDocuments service host. The service host varies by region and is specified in the WebService setting value as follows:
- "WebService": "vault.netvoyage.com", // US
- //"WebService": "eu.netdocuments.com", // EU
- //"WebService": "au.netdocuments.com", // AU
The default value is ‘vault.netvoyage.com’: this is the host that belongs to the US region. To modify the default value, comment lines out as needed by inserting ‘//’ before the “WebService” string and remove ‘//’ from the beginning of the line that contains your chosen service host .
Other configuration settings (LoginUrl, ApiUrl and LogourUrl) in this json file are static and based on the value of the WebService setting.