<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>yuuvis® RAD Q&amp;A - Recent questions and answers</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=qa</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: 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&amp;show=1990#a1990</link>
<description>&lt;p&gt;Hello Mr Dünkel, &lt;/p&gt;
&lt;p&gt;you can use the endpoint DmsService.getItemContent with the Rendition Parameter set to &quot;TEXT&quot;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://qa-rad.yuuvis.com/?qa=blob&amp;amp;qa_blobid=125355255526544187&quot; alt=&quot;&quot;&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&amp;show=1990#a1990</guid>
<pubDate>Tue, 16 Dec 2025 16:09:02 +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>Answered: 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&amp;show=1977#a1977</link>
<description>&lt;p&gt;Hi Mathias,&lt;/p&gt;
&lt;p&gt;Currently, the sets are not supported by this feature. We have to check whether Elasticsearch supports this and how. So you have to send us a change request.&lt;br&gt;
May be I can answer you at the end of next week.&lt;/p&gt;
&lt;p&gt;But our developers have a first question to this topic: How should the scoring work? Only for one value of the set, and if more the one, should they again be scored? Please, can you ask your customer about is expectations?&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br&gt;
Martin&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&amp;show=1977#a1977</guid>
<pubDate>Fri, 26 Apr 2024 14:22:50 +0000</pubDate>
</item>
<item>
<title>Answered: Labels for language definitions</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1969&amp;qa_1=labels-for-language-definitions&amp;show=1972#a1972</link>
<description>&lt;p&gt;Hi Mathias, the labels of the buttons are configured in the extend.json as described in the documentation:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvisRAD/v90/admin/de/administration/client-config/config_custom_languages.htm&quot;&gt;https://help.optimal-systems.com/yuuvisRAD/v90/admin/de/administration/client-config/config_custom_languages.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;BR Martin&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1969&amp;qa_1=labels-for-language-definitions&amp;show=1972#a1972</guid>
<pubDate>Mon, 08 Apr 2024 13:00:37 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1968#a1968</link>
<description>&lt;p&gt;Hi Mathias, &lt;/p&gt;
&lt;p&gt;OK, we lost the storage information during one of the 9.x version and brought it back but without checking the system privilege to manage storages. This is a bug and we will track this with ticket TUK-4689.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br&gt;
Martin&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&amp;show=1968#a1968</guid>
<pubDate>Wed, 27 Mar 2024 14:09:49 +0000</pubDate>
</item>
<item>
<title>Answered: “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&amp;show=1967#a1967</link>
<description>&lt;p&gt;Hi Mathias, &lt;/p&gt;
&lt;p&gt;we have removed it with 9.2, two reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;reduce the items of the list, it is enough to click on the symbol in the object detail header&lt;/li&gt;
&lt;li&gt;the dialog to enter a custom title for the favorites list could not be offered in that way.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Best Regards,&lt;br&gt;
Martin&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&amp;show=1967#a1967</guid>
<pubDate>Wed, 27 Mar 2024 13:43:47 +0000</pubDate>
</item>
<item>
<title>Answered: Custom Dashboard: Reset to default</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1963&amp;qa_1=custom-dashboard-reset-to-default&amp;show=1966#a1966</link>
<description>&lt;p&gt;Hi Mathias, &lt;/p&gt;
&lt;p&gt;Currently, is is not possible to reset the Dashlets to the default one. This missing feature will come with one of the next hotfixes.&lt;/p&gt;
&lt;p&gt;And yes, the mentioned dashboard.json can be changed and used as the new default dashboard.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br&gt;
Martin&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1963&amp;qa_1=custom-dashboard-reset-to-default&amp;show=1966#a1966</guid>
<pubDate>Mon, 25 Mar 2024 18:00:44 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1962#a1962</link>
<description>&lt;p&gt;Version 10.0 will support you here. It will be possible to overwrite the description of a field via form script like:&lt;/p&gt;
&lt;p&gt;scope.model.myfield.description = 'My description'&lt;/p&gt;
&lt;p&gt;The description is shown below the form 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&amp;show=1962#a1962</guid>
<pubDate>Mon, 11 Mar 2024 18:33:44 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1960#a1960</link>
<description>&lt;p&gt;These are the three possibilities to configure booleans and when to use it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Boolean data field + default value = true/false + mandatory field:&lt;br&gt;
-&amp;gt;  Only 2 states are offered in the client.&lt;br&gt;
-&amp;gt;  This is how you get a yes/no field where you prefer a value for users in advance&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Boolean data field +default value = null + mandatory field:&lt;br&gt;
-&amp;gt; In the client, zero is offered first, then it goes through 2 states&lt;br&gt;
-&amp;gt; You use this setting when you want to force a decision from the user,&lt;br&gt;
-&amp;gt; but no value offered/preferred in advance&lt;br&gt;
(this means that the user has to actively decide - it is not enough to simply click on forward)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Boolean data field + any default value:&lt;br&gt;
o Three states are offered in the client&lt;br&gt;
o Usable in cases where users need a choice between yes/no/don't know&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
</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&amp;show=1960#a1960</guid>
<pubDate>Mon, 11 Mar 2024 18:26:54 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1958#a1958</link>
<description>&lt;p&gt;Hello Felix, &lt;/p&gt;
&lt;p&gt;this is a configuration of the spring boot eureka component. Please see here for a possible solution:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/questions/32616329/eureka-never-unregisters-a-service?rq=2&quot;&gt;https://stackoverflow.com/questions/32616329/eureka-never-unregisters-a-service?rq=2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1958#a1958</guid>
<pubDate>Tue, 30 Jan 2024 13:12:04 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1957#a1957</link>
<description>&lt;p&gt;Hello Andy, &lt;/p&gt;
&lt;p&gt;please see here: &lt;a rel=&quot;nofollow&quot; href=&quot;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319620001/Extending+the+Client+with+Plug-ins&quot;&gt;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319620001/Extending the Client with Plug-ins&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1957#a1957</guid>
<pubDate>Tue, 30 Jan 2024 13:08:18 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1956#a1956</link>
<description>&lt;p&gt;The problem is OAuth2 and/or 2FA which was not supported until version 9.12. &lt;br&gt;
With the current version 9.16 LTS this is supported and can be configured as described here:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/538902548/Sending+Emails+via+OAuth2+Authentication+for+Microsoft+Office+365&quot;&gt;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/538902548/Sending Emails via OAuth2 Authentication for Microsoft Office 365&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1956#a1956</guid>
<pubDate>Tue, 30 Jan 2024 12:59:38 +0000</pubDate>
</item>
<item>
<title>Answered: Timeout in BPM Script</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1276&amp;qa_1=timeout-in-bpm-script&amp;show=1955#a1955</link>
<description>&lt;p&gt;Hi Mathias,&lt;/p&gt;
&lt;p&gt;with yRAD 10.0 we will introduce the new feature: HTTP-Request timeout can be configured for each request. &lt;br&gt;
As before, the complete documentation can be found in server-documentation pages.&lt;/p&gt;
&lt;p&gt;The parameter is optional and if nothing is configured, the server-timeout will be used for the request.&lt;/p&gt;
&lt;p&gt;best regards,&lt;br&gt;
Bratislav&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1276&amp;qa_1=timeout-in-bpm-script&amp;show=1955#a1955</guid>
<pubDate>Tue, 30 Jan 2024 10:28:48 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1954#a1954</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I did not fully understand the question. &lt;br&gt;
Could you please provide a bit more information and an example? &lt;/p&gt;
&lt;p&gt;best regards,&lt;br&gt;
Bratislav&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&amp;show=1954#a1954</guid>
<pubDate>Mon, 08 Jan 2024 10:15:10 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1953#a1953</link>
<description>&lt;p&gt;Hello Jan!&lt;/p&gt;
&lt;p&gt;I am not sure what exactly the problems is, but I have 2 things I noticed, one of mich might be the cause of the problem.&lt;/p&gt;
&lt;p&gt;First, you're mixing some stuff here in the http request.&lt;br&gt;
You're using string concatenation for adding the process- and object-id to the request, but thenn still use the &quot;param&quot; function which is meant to replace placeholders in the path.&lt;br&gt;
So as is, you could remove the two &quot;.param&quot; calls as they don't do anything currently.&lt;br&gt;
Or you can change the .path call to:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;.path('/api/bpm/process/{processId}/file/{dmsObjectId')
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;For the two .param calls to do anything.&lt;/p&gt;
&lt;p&gt;Secondly, what is &quot;dmsObjectType&quot; defined as / are you sure it's defined somewhere? Your script doesn't include the definition of &quot;dmsObjectType&quot;, so if you forgot to define it, then it will result in a call with the type &quot;undefined&quot; and there will be no object with the type &quot;undefined&quot; and the id of your object.&lt;/p&gt;
&lt;p&gt;The second point, looking at the 404 response, is most likely the root cause, so I hope this will solve your problem.&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;br&gt;
Yannick&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&amp;show=1953#a1953</guid>
<pubDate>Fri, 05 Jan 2024 15:53:25 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1952#a1952</link>
<description>&lt;p&gt;Hi Stepan, &lt;br&gt;
The System-Global-Admin is no longer used. It was used in Cluster-Situation but we removed that, but not that specific user yet. But thx for that hint, I will ceck this and we will remove it in the next major version.&lt;br&gt;
Best Regards,&lt;br&gt;
Martin&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&amp;show=1952#a1952</guid>
<pubDate>Fri, 05 Jan 2024 15:31:35 +0000</pubDate>
</item>
<item>
<title>Answered: Designer warning regarding obsolete forms</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1876&amp;qa_1=designer-warning-regarding-obsolete-forms&amp;show=1951#a1951</link>
<description>&lt;p&gt;Hi Gabriel, &lt;br&gt;
please, can you contact our support for this topic?&lt;br&gt;
Thx and Best Regards,&lt;br&gt;
Martin&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1876&amp;qa_1=designer-warning-regarding-obsolete-forms&amp;show=1951#a1951</guid>
<pubDate>Fri, 05 Jan 2024 15:29:25 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1950#a1950</link>
<description>&lt;p&gt;Currently there is no other option. The system user has no recycle bin and a soft delete is not possible from a microservice using this user by default. &lt;br&gt;
As a solution for this scenario the yuuvis RAD system could provide a solution by using the default admin account as recycle bin for the system user. Could be implemented in a future version.&lt;/p&gt;
&lt;p&gt;As a workaound/solution for now: I would recommend to use a dedicated user and assign it to the microervice. As it is not possible at the moment to get an API key for a user, the mircroservice has to store username/password in the configuration. The calls can be done by using basic authentication. This dedicated user must have the rights to move the objects to the recycle bin. Currently there is no other way.&lt;/p&gt;
&lt;p&gt;br&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&amp;show=1950#a1950</guid>
<pubDate>Fri, 05 Jan 2024 15:21:15 +0000</pubDate>
</item>
<item>
<title>Answered: yuuvis RAD Agent</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1896&amp;qa_1=yuuvis-rad-agent&amp;show=1949#a1949</link>
<description>&lt;p&gt;Hi Olaf, &lt;br&gt;
which version of the agent do you have installed? The current version 7.5.11 should work fine.&lt;br&gt;
Best Regards,&lt;br&gt;
Martin&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1896&amp;qa_1=yuuvis-rad-agent&amp;show=1949#a1949</guid>
<pubDate>Fri, 05 Jan 2024 15:09:37 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1948#a1948</link>
<description>&lt;p&gt;Hi Olaf, &lt;br&gt;
you can add other language files on you own. &lt;br&gt;
See the documentation:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvisRAD/v90/admin/en/administration/client-config/config_custom_languages.htm&quot;&gt;https://help.optimal-systems.com/yuuvisRAD/v90/admin/en/administration/client-config/config_custom_languages.htm&lt;/a&gt;&lt;br&gt;
Best Regards, &lt;br&gt;
Martin&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&amp;show=1948#a1948</guid>
<pubDate>Fri, 05 Jan 2024 15:03:39 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1947#a1947</link>
<description>&lt;p&gt;Hi Felix, &lt;br&gt;
do you speak about the yuuvis RAD or Momentum Environment?&lt;br&gt;
BR Martin&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&amp;show=1947#a1947</guid>
<pubDate>Fri, 05 Jan 2024 15:00:54 +0000</pubDate>
</item>
<item>
<title>Answered: How to encrypt repository files</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1923&amp;qa_1=how-to-encrypt-repository-files&amp;show=1946#a1946</link>
<description>&lt;p&gt;Hi Henry, &lt;br&gt;
we had to hide the documentation for repository encryption due to European Union regulations. If you want to use this feature inside the EU are, please, tell me and I will give you the information. Otherwise, you may wait some weeks or months. The EU has changed the regulations and we are waiting for the allowance to ship this feature outside the EU as well.&lt;br&gt;
Best Regards, &lt;br&gt;
Martin&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1923&amp;qa_1=how-to-encrypt-repository-files&amp;show=1946#a1946</guid>
<pubDate>Fri, 05 Jan 2024 14:49:00 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1945#a1945</link>
<description>&lt;p&gt;Yes, this is possible. Currently, an administrator has to do this job via the management-studio. Open the Processes view and search for your process. Here you can change the receiver of the current activity.&lt;br&gt;
In the future we are looking forward to support process responsible in the client to change the receiver.&lt;br&gt;
Best Regards, Martin&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&amp;show=1945#a1945</guid>
<pubDate>Fri, 05 Jan 2024 12:45:41 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1918#a1918</link>
<description>&lt;p&gt;Hi Stephan, &lt;/p&gt;
&lt;p&gt;if all objects can be put in the same recycle bin, then you can change your microservice to not use the feign client but use a http framework and do the authentication with user-credentials itself. &lt;/p&gt;
&lt;p&gt;If the objects should be put in the recycle bin of the user that started the custom action, the best thing would be to let the microservice return a list of object-IDs (Item-IDs) back to the custom action and then iterate over these within the custom action and call the soft-delete endpoint for each Item-ID. Since the custom action is run in the calling user's context, the objects will be put in this user's recycle bin.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1918#a1918</guid>
<pubDate>Fri, 18 Aug 2023 09:53:54 +0000</pubDate>
</item>
<item>
<title>Answered: Manipulate documenttype order</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1883&amp;qa_1=manipulate-documenttype-order&amp;show=1911#a1911</link>
<description>&lt;p&gt;Hi Marcel,&lt;/p&gt;
&lt;p&gt;Sorry but there is currently no other way of sorting and we did yet have planned to do more on this side. Please, can you send your Change Request to pm[at]optimal-system.de with your specific use case. The product management team will evaluate this in the next time and will give you an answer with the decision.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;br&gt;
Martin&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1883&amp;qa_1=manipulate-documenttype-order&amp;show=1911#a1911</guid>
<pubDate>Fri, 07 Jul 2023 14:00:48 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1910#a1910</link>
<description>&lt;p&gt;Hi Marcel, &lt;/p&gt;
&lt;p&gt;please contact our support. &lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1910#a1910</guid>
<pubDate>Fri, 07 Jul 2023 13:54:25 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1904#a1904</link>
<description>&lt;p&gt;No, this is not supported because&lt;br&gt;
a) the ocr-service would need to cluster with both systems and then it is basically one system again (which is not valid / consistent)&lt;br&gt;
b) it would violate the license agreement of ABBYY FineReader&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1904#a1904</guid>
<pubDate>Fri, 16 Jun 2023 12:09:36 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1902#a1902</link>
<description>&lt;p&gt;OK I found a solution.&lt;/p&gt;
&lt;p&gt;I just send the username and passwort as payload (type application/X-www-form-urlencoded) to the Login URL. (/login)&lt;/p&gt;
&lt;p&gt;Then the authentication works.&lt;/p&gt;
&lt;p&gt;First I tried to put the authentication into the header like in the Basic auth.&lt;br&gt;
But this didn't work&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&amp;show=1902#a1902</guid>
<pubDate>Thu, 01 Jun 2023 13:18:58 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1894#a1894</link>
<description>&lt;p&gt;Hi Stefan, &lt;/p&gt;
&lt;p&gt;please, can you check this configuration information as well?&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319621248/Adding+a+Second+Subdomain+to+yuuvis+RAD+client&quot;&gt;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319621248/Adding a Second Subdomain to yuuvis RAD client&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;br&gt;
Martin&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&amp;show=1894#a1894</guid>
<pubDate>Tue, 09 May 2023 11:52:46 +0000</pubDate>
</item>
<item>
<title>Answered: AD Synchronisation ldaps support</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1887&amp;qa_1=ad-synchronisation-ldaps-support&amp;show=1888#a1888</link>
<description>&lt;p&gt;Hello schulerb, &lt;/p&gt;
&lt;p&gt;yes it is possible with java.naming.provider.url=ldaps\://ldaps.XXX.de\:636.&lt;/p&gt;
&lt;p&gt;Please make sure that firewalls are configured accordingly and credentials are correct. Also if the ldaps-server uses a self-signed certificate, it needs to be imported to the truststore of the core-service at &amp;lt;core-service&amp;gt;\jdk\lib\security\cacerts.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1887&amp;qa_1=ad-synchronisation-ldaps-support&amp;show=1888#a1888</guid>
<pubDate>Wed, 05 Apr 2023 09:31:22 +0000</pubDate>
</item>
<item>
<title>Answered: CORS Settings</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1878&amp;qa_1=cors-settings&amp;show=1879#a1879</link>
<description>&lt;p&gt;Hi Martin, &lt;/p&gt;
&lt;p&gt;you can add the following section to your &amp;lt;service-manager&amp;gt;\config\gateway-prod.yml file to control if CORS is enabled or not and what domains, headers and methods are allowed. The shown values for headers and methods are the default values (you don't have to list them) and can be extended as you desire. &lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cors.enabled: true
cors.domains: qa-rad.yuuvis.com
cors.headers:
  - X-Requested-With
  - Content-Type
  - Accept
  - Origin
  - Authorization
cors.methods:
  - HEAD
  - GET
  - POST
  - PUT
  - DELETE
  - PATCH
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1878&amp;qa_1=cors-settings&amp;show=1879#a1879</guid>
<pubDate>Mon, 27 Mar 2023 15:07:10 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1875#a1875</link>
<description>&lt;p&gt;this is currently not possible, but we will add the function in one of next releases.&lt;/p&gt;
&lt;p&gt;thanks for reaching out!&lt;br&gt;
bratislav&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&amp;show=1875#a1875</guid>
<pubDate>Fri, 17 Mar 2023 13:05:26 +0000</pubDate>
</item>
<item>
<title>Answered: Prioritizing Full-text Hit Lists</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1864&amp;qa_1=prioritizing-full-text-hit-lists&amp;show=1872#a1872</link>
<description>&lt;p&gt;Hi Mathias, &lt;/p&gt;
&lt;p&gt;please, can you tell us why you want to deactivate this scoring?&lt;/p&gt;
&lt;p&gt;We are currently discussing whether to introduce a switch that allows disabling the scoring feature.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br&gt;
Martin&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1864&amp;qa_1=prioritizing-full-text-hit-lists&amp;show=1872#a1872</guid>
<pubDate>Thu, 16 Mar 2023 12:32:24 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1870#a1870</link>
<description>&lt;p&gt;Hi Mathias, &lt;/p&gt;
&lt;p&gt;hmm, I do not understand your question. If the user has entered the company name because he wants to get specific objects for this why should this name then be ignored? So he will get nothing.&lt;/p&gt;
&lt;p&gt;BR Martin&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&amp;show=1870#a1870</guid>
<pubDate>Thu, 16 Mar 2023 10:42:40 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1869#a1869</link>
<description>&lt;p&gt;Hi Umar, &lt;/p&gt;
&lt;p&gt;if an AD account is deleted the ad-sync operation first checks if this user can be deleted in yuuvis RAD as well. If there are no constraints that make deletion impossible (for example history entries that would otherwise point to an unknown user), i.e. if the user was interacting with the system in a read-only manner, then the user is deleted. If there are such constraints, the user cannot be deleted but will be deactivated and moved to the deactivatedobjectsparent (here &quot;benutzer_inaktiv&quot;). Also the users account is deleted, so that (manual) re-enabling and logging in becomes impossible. &lt;br&gt;
If, due to changes in the AD group structure, a user has no parent group / OU anymore that is part of the synced structure, the user becomes dangling. To prevent it from floating it is moved to the danglingobjectsparent group (which you defined to be &quot;benutzer_inaktiv&quot; as well). In this case the user stays active and present because the user itself was not deleted.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1869#a1869</guid>
<pubDate>Thu, 16 Mar 2023 10:21:14 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1868#a1868</link>
<description>&lt;p&gt;Hi Stefan, &lt;/p&gt;
&lt;p&gt;a content-file stored in yuuvis RAD is not processed or changed in any way - due to compliance reasons. For generating the preview the rendition-plus component unzips a local copy of compressed files and tries to generate a preview pdf of the contents. This pdf file is saved in the rendition-cache. &lt;br&gt;
Therefore out-of-the-box you only have the choice of the original zip-file or the generated pdf-preview file. &lt;br&gt;
If desired you could adapt the processing route in rendition-plus to not generate pdf-preview files but simply unzip compressed files and save the result as the preview-pdf. However this may only be a single file - so what if the zip contains several files? And what if it is not the expected file-type?&lt;br&gt;
A better solution would probably be to implement a custom microservice that does the unzipping for you. So you could pass the viewer a URL to the custom-microservice with a reference to the content-file and when called the microservice retrieves this file, unzips it and returns the result.&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;br&gt;
Best regards&lt;br&gt;
Nicolai&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&amp;show=1868#a1868</guid>
<pubDate>Thu, 16 Mar 2023 10:06:41 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1867#a1867</link>
<description>&lt;p&gt;Hi Marcel, &lt;/p&gt;
&lt;p&gt;please take a look at this documentation-page: &lt;a rel=&quot;nofollow&quot; href=&quot;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319620113/Getting+Started&quot;&gt;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319620113/Getting Started&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1867#a1867</guid>
<pubDate>Thu, 16 Mar 2023 09:45:18 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1854#a1854</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
The &quot;showempty&quot; property works only if your also provide a field property, to let the system know what to provide as child nodes for the data, that is not returned by the search. If the field is a catalogue - all catalogue entries from the system definition are included. If the field is a string - you can provide your own list - if the field is type, the system types are given out.&lt;/p&gt;
&lt;p&gt;This sadly doesn't work for folders, like your 'documents' folder,  that are view separation only folders that don't provide a type, field, or condition. So if the child folder elements are empty, they get hidden.&lt;/p&gt;
&lt;p&gt;Currently the only workaround I can suggest, is to move the folder up one level and don't use the view separation folder 'documents'.  Like in this example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[
  {
      &quot;key&quot;: &quot;foto&quot;,
      &quot;type&quot;: &quot;passfoto&quot;,
      &quot;title&quot;: &quot;Passfoto&quot;,
      &quot;expanded&quot;: true
  },
  {
      &quot;key&quot;: &quot;vertragsunterlagen&quot;,
      &quot;type&quot;: &quot;vertragsunterlagen&quot;,
      &quot;title&quot;: &quot;Vertragsunterlagen&quot;,
      &quot;field&quot;: &quot;vertragsunterlagen.typ&quot;,
      &quot;expanded&quot;: true,
      &quot;showempty&quot;: true
  },
  {
      &quot;key&quot;:&quot;others&quot;,
      &quot;title&quot; : &quot;Andere dokumente&quot;,
      &quot;condition&quot;:&quot;type!='vertragsunterlagen' AND type!='passfoto'&quot;
  }
]
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;br&gt;
br&lt;br&gt;
Frank Klingebiel&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&amp;show=1854#a1854</guid>
<pubDate>Wed, 25 Jan 2023 13:18:24 +0000</pubDate>
</item>
<item>
<title>Answered: Duplikatserkennung</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1845&amp;qa_1=duplikatserkennung&amp;show=1853#a1853</link>
<description>&lt;p&gt;Hello Can,&lt;/p&gt;
&lt;p&gt;a manual duplicate check can be done either via the REST-WS API or via the Search-Service API as follows:&lt;br&gt;
REST WS API:&lt;br&gt;
- Create the SHA-256 digest of the file (SHA-256 is the default, if something else is configured, this algorithm must be used)&lt;br&gt;
- Call the REST-WS API endpoint ResultService.getEsqlResult (/result/raw) with the following ESQL - replacing it with the determined digest:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SELECT doc.sysitemid,typeqname(doc) FROM dms:sysdocument doc WHERE sysboxid 
IN(
  select [b2n].sysid1
  from 
  [dps]:[sysbox2actualnode] [b2n] 
  join 
  [dps]:[sysactualnode] [n] 
  join 
  [dps]:[sysactualnode2nodeelement] [n2e] 
  join [dps]:[sysnodeelement] [e] 
  WHERE [e].sysdigest='&amp;lt;SHA-256-Digest&amp;gt;'
)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;SEARCH-SERVICE API:&lt;br&gt;
- Create the SHA-256 digest of the file (SHA-256 is the default, if something else is configured, this algorithm must be used)&lt;br&gt;
- Call the search service API /search with the following body - replacing &amp;lt;SHA-256-Digest&amp;gt; with the determined digest:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{&quot;filters&quot;:{&quot;digest&quot;:{&quot;o&quot;:&quot;eq&quot;,&quot;v1&quot;:&quot;&amp;lt;SHA-256-Digest&amp;gt; [SHA-256]&quot;}}}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This search is much faster - but has one disadvantage: It only returns results if the document is already indexed. When creating a new object - if immediate indexing is not activated - then it can take some time (depending on the system load) - until the object is also found in the index.&lt;/p&gt;
&lt;p&gt;For API description - see here:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319620127/Search+Service+API&quot;&gt;https://yuuvisdevelop.atlassian.net/wiki/spaces/onpremise/pages/319620127/Search Service API&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;VG&lt;br&gt;
Nicolai&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1845&amp;qa_1=duplikatserkennung&amp;show=1853#a1853</guid>
<pubDate>Tue, 24 Jan 2023 12:55:08 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1848#a1848</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
the Yuuvis RAD system stores the mimetype that is given by the client. Only if the uploading client does not provide a mime type, or just provides application/octet-stream, the mime type is determined by a mapping of file extensions to mime type list, that is kept on server side.&lt;/p&gt;
&lt;p&gt;By uploading content while providing the mime type, this mime type gets stored. For an api client it can be set by providing a 'Content-Type' http header. A browser sends (in most cases) the Content-Type header according to the OS settings. In windows it is possible to add a custom mimetype mapping in the CLASSES registry.&lt;br&gt;
Example for WebAssembly files:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.wasm]
@=&quot;WebAssembly&quot;
&quot;Content Type&quot;=&quot;application/wasm&quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;By importing this win registry entry on the client machine, a uploaded wasm file, will get the content type application/wasm.&lt;/p&gt;
&lt;p&gt;The other way to solve this problem, is to adjust the server extension to mimetype mapping. This is done by editing the jas-systemmimetypes.xml file in the configuration folder. Advantage: No need to change an individual client - Disadvantage: Core-Service restart is necessary to get the configuration active. After Update/New installation this configuration has to be done again.&lt;/p&gt;
&lt;p&gt;Hope this helps.&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&amp;show=1848#a1848</guid>
<pubDate>Mon, 23 Jan 2023 13:08:14 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1847#a1847</link>
<description>&lt;p&gt;Hello Enno,&lt;/p&gt;
&lt;p&gt;yes it is possible to do it. The following has to be done:&lt;br&gt;
 - Install FineReader 12 on the new server&lt;br&gt;
 - Install the Service-Manager on the new server&lt;br&gt;
 - Enable only the OCR-Microservice and the Framework Microservices - Admin and Discovery&lt;br&gt;
 - Edit the file &amp;lt;service-manager&amp;gt;\config\application-cloud.yml and add the address of the existing server to defaultZone Parameter as shown in the commented example one line below&lt;br&gt;
 - Do the same on the existing server for the new server (add new server to defaultZone)&lt;br&gt;
   --&amp;gt; This connects the service-manager installations so that they cluster.&lt;br&gt;
- Make sure all configuration files (except servicewatcher-sw.yml) are identical on both servers, even if the microservice is not active on one server. The configurations are read on an arbitrary server and then exchanged with all clustered servers.&lt;br&gt;
- The OCR-Service will connect to the rendition-plus database via the rendition-sidecar. So make sure the according ports are open.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1847#a1847</guid>
<pubDate>Mon, 23 Jan 2023 11:52:40 +0000</pubDate>
</item>
<item>
<title>Answered: mixed Structure and Reference Trees</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1832&amp;qa_1=mixed-structure-and-reference-trees&amp;show=1836#a1836</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
currently it is not possible to merge the structure tree and reference tree together.&lt;br&gt;
The trees get distinct inputs: While the structure tree is using all child documents of the folder - the reference tree uses all folder and documents that are referencing the folder. But the parent-child relation between the folder and the child documents can be seen as a system internal reference. &lt;br&gt;
From this point of view we investigate possibilities to merge all input data together while not confusing the user and to still be able to build up the aggregation tree with a single elastic search query. This change may be incorporated in version 9.0 - but this depends on the result of the investigation.&lt;/p&gt;
&lt;p&gt;There is no way in the standard client to inject custom scripting for the structure/reference tree. With a custom client this is possible, while using the structure service as data source.&lt;/p&gt;
&lt;p&gt;br&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1832&amp;qa_1=mixed-structure-and-reference-trees&amp;show=1836#a1836</guid>
<pubDate>Wed, 21 Dec 2022 15:38:25 +0000</pubDate>
</item>
<item>
<title>Answered: How to encrypt repository files</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1829&amp;qa_1=how-to-encrypt-repository-files&amp;show=1833#a1833</link>
<description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;Thank you for your detailed question we currently do not answer in our documentation. We will do this the next time. You will be contacted this week getting some more information that will help you to configure your systems as needed.&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1829&amp;qa_1=how-to-encrypt-repository-files&amp;show=1833#a1833</guid>
<pubDate>Wed, 21 Dec 2022 11:28:03 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1831#a1831</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;I expect a bug here. MSG files have to be imported. May be the Lotus Notes msg files differ somewhat so that our format scanner aren't able to handle those well. &lt;/p&gt;
&lt;p&gt;Please, can you open a support case and add some examples files?&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&amp;show=1831#a1831</guid>
<pubDate>Mon, 19 Dec 2022 17:39:32 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1830#a1830</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;we checked this behavior and right, this table attribute does not have any influence on the table logic. I expect that we will remove this in the next time.&lt;/p&gt;
&lt;p&gt;But the solution is to check the table with form scripting. If no row exists the table should be set to error. And with an onchange event, it can be reset.&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&amp;show=1830#a1830</guid>
<pubDate>Mon, 19 Dec 2022 16:05:24 +0000</pubDate>
</item>
<item>
<title>Answered: File name limitation</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1822&amp;qa_1=file-name-limitation&amp;show=1825#a1825</link>
<description>&lt;p&gt;Hi Mathias, &lt;/p&gt;
&lt;p&gt;I was able to reproduce the behaviour. We will work on this in ticket DB-6855.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1822&amp;qa_1=file-name-limitation&amp;show=1825#a1825</guid>
<pubDate>Wed, 14 Dec 2022 12:00:06 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1824#a1824</link>
<description>&lt;p&gt;Hi Enno, &lt;/p&gt;
&lt;p&gt;you can use the &quot;synchronize storage&quot; operation to copy all files from one storage to another. &lt;/p&gt;
&lt;p&gt;After that you can use the &quot;cleanup storage&quot; operation to delete all files that have at least one other location from the selected storage.&lt;/p&gt;
&lt;p&gt;Since synchronize storage made sure all files are on at least one other storage all files can and will be deleted from the selected storage (S3).&lt;/p&gt;
&lt;p&gt;After the successful run of the cleanup storage operation you can delete the storage.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&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&amp;show=1824#a1824</guid>
<pubDate>Wed, 14 Dec 2022 10:54:52 +0000</pubDate>
</item>
<item>
<title>Answered: FineReader 12 Update</title>
<link>https://qa-rad.yuuvis.com/index.php?qa=1818&amp;qa_1=finereader-12-update&amp;show=1823#a1823</link>
<description>&lt;p&gt;Hi Mathias, &lt;/p&gt;
&lt;p&gt;a new license file is necessary. Please contact us for it.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br&gt;
Nicolai&lt;/p&gt;
</description>
<guid isPermaLink="true">https://qa-rad.yuuvis.com/index.php?qa=1818&amp;qa_1=finereader-12-update&amp;show=1823#a1823</guid>
<pubDate>Wed, 14 Dec 2022 10:49:29 +0000</pubDate>
</item>
<item>
<title>Answered: 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&amp;show=1815#a1815</link>
<description>&lt;p&gt;If you plan to add/create lots of users/groups, it is better to use the batch-create (POST /organization/batch/create), since it will be more efficient.&lt;/p&gt;
&lt;p&gt;If users are added individiually, it will trigger several actions in backend (such as ACL and inbox calculations) that can become costly when adding one by one - you can notice slowdown as you add more and more users individually.&lt;/p&gt;
&lt;p&gt;best regards,&lt;br&gt;
bratislav&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&amp;show=1815#a1815</guid>
<pubDate>Mon, 28 Nov 2022 16:04:48 +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>
</channel>
</rss>