enaio® appconnector
Here, you will find information about enaio® appconnector.
Installation Requirements
An overview of all installation requirements for enaio® appconnector can be found in the developer documentation.
Installation
enaio® appconnector can be installed and updated via the SETUP. osappconnector_hotfix.exe in the \Win32\Disk1\SP directory can be used for updates.
Changes
A detailed list of changes for all components can be found in the Service Portal in the SP file (Software > enaio 9.10 > SP.txt)


Links between documents, registers, and folders can be created in enaio® client and allow users to quickly access linked objects.
enaio® webclient shows if and how many links are currently available – further functions are still pending.
Links can be accessed via enaio® appconnector/OSREST-API.
/osrest/api/documents/links/[id]
- Query all links to an object
- The access rights to the linked objects are taken into account (and are not displayed in the result)
- Link texts are displayed
{
"relatedObjectId": 58585,
"relatedObjectTypeId": 262236,
"text": "link text"
},
{
"relatedObjectId": 58652,
"relatedObjectTypeId": 262236,
"text": ""
}


When transferring index data from the EXTRACTION service, only data up to the maximum length of the assigned database field is entered. Previously, data that was too long was interpreted as an error.
The /osrest/api/documentfiles/processmetadata method has been adapted accordingly.
A warning is logged whenever data is shortened.

- Request, create, and edit links: /osrest/api/documents/links/[id]
- Create reference documents: /osrest/api/documents/insert/[locationId] Parameter: isgreenarrowreference
- Retrieve reference document: /osrest/api/documents/greenarrowlinks/[id]


The number of files that can be exported via the enaio® webclient context menu as content in a ZIP archive or in a PDF file is limited to 200 files by default.
The maximum number can be adjusted via the osrest.properties configuration file.
Parameter: maxFilesInZip/maxFilesInPdf