<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>yuuvis® RAD Q&amp;A - Recent questions</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=questions</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to get the fulltext of a document out of Core-Service-REST-WS?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1989&amp;qa_1=how-to-get-the-fulltext-of-document-out-of-core-service-rest-ws</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have already searched this page: &lt;a rel=&quot;nofollow&quot; href=&quot;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/1210089497/What+search+API+to+use&quot;&gt;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/1210089497/What search API to use&lt;/a&gt;&lt;br&gt;
and browsed through various REST WS endpoints of a current 10.16 yuuvis RAD Core Service, but I have not been able to figure out how to access the full text of a document read by Abbyy Finereader.&lt;br&gt;
My attempt to access the full text from Elasticsearch via &lt;a rel=&quot;nofollow&quot; href=&quot;http://...:9200&quot;&gt;http://...:9200&lt;/a&gt; and /_docs/&lt;br&gt;
was successful in that I got exactly the information I was looking for under ‘contentfile’&lt;br&gt;
&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=17737644760481919195&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;But I have the problem that I cannot open an http port 9200 on the internet.&lt;br&gt;
&lt;strong&gt;Which endpoint can I use for this from yRAD (and not ES)?&lt;/strong&gt;&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1989&amp;qa_1=how-to-get-the-fulltext-of-document-out-of-core-service-rest-ws</guid>
<pubDate>Tue, 16 Dec 2025 14:45:41 +0000</pubDate>
</item>
<item>
<title>empty table doesn't trigger errormessage</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1987&amp;qa_1=empty-table-doesnt-trigger-errormessage</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
we want the “netamount” field to be a mandatory field in the table &quot;vatrates&quot;, and we also need to ensure that there is at least one row in the table. We have tried that in yRAD 9.16 and 10.16.&lt;/p&gt;
&lt;p&gt;Here is our script:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;function checkvatrates() {
if (scope.model.vatrates.value === null || scope.model.vatrates.value.length &amp;lt; 1) {
	scope.model.vatrates.error = { msg: 'Mindest eine Zeile in Tabelle Steuerbeträge benötigt' };
} else {
	scope.model.vatrates.error = null;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;}&lt;br&gt;
if (scope.situation !== 'SEARCH') {&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;checkvatrates();
scope.model.vatrates.onrowedit=function(table,row){
	row.model.netamount.required=true;
	checkvatrates();
}
scope.model.vatrates.onchange=function(table,row){
	checkvatrates();
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;(quoting seems not to work -preview always quotes just parts of my code)&lt;/p&gt;
&lt;p&gt;The script works, but if I delete the row after creating it, no error is displayed. What are we doing wrong?&lt;br&gt;
&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=15364275037528159122&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1987&amp;qa_1=empty-table-doesnt-trigger-errormessage</guid>
<pubDate>Tue, 05 Aug 2025 12:40:26 +0000</pubDate>
</item>
<item>
<title>Prioritizing Full-text Hit Lists for Set</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1974&amp;qa_1=prioritizing-full-text-hit-lists-for-set</link>
<description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Is it possible to prioritize a field that is defined as a set?&lt;br&gt;
I used this documentation: &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvisRAD/v90/admin/en/administration/installation/elasticprios.htm&quot;&gt;Prioritizing Full-text Hit Lists&lt;/a&gt;.&lt;br&gt;
Unfortunately, it did not work. With &quot;single&quot; fields it worked as intended.&lt;/p&gt;
&lt;p&gt;Regards, Mathias&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1974&amp;qa_1=prioritizing-full-text-hit-lists-for-set</guid>
<pubDate>Mon, 22 Apr 2024 10:59:43 +0000</pubDate>
</item>
<item>
<title>Labels for language definitions</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1969&amp;qa_1=labels-for-language-definitions</link>
<description>&lt;p&gt;Is it somehow possible to change the labels for the language definition in the user settings in the client?&lt;br&gt;
i.e. change polski to Polski (with a capital P)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=5035645418153357521&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1969&amp;qa_1=labels-for-language-definitions</guid>
<pubDate>Thu, 28 Mar 2024 12:20:59 +0000</pubDate>
</item>
<item>
<title>“Add to favorites” action is missing</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1965&amp;qa_1=add-to-favorites-action-is-missing</link>
<description>&lt;p&gt;The “Add to favorites” action is not visible anymore from the object actions menu after the update to 9.16. Users can still click on the star in the object area to add to favorites. Is this expected?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1965&amp;qa_1=add-to-favorites-action-is-missing</guid>
<pubDate>Mon, 25 Mar 2024 13:55:24 +0000</pubDate>
</item>
<item>
<title>Storage information available for all users after Update</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1964&amp;qa_1=storage-information-available-for-all-users-after-update</link>
<description>&lt;p&gt;After the update to 9.16, all users can see the storage information of an object in the client when switching to the summary tab. Is that intentional? And can this beheviour be changed that only admins can see this information?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1964&amp;qa_1=storage-information-available-for-all-users-after-update</guid>
<pubDate>Mon, 25 Mar 2024 13:54:39 +0000</pubDate>
</item>
<item>
<title>Custom Dashboard: Reset to default</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1963&amp;qa_1=custom-dashboard-reset-to-default</link>
<description>&lt;p&gt;Is it possible to reset the custom dashboard to the default value?&lt;/p&gt;
&lt;p&gt;Use-Case: A user has changed the dashboard that is defined by the system. The user wants to switch back to the default dashboard wihtout modeling everythin on its own.&lt;/p&gt;
&lt;p&gt;Further: I assume that the default dashboard is defined in the file &lt;em&gt;folder-to-client&lt;/em&gt;/assets/dashboard.json. When a user is able to reset to the default dashboard, will this configuration be used?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1963&amp;qa_1=custom-dashboard-reset-to-default</guid>
<pubDate>Mon, 25 Mar 2024 13:17:02 +0000</pubDate>
</item>
<item>
<title>is it possible to show an case-specific information for a form field to the user?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1961&amp;qa_1=possible-show-case-specific-information-for-form-field-user</link>
<description>&lt;p&gt;it could be that some data are missing and the user should in this case know what to enter in a specific field.&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1961&amp;qa_1=possible-show-case-specific-information-for-form-field-user</guid>
<pubDate>Mon, 11 Mar 2024 18:32:07 +0000</pubDate>
</item>
<item>
<title>Is it possible to configure booleans in away to only show false and true but not the NuLL mode?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1959&amp;qa_1=possible-configure-booleans-only-show-false-true-null-mode</link>
<description></description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1959&amp;qa_1=possible-configure-booleans-only-show-false-true-null-mode</guid>
<pubDate>Mon, 11 Mar 2024 18:21:34 +0000</pubDate>
</item>
<item>
<title>System-Admin and System-Global-Admin - what's the difference?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1787&amp;qa_1=system-admin-and-system-global-admin-whats-the-difference</link>
<description>&lt;p&gt;The admin doc says that these roles grant all functional rights. What's the point of two different roles?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1787&amp;qa_1=system-admin-and-system-global-admin-whats-the-difference</guid>
<pubDate>Fri, 05 Jan 2024 11:57:02 +0000</pubDate>
</item>
<item>
<title>Designer warning regarding obsolete forms</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1876&amp;qa_1=designer-warning-regarding-obsolete-forms</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
I'm receiving a blow warning in the designer before deploying schema changes. I'm searching for a way to clean this. Could you provide me a hint of what I should search for? In db or designer. I would like to have a clean deployment at the end.&lt;/p&gt;
&lt;p&gt;I was getting it on version 6.x., 7.x, and 8.16.&lt;/p&gt;
&lt;p&gt;The new system definition file does not contain any form definition, but some are already defined in the system.&lt;br&gt;
Activation will remove them and they would not be available anymore!&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1876&amp;qa_1=designer-warning-regarding-obsolete-forms</guid>
<pubDate>Fri, 05 Jan 2024 11:56:17 +0000</pubDate>
</item>
<item>
<title>Disabled Instances keep &quot;hanging&quot; in Gateway</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1890&amp;qa_1=disabled-instances-keep-hanging-in-gateway</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;we are currently sharing a Yuuvis environment between demonstration/live testing and development. Whenever I need to locally debug a backend microservice, I connect it via dev proxy after deactivating the instance deployed on remote.&lt;/p&gt;
&lt;p&gt;For this purpose, I am using the endpoint &lt;code&gt;manage/apps/&amp;lt;APP_NAME&amp;gt;/instances/&lt;/code&gt;, setting the instance count to 0. &lt;/p&gt;
&lt;p&gt;I noticed, that the remote instance will be shown as &quot;offline&quot;, but the gateway keeps directing requests there in round-robin. This results in every second request failing with 503. This behavior will occurr for another 5 minutes, the disabled instance will then disappear and everything will be normal again.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=3914256456588581091&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;Is this behavior expected? Am I doing something wrong? Really appreciating any clues.  &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Felix&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1890&amp;qa_1=disabled-instances-keep-hanging-in-gateway</guid>
<pubDate>Fri, 05 Jan 2024 11:55:59 +0000</pubDate>
</item>
<item>
<title>How to add table fields in form in process model?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1895&amp;qa_1=how-to-add-table-fields-in-form-in-process-model</link>
<description>&lt;p&gt;Hello yuuvis team, we are having trouble adding a list view or a table from the workflow without using document object?&lt;br&gt;
Is there any way we can implement this only using form fields? &lt;br&gt;
We want to populate the objects data from the table then manipulate the data(Add, Edit, Delete)&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1895&amp;qa_1=how-to-add-table-fields-in-form-in-process-model</guid>
<pubDate>Fri, 05 Jan 2024 11:55:54 +0000</pubDate>
</item>
<item>
<title>yuuvis RAD Agent</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1896&amp;qa_1=yuuvis-rad-agent</link>
<description>&lt;p&gt;Hi, whenever I install the agent and tell the client to use it, everything works fine up to the point where I save the newly created connection. At this point, the agent tries forever to open the newly created connection. If I shut down and restart the agent, the new connection is created and works. I am now wondering if this is an error or if I simply miss out a step to prevent this behavior.&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1896&amp;qa_1=yuuvis-rad-agent</guid>
<pubDate>Fri, 05 Jan 2024 11:55:46 +0000</pubDate>
</item>
<item>
<title>Can I add another client language by myself or do I always need OS Support? We</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1897&amp;qa_1=can-add-another-client-language-myself-always-need-support</link>
<description>&lt;p&gt;We have created several translated json files for the client language support. Out of the box yR only supports some of these. Is it possible to add these languages without OS support or do we always need to wait until additional languages are officially provided?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1897&amp;qa_1=can-add-another-client-language-myself-always-need-support</guid>
<pubDate>Fri, 05 Jan 2024 11:55:42 +0000</pubDate>
</item>
<item>
<title>What are your experiences combining Yuuvis and Cloud Based Services?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1901&amp;qa_1=what-your-experiences-combining-yuuvis-cloud-based-services</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;we would love to hear your lessons learned or case studies regarding the integration of cloud-based resources (Azure or AWS) such as App Services into an on-premise Yuuvis Environment. &lt;/p&gt;
&lt;p&gt;Aspects we are currently focussing on are:&lt;br&gt;
- using serverless function apps in combination with the Eureka Discovery&lt;br&gt;
- accessing yuuvis documents from cloud apps&lt;br&gt;
- using yuuvis auth with cloud apps&lt;/p&gt;
&lt;p&gt;Any feedback or advice is highly appreciated! Thanks in advance for sharing.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Felix&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1901&amp;qa_1=what-your-experiences-combining-yuuvis-cloud-based-services</guid>
<pubDate>Fri, 05 Jan 2024 11:55:06 +0000</pubDate>
</item>
<item>
<title>How to add a file to bpm process</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1908&amp;qa_1=how-to-add-a-file-to-bpm-process</link>
<description>&lt;p&gt;Hi OS-Team,&lt;/p&gt;
&lt;p&gt;in your documentation of the BPM-API, there is a part where i can add a process file to a running process. See here.&lt;/p&gt;
&lt;p&gt;Unfortunately, this script does not work. I get this error: &quot;File element not found&quot;.&lt;/p&gt;
&lt;p&gt;We try to add a file to the BPM-Process. The File is already uploaded to yuuvis and we select it on the form by id.&lt;br&gt;
For adding the file we use the syntax from &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/onpremise/BPM+Server-Side+Scripting#BPMServer-SideScripting-AddingaDMSObjecttotheProcessFile&quot;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Our Scriptcode:&lt;/p&gt;
&lt;p&gt;var dmsObjectId = $.variable(&quot;exchangedocumentid&quot;).value;  // the id of the dms object to be added&lt;br&gt;
$.log.info(&quot;Add Element: &quot; + dmsObjectId);&lt;br&gt;
var http;&lt;/p&gt;
&lt;p&gt;if ($.file.get().length &amp;gt; 0) {   // if any objects in the process file exist&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;http = $.http.put();
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;} else {   // if not&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;http = $.http.post();
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;var response = http&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;.service('bpm')
.path('/api/bpm/process/'+$.process.id+'/file/'+dmsObjectId)
.param('processId', $.process.id)
.param('dmsObjectId', dmsObjectId)
.query('type', dmsObjectType)
.execute();
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;$.log.info(JSON.stringify(response));&lt;br&gt;
$.done();&lt;/p&gt;
&lt;p&gt;The Logs:&lt;br&gt;
Add Element: 733E8FF0F2DA41C398668B87A4390123&lt;br&gt;
{&quot;status&quot;:&quot;404&quot;,&quot;reason&quot;:&quot;&quot;,&quot;data&quot;:{&quot;key&quot;:&quot;service.bpm.file.element.not.found&quot;,&quot;message&quot;:&quot;File element not found.&quot;}}&lt;/p&gt;
&lt;p&gt;The Element can be found by this ID.&lt;/p&gt;
&lt;p&gt;Do you have any idea why there is this 404 error?&lt;/p&gt;
&lt;p&gt;Jan&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1908&amp;qa_1=how-to-add-a-file-to-bpm-process</guid>
<pubDate>Fri, 05 Jan 2024 11:54:45 +0000</pubDate>
</item>
<item>
<title>Sending emails using server hosted in AWS</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1915&amp;qa_1=sending-emails-using-server-hosted-in-aws</link>
<description>&lt;p&gt;We are trying to configure email for the Core Service on a server hosted in AWS EC2.&lt;/p&gt;
&lt;p&gt;We have the AWS SMPT sever setup with the below settings.&lt;/p&gt;
&lt;p&gt;email-smtp.us-east-1.amazonaws.com&lt;br&gt;
Port - have tried 25 also 587&lt;br&gt;
Security - Have tried with StartTLS - accepted by AWS SMTP also 'None'&lt;/p&gt;
&lt;p&gt;When attempting to send test emails getting the below exception in the core-service log&lt;/p&gt;
&lt;p&gt;2023-07-17 19:40:11,166 ERROR [com.os.ecm.mail.MailManagerImpl] (default task-2) MessageError: Unable to send message. [jakarta.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587;&lt;br&gt;
  nested exception is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;javax.net.ssl.SSLException: Unsupported or unrecognized SSL message]
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Have tried this same setup using GMAIL SMTP on port 587 and having the same error.&lt;/p&gt;
&lt;p&gt;I have verified connection to the SMTP server can be established using the below powershell command and result&lt;/p&gt;
&lt;p&gt;PS C:\Windows\system32&amp;gt; Test-NetConnection -Port 587 -ComputerName email-smtp.us-east-1.amazonaws.com&lt;/p&gt;
&lt;p&gt;ComputerName     : email-smtp.us-east-1.amazonaws.com&lt;br&gt;
RemoteAddress    : 52.86.209.58&lt;br&gt;
RemotePort       : 587&lt;br&gt;
InterfaceAlias   : Ethernet 3&lt;br&gt;
SourceAddress    : 172.17.153.9&lt;br&gt;
TcpTestSucceeded : True&lt;/p&gt;
&lt;p&gt;PS C:\Windows\system32&amp;gt; Test-NetConnection -Port 587 -ComputerName smtp.gmail.com&lt;/p&gt;
&lt;p&gt;ComputerName     : smtp.gmail.com&lt;br&gt;
RemoteAddress    : 142.251.167.108&lt;br&gt;
RemotePort       : 587&lt;br&gt;
InterfaceAlias   : Ethernet 3&lt;br&gt;
SourceAddress    : 172.17.153.9&lt;br&gt;
TcpTestSucceeded : True&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1915&amp;qa_1=sending-emails-using-server-hosted-in-aws</guid>
<pubDate>Fri, 05 Jan 2024 11:54:30 +0000</pubDate>
</item>
<item>
<title>How to do a controlled soft-delete with API-key authentication</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1916&amp;qa_1=how-to-do-controlled-soft-delete-with-api-key-authentication</link>
<description>&lt;p&gt;We generally use (and want to keep) the recycle bin. &lt;/p&gt;
&lt;p&gt;We have several object types where we do not allow (soft) delete for the non-admin user roles, because there may be child objects, so we need a casaded delete, or the object impacts the status of its parent object, so we need to update the parent object after deletion.&lt;/p&gt;
&lt;p&gt;We solved this by providing custom actions for deletion that trigger a microservice run with higher privilege. In order for the microservice to do a soft-delete, it must run with user credentials such as root. Authentication with an API-key will run it as a system user, which leads to an error in the DELETE operation because a system user does not have a recycle bin.&lt;/p&gt;
&lt;p&gt;We know that API-key authentication is the preferred method. However, we do not find a way to switch to it without losing controlled soft delete.&lt;/p&gt;
&lt;p&gt;Can you confirm that there is no other option, or are we overlooking something?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1916&amp;qa_1=how-to-do-controlled-soft-delete-with-api-key-authentication</guid>
<pubDate>Fri, 05 Jan 2024 11:54:25 +0000</pubDate>
</item>
<item>
<title>How to encrypt repository files</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1923&amp;qa_1=how-to-encrypt-repository-files</link>
<description>&lt;p&gt;I can find one question about to enable repository encryption.  Since I can't find the related material from online documentation.  I would like to ask whether this is still available on Yuvvis RAD 8.4 or later.  If yes, where can I find the related material?&lt;br&gt;
Thanks and regards,&lt;br&gt;
Henry&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1923&amp;qa_1=how-to-encrypt-repository-files</guid>
<pubDate>Fri, 05 Jan 2024 11:54:10 +0000</pubDate>
</item>
<item>
<title>Deploying custom plugin in basic client</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1927&amp;qa_1=deploying-custom-plugin-in-basic-client</link>
<description>&lt;p&gt;Hi there! How do I deploy a custom plugin I've developed to a basic client?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1927&amp;qa_1=deploying-custom-plugin-in-basic-client</guid>
<pubDate>Fri, 05 Jan 2024 11:53:37 +0000</pubDate>
</item>
<item>
<title>Is it possible to change the user in process?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1928&amp;qa_1=is-it-possible-to-change-the-user-in-process</link>
<description>&lt;p&gt;If the approval process was accepted by the approver, can we change the approver to another user if this approver can't access the system for some unexpected siutation?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1928&amp;qa_1=is-it-possible-to-change-the-user-in-process</guid>
<pubDate>Fri, 05 Jan 2024 11:53:32 +0000</pubDate>
</item>
<item>
<title>Offering restricted soft-delete with API-key rather than user credentials</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1917&amp;qa_1=offering-restricted-soft-delete-with-rather-than-credentials</link>
<description>&lt;p&gt;We are using the recycle bin and want to keep it. Hard delete is no option for us.&lt;/p&gt;
&lt;p&gt;For certain object types we restrict delete access, however, because there may be dependencies that would lead to orphan objects, or because deleting the object impacts another object's status. We use custom actions, therefore, that first check what needs to be done, then call a microservice that runs with higher privilege, as recommended elsewhere here in the q&amp;amp;a.&lt;/p&gt;
&lt;p&gt;The problem is that we need to provide user credentials to the service for the soft-delete operation, because only user accounts have a recycle bin. When we switch to API-key authentication, a deletion attempt will lead to an error saying the system user doesn't have a recycle bin.&lt;/p&gt;
&lt;p&gt;We know that this way of authentication is deprecated, but we know of no other way to get what we want. Are we overlooking something?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1917&amp;qa_1=offering-restricted-soft-delete-with-rather-than-credentials</guid>
<pubDate>Mon, 14 Aug 2023 20:23:34 +0000</pubDate>
</item>
<item>
<title>yuuvis RAD Agent - Custom File type</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1909&amp;qa_1=yuuvis-rad-agent-custom-file-type</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I've added a custom viewer for .GW files (GAEB Writer File)&lt;br&gt;
Now I want to edit a document of that file type using the agent&lt;br&gt;
but when I try to check the file in after I changed it I nothing happens.&lt;/p&gt;
&lt;p&gt;I looked into the response of the HTTP Request the agent sends and&lt;br&gt;
get the following error Message:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{
&quot;status&quot;: &quot;INTERNAL_SERVER_ERROR&quot;,
&quot;statuscode&quot;: 500,
&quot;key&quot;: &quot;UNSPECIFIED_INTERNAL_ERROR&quot;,
&quot;message&quot;: &quot;Internal error, that was not handled specially. See cause message for more information.&quot;,
&quot;time&quot;: &quot;2023-07-05T09:51:30.355Z&quot;,
&quot;reportedtoclient&quot;: true,
&quot;cause&quot;: {
    &quot;messages&quot;: [
        &quot;RESTEASY003340: Failure parsing MediaType string: false&quot;
    ],
....
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Is there anything I can do against this error?&lt;br&gt;
Thanks in advance!&lt;/p&gt;
&lt;p&gt;Marcel&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1909&amp;qa_1=yuuvis-rad-agent-custom-file-type</guid>
<pubDate>Wed, 05 Jul 2023 09:54:43 +0000</pubDate>
</item>
<item>
<title>Is it also possible to connect more than one server to Abbyy-Finereader/OCR Server</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1903&amp;qa_1=also-possible-connect-more-server-abbyy-finereader-server</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
you write that the (outsourced) OCR service connects to the Rendition Plus database via the Rendition sidecar.&lt;/p&gt;
&lt;p&gt;Is it possible to run more than one Yuuvis system against one OCR/Finereader server, as long as all configuration files match, since this is considered one cluster?&lt;br&gt;
(I suspect not, since there would then have to be support for more than one Rendition connection/DB).&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1903&amp;qa_1=also-possible-connect-more-server-abbyy-finereader-server</guid>
<pubDate>Wed, 14 Jun 2023 07:47:12 +0000</pubDate>
</item>
<item>
<title>Using REST API with LDAP Gateway</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1898&amp;qa_1=using-rest-api-with-ldap-gateway</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;we just set up a gateway with ldap authentication.&lt;br&gt;
before we had a Gateway with Basic auth.&lt;/p&gt;
&lt;p&gt;When we use the client for Authentication everthing works fine.&lt;br&gt;
But I have a problem when we want to use the ldap gateway with REST.&lt;/p&gt;
&lt;p&gt;When I try to send the Basic Auth Header with my LDP username and password&lt;br&gt;
I get an Unauthorized as reply.&lt;/p&gt;
&lt;p&gt;Is there a setting or something I have to pay attention to? &lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1898&amp;qa_1=using-rest-api-with-ldap-gateway</guid>
<pubDate>Fri, 26 May 2023 13:31:29 +0000</pubDate>
</item>
<item>
<title>How to enable direct links in a custom client</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1893&amp;qa_1=how-to-enable-direct-links-in-a-custom-client</link>
<description>&lt;p&gt;Hello yuuvis team,&lt;/p&gt;
&lt;p&gt;we made a custom client, additionally to the &quot;normal&quot; client running on yuuvis. According to &lt;a rel=&quot;nofollow&quot; href=&quot;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319623932/Deploying+your+Custom+Client&quot;&gt;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319623932/Deploying your Custom Client&lt;/a&gt; we changed the resource name and added an entry to authentication.exposed.endpoints.&lt;/p&gt;
&lt;p&gt;The client works as expected when it is called via its base URL (yuuvis.xx/app/resourcename), but when calling a link to e.g. a document (yuuvis.xx/app/resourcename/object/8134EAFA19AAetc) we only receive a &quot;Whitelabel Error Page&quot; (This application has no explicit mapping for /error, so you are seeing this as a fallback. There was an unexpected error (type=Not Found, status=404).)&lt;/p&gt;
&lt;p&gt;How can we fix this?&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Stefan&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1893&amp;qa_1=how-to-enable-direct-links-in-a-custom-client</guid>
<pubDate>Wed, 03 May 2023 08:29:09 +0000</pubDate>
</item>
<item>
<title>AD Synchronisation ldaps support</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1887&amp;qa_1=ad-synchronisation-ldaps-support</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;is it possilbe to do the AD synchronisation over ldaps?&lt;br&gt;
I tried to change  the ad.properties file to:&lt;/p&gt;
&lt;p&gt;java.naming.provider.url=ldaps\://ldaps.XXX.de\:636&lt;br&gt;
and&lt;br&gt;
java.naming.provider.url=ldap\://ldaps.XXX.de\:636&lt;/p&gt;
&lt;p&gt;But I get the errors:&lt;/p&gt;
&lt;p&gt;ESTABLISH_BROWSER_CONNECTION_FAILED: &lt;br&gt;
javax.naming.CommunicationException : simple bind failed: ldaps.XXX.de:636&lt;br&gt;
java.net.SocketException : Connection or outbound has closed&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;ESTABLISH_BROWSER_CONNECTION_FAILED: &lt;br&gt;
javax.naming.NamingException : LDAP connection has been closed&lt;/p&gt;
&lt;p&gt;Thanks for the anser in advance.&lt;br&gt;
schulerb&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1887&amp;qa_1=ad-synchronisation-ldaps-support</guid>
<pubDate>Wed, 05 Apr 2023 08:19:38 +0000</pubDate>
</item>
<item>
<title>Manipulate documenttype order</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1883&amp;qa_1=manipulate-documenttype-order</link>
<description>&lt;p&gt;Hey is there any way to manipulate the order of documents for example&lt;br&gt;
in the search or object creation dialog?&lt;/p&gt;
&lt;p&gt;We have a contextfolder with many different objects and right now it's sorted alphabetically but we have some more important type for example &quot;Schriftverkehr&quot; we wan't to keep the name but list it at the top.&lt;/p&gt;
&lt;p&gt;I already tried to add an zero width space but that isn't working&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://superuser.com/questions/1590069/are-there-special-characters-that-can-be-used-for-sorting-but-not-displaying&quot;&gt;https://superuser.com/questions/1590069/are-there-special-characters-that-can-be-used-for-sorting-but-not-displaying&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;right now we're just using a * at the front of the title but it would be nice to have a solution without any visible character for the user.  &lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1883&amp;qa_1=manipulate-documenttype-order</guid>
<pubDate>Mon, 03 Apr 2023 21:21:58 +0000</pubDate>
</item>
<item>
<title>CORS Settings</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1878&amp;qa_1=cors-settings</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;We are using an angular-app hosted on an additional server and a Yuuvis custom service which needs to receive additional headers.&lt;/p&gt;
&lt;p&gt;Therefore we need a way to configure CORS in the gateway configuration to allow additional headers.&lt;br&gt;
see &lt;a rel=&quot;nofollow&quot; href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers&quot;&gt;https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers&lt;/a&gt;.&lt;br&gt;
Is there already a proper setting for this? I haven't found anything in the manual.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks and best regards,&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1878&amp;qa_1=cors-settings</guid>
<pubDate>Mon, 27 Mar 2023 14:02:13 +0000</pubDate>
</item>
<item>
<title>Recommended way to build a custom client</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1866&amp;qa_1=recommended-way-to-build-a-custom-client</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I wanted to ask what is the currently recommended way to build a custom yuuvis RAD Client?&lt;br&gt;
It seems like the @eo-sdk/ packages are outdated and there are multiple&lt;br&gt;
@yuuvis/ npm packages and also a &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/OPTIMALSYSTEMS/yuuvis-client&quot;&gt;yuuvis-client&lt;/a&gt; repository on github.&lt;/p&gt;
&lt;p&gt;also I need to develope a custom structure tree that wouldn't be possible with the default structure tree definition. Is the best way to do something like this with a custom client or is there an easier way?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1866&amp;qa_1=recommended-way-to-build-a-custom-client</guid>
<pubDate>Thu, 16 Mar 2023 07:17:08 +0000</pubDate>
</item>
<item>
<title>Ignore/filter specific word for search</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1865&amp;qa_1=ignore-filter-specific-word-for-search</link>
<description>&lt;p&gt;Hi community&lt;/p&gt;
&lt;p&gt;Is it possible to ignore or filter a specific word when doing a full text search?&lt;br&gt;
Use case: We have a customer where the name of the company is mostly on every metadata and document. That means when the search input for a full text seach contains the company name, a lot of not neccessary hits will be found.&lt;/p&gt;
&lt;p&gt;Thank you and reagards&lt;br&gt;
Mathias&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1865&amp;qa_1=ignore-filter-specific-word-for-search</guid>
<pubDate>Mon, 13 Mar 2023 09:40:22 +0000</pubDate>
</item>
<item>
<title>Prioritizing Full-text Hit Lists</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1864&amp;qa_1=prioritizing-full-text-hit-lists</link>
<description>&lt;p&gt;Hi community&lt;/p&gt;
&lt;p&gt;According to the &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvisRAD/v80/admin/en/administration/installation/elasticprios.htm&quot;&gt;documentation&lt;/a&gt;, the full-text hit lists in yuuvis RAD are also weighted according to the number of file versions.&lt;br&gt;
Can this be configured to have less weight or be disabled?&lt;/p&gt;
&lt;p&gt;Regards Mathias &lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1864&amp;qa_1=prioritizing-full-text-hit-lists</guid>
<pubDate>Fri, 10 Mar 2023 08:17:45 +0000</pubDate>
</item>
<item>
<title>How to sort fields or table-rows?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1863&amp;qa_1=how-to-sort-fields-or-table-rows</link>
<description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;we have a YuuvisRAD 8.16 and want to set a sort order - but I can't find anything in the designer.&lt;br&gt;
One of our colleagues would like to have the table entries sorted by date in descending order. However, I would also like to specify sort orders on the results lists.&lt;br&gt;
How can I achieve this?&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=12263250797131800025&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1863&amp;qa_1=how-to-sort-fields-or-table-rows</guid>
<pubDate>Wed, 08 Mar 2023 15:10:50 +0000</pubDate>
</item>
<item>
<title>Unzip file on the fly on its way to custom viewer</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1862&amp;qa_1=unzip-file-on-the-fly-on-its-way-to-custom-viewer</link>
<description>&lt;p&gt;Hello yuuvis team,&lt;/p&gt;
&lt;p&gt;on&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319620482/Customizing+the+Client+Preview&quot;&gt;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319620482/Customizing the Client Preview&lt;/a&gt;&lt;br&gt;
there is a documentation how to include custom viewers. We included one and just pass the URL of the file to view, as shown in the examples.&lt;/p&gt;
&lt;p&gt;Now we want to store the file zipped (gzip), but this viewer can only handle unzipped files. Is there any possibility (maybe parameter in the url to the file) to call the unzipped file?&lt;/p&gt;
&lt;p&gt;Example:&lt;br&gt;
Current:&lt;br&gt;
file.xy -&amp;gt; viewer -&amp;gt; show&lt;/p&gt;
&lt;p&gt;Future:&lt;br&gt;
file.xyz is stored in yuuvis -&amp;gt; viewer receives file.xy -&amp;gt; show&lt;/p&gt;
&lt;p&gt;Have a nice weekend,&lt;/p&gt;
&lt;p&gt;Stefan&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1862&amp;qa_1=unzip-file-on-the-fly-on-its-way-to-custom-viewer</guid>
<pubDate>Fri, 17 Feb 2023 13:38:24 +0000</pubDate>
</item>
<item>
<title>Active Directory synchronization issue, 'no user account available'</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1861&amp;qa_1=active-directory-synchronization-issue-account-available</link>
<description>&lt;p&gt;Hi dear OS Team,&lt;/p&gt;
&lt;p&gt;we have configured active directory synchronization via ad groups with help of the provided xml-template. &lt;br&gt;
The synchronization works fine - groups as well as accounts and their properties are synchronized correctly. &lt;br&gt;
We also configured the 'dangling' and 'deactivated' objects like so:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;danglingobjectsparent name=&quot;benutzer_inaktiv&quot; /&amp;gt;
  &amp;lt;deactivatedobjectsparent name=&quot;benutzer_inaktiv&quot; /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Our expectation was, that if AD account is deleted, it'll simply be moved into the 'benutzer_inaktiv' group in yuuvis. &lt;/p&gt;
&lt;p&gt;However, if a person's account in AD is deleted, we observe inkonsistent behavior. &lt;br&gt;
Sometimes accounts stay 'active' and 'present', in the system and are moved to the group 'benutzer_inaktiv' (which is kind of what we want)&lt;br&gt;
Sometimes they are marked as 'not active' but 'present' in the system and are moved to the group 'benutzer_inkativ' and the management console displays the message 'No user account available.' This causes some issues with object dependencies in the system.&lt;/p&gt;
&lt;p&gt;Could you tell us, what is the designed behavior for deletion of the AD Account? &lt;br&gt;
Can we somehow solve the issue with 'no user account available'?&lt;/p&gt;
&lt;p&gt;Thank you!&lt;br&gt;
Umar&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1861&amp;qa_1=active-directory-synchronization-issue-account-available</guid>
<pubDate>Fri, 17 Feb 2023 12:09:52 +0000</pubDate>
</item>
<item>
<title>Duplikatserkennung</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1845&amp;qa_1=duplikatserkennung</link>
<description>&lt;p&gt;Hello, everyone,&lt;/p&gt;
&lt;p&gt;we have the following scenario:&lt;br&gt;
Documents are transmitted to yuuvis via the REST API using a data extraction tool. It is quite possible that the same document comes in 1:1 again via the REST API. At this point we need the duplicate detection as with manual filing via the filing basket. We start a WF (approval process) with the documents. We want to make duplicates recognizable so that the user knows in the process that it is a document that already exists in the archive and has probably gone through a WF.&lt;/p&gt;
&lt;p&gt;In summary, we also need the duplicate detection for manual document storage via REST API.&lt;/p&gt;
&lt;p&gt;What possibilities do we have?&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1845&amp;qa_1=duplikatserkennung</guid>
<pubDate>Mon, 23 Jan 2023 13:53:59 +0000</pubDate>
</item>
<item>
<title>Is it possible to move the FineReader to another server under Yuuvis?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1844&amp;qa_1=is-possible-move-the-finereader-another-server-under-yuuvis</link>
<description>&lt;p&gt;Hello all&lt;br&gt;
What all needs to be done to be able to outsource Abbyy FineReader 12 to another server? Do I need to offload the OCR microservice as well and how do I connect it to the rest of the microservices?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1844&amp;qa_1=is-possible-move-the-finereader-another-server-under-yuuvis</guid>
<pubDate>Fri, 20 Jan 2023 10:19:30 +0000</pubDate>
</item>
<item>
<title>Change the MIME-TYPE of a file of the custom client</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1842&amp;qa_1=change-the-mime-type-of-a-file-of-the-custom-client</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;in the assets of our client we have a .wasm-file. It should be delivered as 'application/wasm', but it is delivered to the browser as 'application/octet-stream'.&lt;br&gt;
Where can this be changed?&lt;br&gt;
A mime-entry in the web.xml of the rendition-service didn`t change anything.&lt;/p&gt;
&lt;p&gt;Best,&lt;br&gt;
Stefan&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1842&amp;qa_1=change-the-mime-type-of-a-file-of-the-custom-client</guid>
<pubDate>Fri, 13 Jan 2023 09:11:59 +0000</pubDate>
</item>
<item>
<title>How to build custom JSON structure tree so that Subfolder is possible and tree doesn't disappear in parts</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1841&amp;qa_1=custom-structure-subfolder-possible-doesnt-disappear-parts</link>
<description>&lt;p&gt;We have a structure tree that should be standard plus one subfolder based on the document type. We currently have this designed as in the image on the left. Unfortunately, the structure tree disappears in parts when there is not a single object in this folder (right side of the first image).&lt;br&gt;
How can I stop this?&lt;br&gt;
When trying to realize this via the showempty or hideempty attribute, I got errors or results that did not bring me to my goal.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=15714899443958274400&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;If I leave JSON-Definition empty then the empty folders are displayed correctly - see second image:&lt;br&gt;
&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=17871933021787789209&quot; alt=&quot;&quot;&gt; &lt;/p&gt;
&lt;p&gt;Our code is as follows:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;  {&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&quot;key&quot;:&quot;documents&quot;,
&quot;title&quot;:&quot;Documents&quot;,
&quot;title_locales&quot;: 
  {
  &quot;en&quot;:&quot;Supplier documents&quot;,
  &quot;de&quot;:&quot;Lieferantendokumente&quot;,
  &quot;zh&quot;:&quot;供应商文件&quot;
  },

&quot;expanded&quot;:true,
			  
&quot;folder&quot;:
[
  {
    &quot;key&quot;:&quot;creditorfiles&quot;,
	&quot;type&quot;:&quot;creditorfile&quot;,
    &quot;title&quot;:&quot;Document by type&quot;,
    &quot;title_locales&quot;: {
      &quot;en&quot;:&quot;General supplier documents&quot;,
      &quot;de&quot;:&quot;Allgemeine Lieferantendokumente&quot;,
      &quot;zh&quot;:&quot;一般供应商文件&quot;
	},
    &quot;field&quot;: &quot;file.abdocumenttype&quot;,
    &quot;expanded&quot;:true
  },
  {
    &quot;title&quot;:&quot;Creditor Contacts&quot;,
	&quot;title_locales&quot;: {
      &quot;en&quot;:&quot;Supplier contacts&quot;,
      &quot;de&quot;:&quot;Lieferantenkontakte&quot;,
      &quot;zh&quot;:&quot;供应商联系&quot;
	},
    &quot;key&quot;:&quot;creditorcontacts&quot;,
    &quot;type&quot;: &quot;creditorcontact&quot;,
	&quot;expanded&quot;:true
  },
  {
    &quot;title&quot;:&quot;Creditor E-Mails&quot;,
	&quot;title_locales&quot;: {
      &quot;en&quot;:&quot;Supplier E-Mails&quot;,
      &quot;de&quot;:&quot;Lieferanten-E-Mails&quot;,
      &quot;zh&quot;:&quot;供应商电子邮件&quot;
	},
    &quot;key&quot;:&quot;creditoremails&quot;,
    &quot;type&quot;: &quot;creditoremail&quot;,
	&quot;expanded&quot;:true,
	&quot;hideempty&quot;:false,
	&quot;showempty&quot;: true
  },
  {
    &quot;title&quot;:&quot;Invoices&quot;,
	&quot;title_locales&quot;: {
      &quot;en&quot;:&quot;Invoices&quot;,
      &quot;de&quot;:&quot;Rechnungen&quot;,
      &quot;zh&quot;:&quot;发票&quot;
	},
    &quot;key&quot;:&quot;invoices&quot;,
    &quot;type&quot;: &quot;cfivdocument&quot;,
	&quot;expanded&quot;:true,
	&quot;hideempty&quot;:false,
	&quot;showempty&quot;: true
  }
]
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;  },&lt;br&gt;
  {&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&quot;title&quot;:&quot;Edited by me&quot;,
&quot;title_locales&quot; : {
   &quot;en&quot;:&quot;Modified by me&quot;,
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt; 	   &quot;de&quot;:&quot;Von mir bearbeitet&quot;,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;   &quot;zh&quot;:&quot;由我修改的&quot;
},
&quot;key&quot; : &quot;ModifiedByMe&quot;,
&quot;condition&quot; : &quot;modifier=#CURRENTUSER#&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;  },&lt;br&gt;
  {&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&quot;title&quot;: &quot;Editors&quot;,
&quot;title_locales&quot; : {
  &quot;en&quot;:&quot;Edited by&quot;,
  &quot;de&quot;:&quot;Geändert von&quot;,
  &quot;zh&quot;:&quot;修改的是&quot;
},
&quot;key&quot;: &quot;Modifier&quot;,
&quot;field&quot;: &quot;modifiertitle&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;  },&lt;br&gt;
  {&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&quot;title&quot; : &quot;Modification range&quot;,
&quot;title_locales&quot; : {
  &quot;en&quot;:&quot;Modification range&quot;,
  &quot;de&quot;:&quot;Bearbeitungszeitraum&quot;,
  &quot;zh&quot;:&quot;修改范围&quot;
},
&quot;key&quot; : &quot;ModifiedRange&quot;,
&quot;method&quot; : &quot;daterange&quot;,
&quot;field&quot; : &quot;modified&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;  }&lt;br&gt;
]&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1841&amp;qa_1=custom-structure-subfolder-possible-doesnt-disappear-parts</guid>
<pubDate>Tue, 10 Jan 2023 14:03:42 +0000</pubDate>
</item>
<item>
<title>mixed Structure and Reference Trees</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1832&amp;qa_1=mixed-structure-and-reference-trees</link>
<description>&lt;p&gt;Is there any possibility right now to mix the structure and reference tree's together?&lt;br&gt;
For example we have the following tree:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=17943208592172053568&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;The problem right now is that the &quot;kaufmännischer Fragebogen&quot; can contain multiple files and also can exist before the &quot;Auftragsakte&quot; so we changed the system so that the &quot;kaufmännischer Fragebogen&quot; has an own context folder and is referenced to the &quot;Auftragsakte&quot; once it's created.&lt;/p&gt;
&lt;p&gt;But the other problem now is that we can't have it under point 3 &quot;Auftragsbestätigung&quot; anymore cause it's a reference now. (we also moved the references up with custom css so dont get confused by that).&lt;/p&gt;
&lt;p&gt;And it's hard to explain to our ousers why it has to be outside now so it would be nice to have a &quot;mixed&quot; tree.&lt;/p&gt;
&lt;p&gt;Maybe some concept where you can write simple Scripts to generate the tree with JavaScript for the future could be interesting for yuuvis.&lt;/p&gt;
&lt;p&gt;for example the structure tree could be just a simple definition or some script like that and would also allow all forms of custom conditions etc.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// Simple structure tree like now    
[
        {
            &quot;title&quot;: &quot;Auftragsakte&quot;,
            &quot;expanded&quot;: true,
            &quot;key&quot;: &quot;auftragalledokumente&quot;,
            &quot;folder&quot;: [
                {
                    &quot;title&quot;: &quot;1. Vertragsannahme&quot;,
                    &quot;key&quot;: &quot;vertragsannahme&quot;,
                    &quot;condition&quot;: &quot;type='akteverhandlungsprotokoll' OR (type='akteschriftverkehr' AND akteschriftverkehr.art='Beauftragung')&quot;,
                    &quot;expanded&quot;: false,
                    &quot;folder&quot;: [
                        {
                            &quot;title&quot;: &quot;Beauftragung&quot;,
                            &quot;condition&quot;: &quot;type='akteschriftverkehr' AND akteschriftverkehr.art='Beauftragung'&quot;,
                            &quot;key&quot;: &quot;beauftragung&quot;
                        },
                        {
                            &quot;title&quot;: &quot;Verhandlungsprotokoll&quot;,
                            &quot;condition&quot;: &quot;type='akteverhandlungsprotokoll'&quot;,
                            &quot;key&quot;: &quot;verhandlungsprotokoll&quot;
                        }
                    ]
                }
            ]
        }
    ]
    
    
    // Advanced custom tree for more complex things
    
    // object could look like this:
    //  {
    //      &quot;type&quot;: string type of the object
    //      &quot;reference&quot;: true / false,
    //      &quot;data&quot;: { ... },
    //      ...
    //  }
    (objects) =&amp;gt; {
        return [
            {
                &quot;title&quot;: &quot;Auftragsakte&quot;,
                &quot;expanded&quot;: true,
                &quot;key&quot;: &quot;auftragalledokumente&quot;,
                &quot;folder&quot;: [
                    {
                        &quot;title&quot;: &quot;1. Vertragsannahme&quot;,
                        &quot;key&quot;: &quot;vertragsannahme&quot;,
                        &quot;condition&quot;: &quot;type='akteverhandlungsprotokoll' OR (type='akteschriftverkehr' AND akteschriftverkehr.art='Beauftragung')&quot;,
                        &quot;expanded&quot;: false,
                        &quot;folder&quot;: [
                            {
                                &quot;title&quot;: &quot;Beauftragung&quot;,
                                &quot;entries&quot;: (objects) =&amp;gt; objects.filter((entry) =&amp;gt; entry.type === 'akteschriftverkehr' &amp;amp;&amp;amp; entry.akteschriftverkehr.art === 'Beauftragung'),
                                &quot;key&quot;: &quot;beauftragung&quot;
                            },
                            {
                                &quot;title&quot;: &quot;Verhandlungsprotokoll&quot;,
                                &quot;condition&quot;: &quot;type='akteverhandlungsprotokoll'&quot;,
                                &quot;key&quot;: &quot;verhandlungsprotokoll&quot;
                            }
                        ]
                    }
                ]
            }
        ];
    }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;of course this could be way more advanced to allow a much more flexible structure.&lt;/p&gt;
&lt;p&gt;But for now is there a way to replace the structure tree somehow with custom JavaScript and still keep the functionality or something like that? This would be really helpfull! :)&lt;br&gt;
Thanks in advance!&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1832&amp;qa_1=mixed-structure-and-reference-trees</guid>
<pubDate>Tue, 20 Dec 2022 17:29:08 +0000</pubDate>
</item>
<item>
<title>How to encrypt repository files</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1829&amp;qa_1=how-to-encrypt-repository-files</link>
<description>&lt;p&gt;Currently I want to store the data encrypted in my Yuuvis RAD 8.14/8.16. In the meantime I have also received the necessary information from OS support on how to enable repository encryption from Yuuvis RAD 8.2. In the media in the management you can enable encryption. The entry &quot;Internal&quot; as selectable entry is an entry that seems to be only &quot;half-ready&quot; as in the &quot;internal keys-section&quot; there ist no algorithm behind it - why?&lt;/p&gt;
&lt;p&gt;-Why can I set a key only on an internal media (hdd) and not on an external media (S3-bucket)?&lt;br&gt;
I have to encrypt data written to a bucket!&lt;br&gt;
(see picture below)&lt;/p&gt;
&lt;p&gt;-Can I activate encryption in a system where documents and data have already been stored without losing the already stored documents?&lt;br&gt;
-&amp;gt; I already tried it and old documents can still be accessed (unencrypted) and I didn't face data-loss. So far so good.&lt;/p&gt;
&lt;p&gt;The help page here does not go into detail - the management of keys should be described as first step here:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvisRAD/v80/admin/en/administration/mediamanagement/medien_tsk_mediasets.htm?Highlight=schl%C3%BCssel&quot;&gt;https://help.optimal-systems.com/yuuvisRAD/v80/admin/en/administration/mediamanagement/medien_tsk_mediasets.htm?Highlight=schlüssel&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-Do I have any influence on the encryption strength or algorithm?&lt;br&gt;
-&amp;gt; It seems, when I configure custom keys, rights?&lt;/p&gt;
&lt;p&gt;-Can I backup encryption keys to protect myself from data loss?&lt;br&gt;
-&amp;gt; hm probably with custom keys this should be possible but what about internal keys:&lt;br&gt;
- is every &quot;internal key the same and therefore I can access after a system crash?&lt;/p&gt;
&lt;p&gt;-Can I access a S3 dataset with identical encryption from two core servers sharing a DB?&lt;br&gt;
(Or if server 1 fails build a &quot;successor&quot; in such a way that I can still access the data, which goes with the previous question).&lt;/p&gt;
&lt;p&gt;-In the admin help for Yuuvis I did find parameters, however they are not very informative to me - is this information relevant?&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvisRAD/v80/admin/en/architecture/microservices/mic_tsk_service-archive.htm?Highlight=verschl%C3%BCsselung&quot;&gt;https://help.optimal-systems.com/yuuvisRAD/v80/admin/en/architecture/microservices/mic_tsk_service-archive.htm?Highlight=verschlüsselung&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=7537807410827558397&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1829&amp;qa_1=how-to-encrypt-repository-files</guid>
<pubDate>Mon, 19 Dec 2022 13:55:51 +0000</pubDate>
</item>
<item>
<title>Make a table row mandatory under Yuuvis RAD 8.14</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1828&amp;qa_1=make-a-table-row-mandatory-under-yuuvis-rad-8-14</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
we have a table in which at least one mandatory row should be entered by the user.&lt;br&gt;
In the designer I found a possibility how to define the table as &quot;not null&quot;, but somehow this had no effect in my tests.&lt;/p&gt;
&lt;p&gt;My attempt to make individual table fields mandatory only worked when you create a row, which the user doesn't have to do, but that's exactly what I want to achieve.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;best regards&lt;br&gt;
-Enno&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1828&amp;qa_1=make-a-table-row-mandatory-under-yuuvis-rad-8-14</guid>
<pubDate>Thu, 15 Dec 2022 11:40:11 +0000</pubDate>
</item>
<item>
<title>Can someone help me to put some .eml-Files from Lotus Notes to Yuuvis RAD 8.14?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1827&amp;qa_1=can-someone-help-put-some-eml-files-from-lotus-notes-yuuvis-rad</link>
<description>&lt;p&gt;Hello, &lt;br&gt;
I'm able to archive .eml and .msg files that both don't come from Lotus Notes. Yuuvis refuses to allow me to file emails originating from &lt;strong&gt;Lotus Notes&lt;/strong&gt; - any idea?&lt;br&gt;
Yuuvis states: No object types for creation are available for this file at the selected location.&lt;/p&gt;
&lt;p&gt;Same procedure but other .eml/.msg files work fine.&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1827&amp;qa_1=can-someone-help-put-some-eml-files-from-lotus-notes-yuuvis-rad</guid>
<pubDate>Thu, 15 Dec 2022 10:44:00 +0000</pubDate>
</item>
<item>
<title>File name limitation</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1822&amp;qa_1=file-name-limitation</link>
<description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Are there any known limitation of the filename when a document is uploaded?&lt;br&gt;
There is an issue when the filename is too long. In my case, it works with 129 charachters but breaks with 130 charachters. As far as I can see from the logs, there is a problem in the extraction service when the 'exiftool.exe' is called.&lt;/p&gt;
&lt;p&gt;Thanks and regards, Mathias&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1822&amp;qa_1=file-name-limitation</guid>
<pubDate>Wed, 14 Dec 2022 07:08:41 +0000</pubDate>
</item>
<item>
<title>How can I migrate files from one storage to another without archiving them?</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1820&amp;qa_1=migrate-files-from-storage-another-without-archiving-them</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
I just did some tests with an external S3 (bucket) storage:&lt;br&gt;
I added a second work storage, switched it to active and did some tests by saving some files to Yuuvis RAD. After that, I re-enabled the internal &quot;standard work&quot; storage in my &quot;default work set&quot;.&lt;br&gt;
Since there are still files on the external storage, I can't currently delete the S3 storage (which is OK up to here).&lt;/p&gt;
&lt;p&gt;Now how can I migrate (move) all the external S3 objects to my internal storage so that I can delete the 2nd storage ?&lt;br&gt;
I have also searched here: &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvisRAD/v80/admin/en/administration/operations/ops_con_operations.htm&quot;&gt;https://help.optimal-systems.com/yuuvisRAD/v80/admin/en/administration/operations/ops_con_operations.htm&lt;/a&gt;&lt;br&gt;
but unfortunately didn't find the right option there.&lt;/p&gt;
&lt;p&gt;As I think moving files from one storage (and or media set) to another is a very important this should be possible and also be described (and perhaps should be available by a default operation)&lt;br&gt;
Best regards&lt;br&gt;
-Enno&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1820&amp;qa_1=migrate-files-from-storage-another-without-archiving-them</guid>
<pubDate>Tue, 13 Dec 2022 17:44:43 +0000</pubDate>
</item>
<item>
<title>FineReader 12 Update</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1818&amp;qa_1=finereader-12-update</link>
<description>&lt;p&gt;Hi community&lt;/p&gt;
&lt;p&gt;In version 8.14 the  FineReader will be updated to version 12.&lt;br&gt;
Is the license that is used for the older version of  FineReader still valid or is a new license needed?&lt;/p&gt;
&lt;p&gt;Regards, Mathias&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1818&amp;qa_1=finereader-12-update</guid>
<pubDate>Tue, 13 Dec 2022 07:56:44 +0000</pubDate>
</item>
<item>
<title>How to create a yuuvis-user via API</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1812&amp;qa_1=how-to-create-a-yuuvis-user-via-api</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
we plan to implement an non AD-Environment with multiple stages: Development, Staging and Productive and therefore we have to create a lot of users several times. How can we create yuuvis-users via API? (or via other automated way)&lt;br&gt;
best regards&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1812&amp;qa_1=how-to-create-a-yuuvis-user-via-api</guid>
<pubDate>Fri, 11 Nov 2022 08:45:33 +0000</pubDate>
</item>
<item>
<title>Nested custom action</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1806&amp;qa_1=nested-custom-action</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;is it possible to build nested cutom actions in a custom client?&lt;br&gt;
It should work in a similar way as in the 'Download document file' action in the standard client:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=12309958545446509368&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1806&amp;qa_1=nested-custom-action</guid>
<pubDate>Fri, 28 Oct 2022 13:02:19 +0000</pubDate>
</item>
<item>
<title>Prevent users from removing document files</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1805&amp;qa_1=prevent-users-from-removing-document-files</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
a quick question about Yuuvis RAD 8.12 and how to deal with attached files:&lt;br&gt;
How can I prevent users from deleting document files even though the file is mandatory in that document type?&lt;br&gt;
(Deleting the entire document should still be possible).&lt;br&gt;
Also relevant: How can I restrict document files from being replaced?&lt;/p&gt;
&lt;p&gt;Any way is welcome: Designer setting, right, script&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1805&amp;qa_1=prevent-users-from-removing-document-files</guid>
<pubDate>Wed, 26 Oct 2022 09:42:16 +0000</pubDate>
</item>
</channel>
</rss>