Table of Contents

Added Azure File Share and Zip File as DocBox Batch Import Types

There are some issues in the docbox when it is used in a modern environment e.g. for a customer that is hosted on an azure cloud. Therefore a lot of changes are done for the next major release. One of these changes is about the batch import. Due to several requestst, one of the features is now backported to this minor release: 

It is now possible to add an azure file share connection for the batch import to the docbox setup: 

Image

When using the batch import, it is possible to select between azure file share and zip file:
Image

The import and assign logic is the same, but the Import Type defines where the files come from:
  • Azure File Share will use the file share that was added in the doc box setup.
  • Zip File will open a promt that asks for a zip file. This is intended for single use (e.g. for testing). Delete imported files is not working for zip files. 
The import type is extensible so that other customer specific import types can be added if needed.