Setting up a filing tile
Add new tile
1. Right-click the middle window of ELO Dropzone.
The ELO Dropzone context menu appears.
2. Click the Edit mode for personal tiles menu item.
Alternative: Click Edit mode for global tiles to create a global filing tile.
Alternative: Click the button with the pencil icon.
ELO Dropzone switches to edit mode. The sand-colored background indicates that you are in edit mode.
Filing tile, edit3. Open the ELO Dropzone context menu.
4. Click the Add new tile menu item.
Filing tile, addA new tile appears.
Define filing tiles
1. Double-click the new tile.
The Configure tile dialog box appears. The Type tab is open.
2. Click the filing tile icon.
The Filing tile type is selected.
Filing tile, typeView
1. Click the View tab.
The View tab opens.
Filing tile, adjust display2. Click in the Name field and enter a name for the filing tile.
3. Click the Group field and assign the tiles to the desired display group via the drop-down menu.
4. Click the Description field and enter what you want to use the tile for. The description of a tile is particularly useful when you want to make the tile available to other users in the Tile collection.
5. Click the gray tile to change the tile icon.
The available tile icons appear.
Tile iconFiling tile, set icon6. Click an icon.
7. Click the color square to change the color of the tile.
The available colors appear.
Tile colorFiling tile, set color8. Click a color.
You have set the basic data for how the tile is displayed in the work area.
Form
1. Click the Form tab.
The Form tab opens.
Filing tile, select metadata formForm2. Click one of the available metadata forms.
You have linked the tile to a metadata form.
Information: If you use a folder-only form, a folder is created when entering the metadata and the document is saved to this folder with the Free entry in metadata form.
Please note: Metadata forms assigned the document status Non-modifiable cannot be used in ELO Dropzone. This is because ELO Dropzone files the logical document and then adds the file.
Activation
The Activation tab offers additional options for defining tiles. The available options depend on the selected tile type.
You can enable directory monitoring for filing tiles.
Filing tile, activateDirectory monitoringIf you select the option Documents\ELO folder monitoring for Office documents, the filing tile becomes a monitoring tile.
ELO Dropzone monitors the following path in the Windows file system:
C:\Users\<Windows user>\Documents\ELO\<tile name>
If a Microsoft Office document is saved to one of these child folders, it is filed automatically to ELO according to the settings for that tile.
If you click Cancel to stop entering metadata for a document from the folder monitoring, the document is saved to the Not filed folder in the file system: C:\Users<Windows user>\Documents\ELO\Not filed.
Under Monitor PDF printer directory, you can automatically file documents to an output directory of a virtual PDF printer.
PDF printer directory, monitorDefine the output directory via the system settings: Context menu > System settings > PDF printer directory.
1. Drag a variable to the Recognition field.
The corresponding documents are recognized in the output directory based on this variable. If you leave the Recognition field blank, the PDF printer directory is not monitored.
Information: To create additional variables with regular expressions, refer to the chapter on
Optional: Right-click the To printer field to open the list of available printers. You can use this printer to print your document.
2. Select a printer.
Optional: When the Send as e-mail option is enabled, the detected documents from the printer directory are attached to an e-mail and sent.
PDF printer directory, send as e-mailEnabling this option requires a script, which in turn requires administrator rights.
For the ELO Java Client, file the JS.SendMail script to // Administration // Java Client Scripting Base.
The sample script should look like this.
function fromVBS_SendMail(param) {
var date = fromString(param);
var fileName = data["File.Path"];
var name = data["File.NameNoExt"];
if (fileName) {
workspace.sendMail(name, "", "", [fileName]);
return;
}
}
function fromString(param) {
var result = new Object();
var lines = param.split("\n");
for (var i = 0; i < lines.length; i++) {
var line = lines[i];
var ipos = line.indexOf("\t");
if (ipos > 0) {
var key = line.substring(0, ipos);
var value = line.substring(ipos + 1);
result[key] = value;
}
}
return result;
}
For ELOoffice, you need to create a script with the name JS.SendMail.VBS via the ELO menu > System settings > Scripts.
The script looks like this:
Set ELO = CreateObject("ELO.office")
Set oOutlook=CreateObject("Outlook.Application")
msg = ELO.GetCookie("JS.PARAM")
Data = Split(msg, vbLf)
for i = 0 to UBound(Data)
Line = Data(i)
if Left(Line, 9) = "File.Path" Then
Parts = Split( Line, vbTab )
Set oMail=oOutlook.CreateItem(0)
oMail.Subject = "From Dropzone"
call oMail.Attachments.Add(Parts(1), 0, 1)
oMail.Display
end if
Next
You need to create the JS.SendMail script via the ELO menu > System settings > Scripts in the ELO Windows Client. This requires administrator rights.
Use the above VB script JS.SendMail to do this (see ELOoffice). You need to change the script in one place: Enter the object name ELO.professional
instead of ELO.professional
in the first line of the script.
Fields
1. Click the Fields tab.
The Fields tab opens.
Filing tile, assign fieldsFieldsOn the left, you see all fields of the selected metadata form. You see all the Available variables on the right-hand side.
Available variablesLoad a sample document via the Load button to import additional variables. For example, if you load a Word document, Word opens briefly to analyze the document. ELO Dropzone then adds the detected metadata to the list of available variables.
In addition to the method described above, there is a more effective method of reading metadata. When you are in edit mode, you can drag and drop the file to the desired tile. The tile configuration menu opens automatically. You now find metadata variables for the file in the corresponding tabs. The number of variables you can choose from depends on the file type.
You can add metadata using the form fields in Microsoft Word, for example. In the form field properties, you can enter a value to the Text box field. Afterwards, you can select this variable from the list in the tile configuration with the syntax Word.<form field name>
.
It is also possible to read header data in Microsoft Word documents. Once you have dragged the document containing headers to a tile, the variable Header.x shows up in the list of available variables.
2. Now assign or drag and drop the available variables or fixed text to the fields of the selected metadata form.
The variables are displayed in the fields in curly brackets. This information means that every time a document is processed using this tile, ELO immediately recognizes which data to read.
Information: You can also drag multiple variables to one field with this method.
You can also read just parts of metadata, such as the first three letters of a first or last name. To do this, enter the position of the first letter to be read and the number of letters to be read after the data inside the curly bracket. For example, entering {All.Author(1,3)}
only reads the first three letters starting from the first character.
Target
1. Click the Target tab once you have defined the assignment of the fields.
The Target tab opens.
Filing tile, define target directory2. Enter the filing path in the ELO repository to the Filing path field.
Target pathFiling pathThe following applies for path definitions in ELO Dropzone:
- Use the Delimiter button to create a pilcrow symbol for separating the folder levels.
- The definition must start with a separator.
- Do not end a path with a separator as the path will otherwise be displayed incorrectly.
- You can enter both full and relative target paths.
- The name for the individual fields in a metadata form begins with Grp.. Accordingly, the short name would be Grp.0, the date would be Grp.1, the third field would be Grp.2 and so on.
- Other available variables include Clipboard.ALL for reading the Clipboard or Date.ThisMonth for the month of filing.
- If you want to define a second filing target as a reference, separate the first and second definition with a pipe symbol ("|").
- If the pipe symbol occurs in the path definition, you can separate the reference paths with the Unicode character "‼". When this character appears in the path definition, it is used as the separator and the pipe symbol is ignored.
- If you have not created any reference paths and you still want to permit the pipe symbol in the text, insert the "!!" character at the end. This generates an empty reference path that is ignored.
Here is an example of a target path with a multiple filing definition:
¶Orders¶{Date.This.Year}¶{Date.ThisMonth}|Orders¶{Grp.2(1,1)}¶{Grp.2}
Alternative: Clicking Apply path uses the path selected in ELO as the filing target.
You see all the Available variables on the right-hand side. You can drag these variables to the path in ELO.
Available variablesClick Load to load a sample document to the configuration. ELO automatically reads all the metadata in the document. You can now drag individual metadata to the fields.
If the filing path does not exist, it will be created automatically.
In the File to/search in ELO area, the File directly or search without dialog box option is selected. The file is filed directly without confirmation.
Optional: Select the Delete original file after filing check box to delete the original file after filing.
Optional: Database search: Run a database query. The value entered here overrules manual entries in the Direct entry field. Refer to the
Save
1. Click Save once you have made all changes.
The Configure tile dialog box closes. The new filing tile appears in ELO Dropzone. ELO Dropzone remains in edit mode.
2. Right-click the context menu and the Finish editing entry in ELO Dropzone to finish editing.
Result
You have created a filing tile. You can now drag documents onto tiles to file them to ELO.
Filing tile, finish editing