Skip to end of metadata
Go to start of metadata

 

Basic information

Package: com.suncode.plugin.evault.task.DownloadDocumentFromEVaultIM

Category: PLUS_EVAULT_INTEGRATOR

Available from version: 1.0.0

Description

The scheduled task connects to the eVoult system (using the authorization set in the System Parameters) and downloads the documents. Downloaded documents are saved to the archive along with the appropriate index mapping (which attribute from the eVault system corresponds to which index in the document class). After the documents are downloaded, a request is sent to eVault to update the status of the documents.

Configuration parameters
Parameter namefrom versionDescriptionThe type of the parameterNotes and Restrictions

Class id*

1.0.0

Class Id from eVault system

Long

 

 

Status Id*

1.0.0 

Document integration status id for download lists

 Long 

New status Id*

 
1.0.0 

Integration status to which the document is to be updated.

 Long 
 

Document class*

 1.0.0 

The name of the document class in the system to which new documents will be saved.

 String 
 

Index mapping

 1.0.0 

Mapping attributes to class indexes in JSON format {'index_name': 'attribute_name'}

  String 
 

Save as new version*

 1.0.0

Saves the new document as a new version when the indexes match.

 

 Boolean true - saves as a new document if the index values match, false - each downloaded document is saved as a document in the archive.
Sample configuration


Change log

1.0.0 (applicable documentation)

  • Create a scheduled task

  • No labels
Write a comment…