<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>yuuvis® Q&amp;A - Recent questions</title>
<link>https://qa.yuuvis.com/index.php?qa=questions</link>
<description>Powered by Question2Answer</description>
<item>
<title>Custom result component extension</title>
<link>https://qa.yuuvis.com/index.php?qa=174&amp;qa_1=custom-result-component-extension</link>
<description>&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;I am trying to inplement a yuuvis result component to the extensions in the client.&lt;/p&gt;&lt;p&gt;So far I am able to add a search result in an additional tab in the object view with this code:&lt;/p&gt;&lt;pre&gt;&quot;extensions&quot;: [
  {
    &quot;id&quot;: &quot;yuv.custom.extension.result&quot;,
    &quot;label&quot;: &quot;yuv.custom.extension.result.label&quot;,
    &quot;matchHook&quot;: &quot;yuv-object&quot;,
    &quot;plugin&quot;: {
      &quot;component&quot;: &quot;yuv-result&quot;,
      &quot;inputs&quot;: {
        &quot;load&quot;: &quot;() =&amp;gt; { }&quot;
      },
      &quot;outputs&quot;: { }
    }
  }
]&lt;/pre&gt;&lt;p&gt;At the moment I am struggling to add a specific query that should be executed when the tab is opened. Can somebody help me here?&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;p&gt;Regards, Mathias&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=174&amp;qa_1=custom-result-component-extension</guid>
<pubDate>Tue, 07 Feb 2023 14:16:24 +0000</pubDate>
</item>
<item>
<title>Batch upload error behaviour</title>
<link>https://qa.yuuvis.com/index.php?qa=171&amp;qa_1=batch-upload-error-behaviour</link>
<description>Hi&lt;br /&gt;
&lt;br /&gt;
With the endpoint POST /api/dms/objects one or multiple documents can be created in yuuvis.&lt;br /&gt;
&lt;br /&gt;
My question is what happens, when multiple objects are created and one or more objects fail to be generated (i.e. DB issues, time outs or similar). What is returned in this case? &lt;br /&gt;
&lt;br /&gt;
P.S.: When some malformed information is in the metadata of the json, i.e. a wrong date format, nothing is created in yuuvis what makes sense and an error witht the code 422 is returned in this case.&lt;br /&gt;
&lt;br /&gt;
Thanks and regards, Mathias</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=171&amp;qa_1=batch-upload-error-behaviour</guid>
<pubDate>Thu, 08 Dec 2022 10:44:01 +0000</pubDate>
</item>
<item>
<title>(Client) Session Timeout</title>
<link>https://qa.yuuvis.com/index.php?qa=166&amp;qa_1=client-session-timeout</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
Is it possible to increase the session timeout in Yuuvis Momentum? We are using a default deployment with Keycloak and the reference client. How can we increase session timeouts for our users to for example 1 hour? Specifically in the client, but I'm assuming this would be a global setting which would be fine as well.&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=166&amp;qa_1=client-session-timeout</guid>
<pubDate>Tue, 19 Jul 2022 11:15:47 +0000</pubDate>
</item>
<item>
<title>Filter reference selection list</title>
<link>https://qa.yuuvis.com/index.php?qa=161&amp;qa_1=filter-reference-selection-list</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I defined property that has the classification id:reference[myObjectType] in it.&lt;/p&gt;&lt;p&gt;Is it possible&amp;nbsp;to filter the selection list that appears when a user starts typing in this field? Only objects with specific metadata should be shown in the selection list.&lt;/p&gt;&lt;p&gt;Something similar is solved in &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/onpremise/Client-side+Form+Scripting#Client-sideFormScripting-ReducingtheselectableIDreferenceelementsbyfiltering&quot;&gt;RAD&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Thank you and regards, Mathias&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=161&amp;qa_1=filter-reference-selection-list</guid>
<pubDate>Wed, 25 May 2022 13:39:15 +0000</pubDate>
</item>
<item>
<title>Return value at specific index in search with tables</title>
<link>https://qa.yuuvis.com/index.php?qa=156&amp;qa_1=return-value-at-specific-index-in-search-with-tables</link>
<description>&lt;p&gt;Hi Yuuvis team&lt;/p&gt;&lt;p&gt;we have a table property that has two columns, &lt;em&gt;key &lt;/em&gt;and &lt;em&gt;value&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;When searching for an item, the whole table is returned with all lines. Is it somehow possible to only return one specific column? I.e. by giving the index or by filtering the &lt;em&gt;key &lt;/em&gt;in the query?&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=156&amp;qa_1=return-value-at-specific-index-in-search-with-tables</guid>
<pubDate>Fri, 06 May 2022 11:48:18 +0000</pubDate>
</item>
<item>
<title>Yuuvis Momentum Client: create &quot;shortcut&quot;</title>
<link>https://qa.yuuvis.com/index.php?qa=155&amp;qa_1=yuuvis-momentum-client-create-shortcut</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;I would like to allow users to create a new object based on an existing one. Because I already know the objecttype and that there are no files, I would like to skip these steps. Is this possible somehow with the reference client? Either via an URL, or also via a Plugin action.&lt;/p&gt;&lt;p&gt;For the action I have tried the following, but I cannot manage to skip the steps. Is there some way to do this? Maybe also directly via. the yuv-object-form?&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;id&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;yuv.custom.action.test.label&quot;&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;label&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;yuv.custom.action.test.label&quot;&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;description&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;yuv.custom.action.test.description&quot;&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;priority&quot;&lt;/span&gt;: &lt;span style=&quot;color:#b5cea8&quot;&gt;0&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;icon&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;&amp;lt;svg height=&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;24&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt; viewBox=&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;0 0 24 24&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt; width=&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;24&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt; xmlns=&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;&lt;a href=&quot;http://www.w3.org/2000/svg&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.w3.org/2000/svg&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;&amp;gt; &amp;lt;path d=&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;M0 0h24v24H0V0z&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt; fill=&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;&amp;gt;&amp;lt;/path&amp;gt; &amp;lt;path d=&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;M4 10h12v2H4zM4 6h12v2H4zM4 14h8v2H4zM14 14v6l5-3z&lt;/span&gt;&lt;span style=&quot;color:#d7ba7d&quot;&gt;\&quot;&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;&amp;gt;&amp;lt;/path&amp;gt; &amp;lt;/svg&amp;gt;&quot;&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;range&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;SINGLE_SELECT&quot;&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;isExecutable&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;(item) =&amp;gt; { return item &amp;amp;&amp;amp; item.id &amp;amp;&amp;amp; item.data['system:secondaryObjectTypeIds'].indexOf('tenTest:xxx') &amp;gt;= 0; }&quot;&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;buttons&quot;&lt;/span&gt;: {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;finish&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;yuv.custom.action.workflow.start&quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;plugin&quot;&lt;/span&gt;: {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;component&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;yuv-object-create&quot;&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;inputs&quot;&lt;/span&gt;: {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;objectTypePreset&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;() =&amp;gt; { var objectType = component.pluginsService.systemService.getObjectTypes().filter(t =&amp;gt; t.id == '&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;tenTest:xxx&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;' &amp;amp;&amp;amp; t.floatingParentType == '&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;tenTest:yyy&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;')[0]; var present = { objectType: objectType, data: parent.selection[0].data }; return present; }&quot;&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;files&quot;&lt;/span&gt;: &lt;span style=&quot;color:#569cd6&quot;&gt;null&lt;/span&gt;,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;contextId&quot;&lt;/span&gt;: &lt;span style=&quot;color:#569cd6&quot;&gt;null&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;outputs&quot;&lt;/span&gt;: {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;objectCreated&quot;&lt;/span&gt;: &lt;span style=&quot;color:#ce9178&quot;&gt;&quot;(status) =&amp;gt; { debugger; }&quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Kind regards&lt;/p&gt;&lt;p&gt;Nicole&lt;/p&gt;&lt;p&gt;P.S. We are using the Winter2021 Version.&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=155&amp;qa_1=yuuvis-momentum-client-create-shortcut</guid>
<pubDate>Tue, 26 Apr 2022 13:37:10 +0000</pubDate>
</item>
<item>
<title>Separator for decimal</title>
<link>https://qa.yuuvis.com/index.php?qa=151&amp;qa_1=separator-for-decimal</link>
<description>Hello&lt;br /&gt;
&lt;br /&gt;
When using a decimal parameter, the default separator in the client is dependent on the client's user settings. When German is selected, it is a comma and when English is set, the separator is a point. Can this be changed?&lt;br /&gt;
&lt;br /&gt;
The use case is this: In Switzerland, the language German is used, but the separator for decimals is a point and not a comma.</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=151&amp;qa_1=separator-for-decimal</guid>
<pubDate>Fri, 11 Mar 2022 07:14:12 +0000</pubDate>
</item>
<item>
<title>Change Caption on default buttons</title>
<link>https://qa.yuuvis.com/index.php?qa=148&amp;qa_1=change-caption-on-default-buttons</link>
<description>&lt;p&gt;&lt;span style=&quot;color:#003768; font-family:&amp;quot;yuuvis regular&amp;quot;,Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;Hi Yuuvis Team&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(0, 55, 104); font-family: &amp;quot;yuuvis regular&amp;quot;, Ubuntu, Helvetica, Arial, FreeSans, sans-serif;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(0, 55, 104); font-family: &amp;quot;yuuvis regular&amp;quot;, Ubuntu, Helvetica, Arial, FreeSans, sans-serif;&quot;&gt;&lt;span style=&quot;color:#003768; font-family:yuuvis regular, Ubuntu, Helvetica, Arial, FreeSans, sans-serif&quot;&gt;We would like to customize the caption of a standard button. Is it possible to do this within the plugins-json or anywhere else?&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(0, 55, 104); font-family: &amp;quot;yuuvis regular&amp;quot;, Ubuntu, Helvetica, Arial, FreeSans, sans-serif;&quot;&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(0, 55, 104); font-family: &amp;quot;yuuvis regular&amp;quot;, Ubuntu, Helvetica, Arial, FreeSans, sans-serif;&quot;&gt;&lt;span style=&quot;color:#003768; font-family:&amp;quot;yuuvis regular&amp;quot;,Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;Kind regards&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(0, 55, 104); font-family: &amp;quot;yuuvis regular&amp;quot;, Ubuntu, Helvetica, Arial, FreeSans, sans-serif;&quot;&gt;&lt;span style=&quot;color:#003768; font-family:&amp;quot;yuuvis regular&amp;quot;,Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;Sebastian&lt;/span&gt;&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=148&amp;qa_1=change-caption-on-default-buttons</guid>
<pubDate>Wed, 09 Feb 2022 08:09:09 +0000</pubDate>
</item>
<item>
<title>Client: Hidden Configurations Options since Winter 2021</title>
<link>https://qa.yuuvis.com/index.php?qa=141&amp;qa_1=client-hidden-configurations-options-since-winter-2021</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
Before Winter 2021 admins could see buttons for adminstration of client plugins, translations etc. on the settings page of the Yuuvis Momentum Client. Since Winter 2021 this is missing by default, but looking at the code, I figured out that if I append &amp;quot;?config=true&amp;quot; to the URL (https://my-url/client/settings?config=true) they become visible again.&lt;br /&gt;
&lt;br /&gt;
Our administrators are somewhat confused by this. Why was this changed? Can this be configured somehow? Are these buttons going to be removed completly in the future?&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=141&amp;qa_1=client-hidden-configurations-options-since-winter-2021</guid>
<pubDate>Wed, 05 Jan 2022 08:59:50 +0000</pubDate>
</item>
<item>
<title>Storage per Tenant</title>
<link>https://qa.yuuvis.com/index.php?qa=138&amp;qa_1=storage-per-tenant</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;We would like to set a different &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/YMY/application-storage.yml&quot;&gt;default storage&lt;/a&gt; for each of our tenants. Is this possible somehow or is the idea here to write a &quot;&lt;span style=&quot;color:#172b4d; font-family:SFMono-Medium,&amp;quot;SF Mono&amp;quot;,&amp;quot;Segoe UI Mono&amp;quot;,&amp;quot;Roboto Mono&amp;quot;,&amp;quot;Ubuntu Mono&amp;quot;,Menlo,Courier,monospace; font-size:14px&quot;&gt;dms.request.objects.upsert.storage-before&quot;&lt;/span&gt;&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/pages/viewpage.action?pageId=76218731&quot;&gt;webhook&lt;/a&gt;?&lt;/p&gt;&lt;p&gt;If a webhook is the idea, how can the repositoryId be set during the initial import? Is this possible / documented somewhere? I am assuming the repositoryId can be added to the contentStreams? But it would be nice to see the official documentation for this.&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=138&amp;qa_1=storage-per-tenant</guid>
<pubDate>Thu, 09 Dec 2021 09:50:03 +0000</pubDate>
</item>
<item>
<title>Client Search: NOT</title>
<link>https://qa.yuuvis.com/index.php?qa=133&amp;qa_1=client-search-not</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
Is it possible to make a &amp;quot;NOT&amp;quot; search criteria in the Yuuvis client?&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=133&amp;qa_1=client-search-not</guid>
<pubDate>Wed, 20 Oct 2021 08:48:17 +0000</pubDate>
</item>
<item>
<title>How to access the original document before upload?</title>
<link>https://qa.yuuvis.com/index.php?qa=130&amp;qa_1=how-to-access-the-original-document-before-upload</link>
<description>&lt;p&gt;Hi Yuuvis-Team&lt;/p&gt;&lt;p&gt;Since webhooks don't support access to documents we thought using interceptors might be a solution. But we are only able to access the rendition and not the original document. Is this possible or planed?&lt;/p&gt;&lt;p&gt;We have the following usecases:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;We would like to exract data to enricht the metadata. Example title.&lt;br&gt;(Send the document to an analytics-api or extract addional data from an eml-file etc.)&lt;/li&gt;&lt;li&gt;Generate multiple objects based on the original document.&lt;br&gt;Zip upload, or email with attachments etc.&lt;/li&gt;&lt;li&gt;Convert the original document in an other format.&amp;nbsp;&lt;br&gt;Convert to an archivable format for example pdf2a and replace&amp;nbsp;the original document.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Best regards&lt;/p&gt;&lt;p&gt;Stefano&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=130&amp;qa_1=how-to-access-the-original-document-before-upload</guid>
<pubDate>Thu, 14 Oct 2021 09:48:36 +0000</pubDate>
</item>
<item>
<title>Document deletion: Cleaning up inconsistencies</title>
<link>https://qa.yuuvis.com/index.php?qa=125&amp;qa_1=document-deletion-cleaning-up-inconsistencies</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;In a previous question about the deletion of documents Andreas answered:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;color:#003768; font-family:&amp;quot;yuuvis regular&amp;quot;,Ubuntu,Helvetica,Arial,FreeSans,sans-serif&quot;&gt;About the commander can be checked whether it came here to inconsistencies.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;If we have such inconsistencies, how are they cleaned up with the commander? In the help only a reindex of a date range or tenant is described.&lt;/p&gt;&lt;p&gt;Kind regards&lt;/p&gt;&lt;p&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=125&amp;qa_1=document-deletion-cleaning-up-inconsistencies</guid>
<pubDate>Wed, 06 Oct 2021 12:36:26 +0000</pubDate>
</item>
<item>
<title>Change visibility of specific fields</title>
<link>https://qa.yuuvis.com/index.php?qa=120&amp;qa_1=change-visibility-of-specific-fields</link>
<description>Hi all,&lt;br /&gt;
&lt;br /&gt;
we have a use case where we import data from en external system into yuuvis momentum. Some values are delivered in different languages (en, de, fr) and we need to show the value for the correponding users, according to the langauge settings in the client.&lt;br /&gt;
I planned to implement a field for every language and then hide the fields that are not used in the form.&lt;br /&gt;
Is it planned to support the modification of the visibility of specific fields in the form script?&lt;br /&gt;
Or is there some other way to reach this?&lt;br /&gt;
&lt;br /&gt;
Thank you for your help.&lt;br /&gt;
Regards, Mathias</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=120&amp;qa_1=change-visibility-of-specific-fields</guid>
<pubDate>Fri, 27 Aug 2021 12:08:15 +0000</pubDate>
</item>
<item>
<title>Enrich metadata based on file mimetype</title>
<link>https://qa.yuuvis.com/index.php?qa=118&amp;qa_1=enrich-metadata-based-on-file-mimetype</link>
<description>Dear Yuuvis-Team&lt;br /&gt;
&lt;br /&gt;
We want to enrich new objects with additional metadata based on their file content (during Client upload). Is it possible somehow to access the content file in the webhooks? Either before-storage or before-database?&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
&lt;br /&gt;
Stefano</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=118&amp;qa_1=enrich-metadata-based-on-file-mimetype</guid>
<pubDate>Thu, 19 Aug 2021 13:23:37 +0000</pubDate>
</item>
<item>
<title>Support Microsoft SQL Server 2019</title>
<link>https://qa.yuuvis.com/index.php?qa=114&amp;qa_1=support-microsoft-sql-server-2019</link>
<description>&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#333333; font-family:&amp;quot;Arial&amp;quot;,sans-serif&quot;&gt;Dear Support&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2; text-align:start;widows: 2;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial; text-decoration-style: initial;text-decoration-color: initial;word-spacing: 0px&quot;&gt;&lt;span style=&quot;color:#333333; font-family:&amp;quot;Arial&amp;quot;,sans-serif&quot;&gt;Are the plans to officially support &lt;strong&gt;Microsoft SQL Server 2019&lt;/strong&gt; be supported? According to the requirements there is only support for 2017. &lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-bottom:12.0pt;font-variant-ligatures: normal;font-variant-caps: normal; orphans: 2;text-align:start;widows: 2;-webkit-text-stroke-width: 0px; text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; word-spacing:0px&quot;&gt;&lt;span style=&quot;color:#333333; font-family:&amp;quot;Arial&amp;quot;,sans-serif&quot;&gt;&lt;a href=&quot;https://help.optimal-systems.com/yuuvis_develop/pages/viewpage.action?pageId=40143973#yuuvis%C2%AEMomentumRequirements-Databases&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://help.optimal-systems.com/yuuvis_develop/pages/viewpage.action?pageId=40143973#yuuvis%C2%AEMomentumRequirements-Databases&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2; text-align:start;widows: 2;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial; text-decoration-style: initial;text-decoration-color: initial;word-spacing: 0px&quot;&gt;&lt;span style=&quot;color:#333333; font-family:&amp;quot;Arial&amp;quot;,sans-serif&quot;&gt;Best Regards&lt;br&gt;/Manuel&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=114&amp;qa_1=support-microsoft-sql-server-2019</guid>
<pubDate>Mon, 09 Aug 2021 14:08:31 +0000</pubDate>
</item>
<item>
<title>Client: Remove default action from client</title>
<link>https://qa.yuuvis.com/index.php?qa=113&amp;qa_1=client-remove-default-action-from-client</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;We have a customer which doesn't use (can't use) bpm. Due to this we would like to remove the &quot;Wiedervorlagen&quot;/&quot;Follow-up&quot;&amp;nbsp;Action from the List of Actions on an Object. Is this possible somehow? I know &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/YMY/Extending+the+Clients+with+Plugins&quot;&gt;additional actions can be configured via plugins, &lt;/a&gt;but can default actions be removed/hidden?&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=113&amp;qa_1=client-remove-default-action-from-client</guid>
<pubDate>Fri, 30 Jul 2021 09:11:54 +0000</pubDate>
</item>
<item>
<title>Archive-Service documentation</title>
<link>https://qa.yuuvis.com/index.php?qa=108&amp;qa_1=archive-service-documentation</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;Where can I find the documentation for your archive-service? How is the interaction between the archive-service, document-retention and repository-service (repoId).&lt;/p&gt;&lt;p&gt;Is there any automation for archiving documents if a specific flag or date is set?&lt;br&gt;Is this supported in the reference client?&lt;br&gt;I found&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/YMY/Document+Retention&quot;&gt;Document Retention - yuuvis® Momentum - Freedom To Innovate (optimal-systems.com)&lt;/a&gt;&amp;nbsp;but for me is not clear who sets these&amp;nbsp;properties.&lt;/p&gt;&lt;p&gt;regards&lt;br&gt;Stefano&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=108&amp;qa_1=archive-service-documentation</guid>
<pubDate>Fri, 09 Jul 2021 09:34:57 +0000</pubDate>
</item>
<item>
<title>Client: Custom Action Section</title>
<link>https://qa.yuuvis.com/index.php?qa=107&amp;qa_1=client-custom-action-section</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
I would like to add some custom actions to the reference client, either in custom code or using the plugins. I would like them to be displayed in a separate section and not in &amp;quot;Allgemein&amp;quot;. I saw that there is a property &amp;quot;header&amp;quot; and &amp;quot;group&amp;quot;. The header does not seem to have any effect at all. The groups seem to be predefined and if not &amp;quot;common&amp;quot;, actions don't appear at all.&lt;br /&gt;
&lt;br /&gt;
Is this possible somehow? Can I display my actions in a section other than &amp;quot;common&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole&lt;br /&gt;
&lt;br /&gt;
P.S. There is still a TODO in the documentation for custom actions. Will there be more details soon, describing which property does what?&lt;br /&gt;
&lt;a href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/YMY/Extending+the+Clients+with+Plugins&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://help.optimal-systems.com/yuuvis_develop/display/YMY/Extending+the+Clients+with+Plugins&lt;/a&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=107&amp;qa_1=client-custom-action-section</guid>
<pubDate>Mon, 05 Jul 2021 06:53:36 +0000</pubDate>
</item>
<item>
<title>Client: Limit Object Type in Folders</title>
<link>https://qa.yuuvis.com/index.php?qa=104&amp;qa_1=client-limit-object-type-in-folders</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
We are wondering if it is possible to limit the object types available for a folder in the client. More specifically we would like to be able to display and sort the content of a folder by specific fields. Currently always the &amp;quot;mixed list&amp;quot; configuration is used.&lt;br /&gt;
&lt;br /&gt;
Is this possible somehow?&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=104&amp;qa_1=client-limit-object-type-in-folders</guid>
<pubDate>Thu, 10 Jun 2021 13:25:00 +0000</pubDate>
</item>
<item>
<title>Search API: Weighted Score and Ordering</title>
<link>https://qa.yuuvis.com/index.php?qa=101&amp;qa_1=search-api-weighted-score-and-ordering</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;I are trying to return search results ordered by relevance. We have encountered the following questions/issues:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Can we sort by relevance/score without returning the column?&lt;/li&gt;&lt;li&gt;Is there a default sort when there is no ORDER BY defined or is the order random?&lt;/li&gt;&lt;li&gt;Sorting by Score does not work for us. We use Winter 2020. Is this supported in Winter 2020? We get an error:&lt;/li&gt;&lt;/ol&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;POST:&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color:#9cdcfe; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;&quot;query&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;:{&lt;/span&gt;&lt;span style=&quot;color:#9cdcfe; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;&quot;statement&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#ce9178; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;&quot;SELECT&amp;nbsp;name,&amp;nbsp;SCORE()&amp;nbsp;s&amp;nbsp;FROM&amp;nbsp;person&amp;nbsp;WHERE&amp;nbsp;(name&amp;nbsp;CONTAINS('xxx')&amp;nbsp;AND&amp;nbsp;name&amp;nbsp;CONTAINS('xxx'))&amp;nbsp;OR&amp;nbsp;name&amp;nbsp;CONTAINS('xxx')&amp;nbsp;OR&amp;nbsp;name&amp;nbsp;CONTAINS('xxx')&amp;nbsp;ORDER&amp;nbsp;BY&amp;nbsp;s&amp;nbsp;ASC&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color:#9cdcfe; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;&quot;skipCount&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#b5cea8; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;10&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color:#9cdcfe; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;&quot;maxItems&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#b5cea8; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;5&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt;}}&lt;/span&gt;&lt;span style=&quot;background-color:#1e1e1e; color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px&quot;&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;service&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;search&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;httpErrorCode&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#b5cea8&quot;&gt;422&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;errorMessage&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;ResponseException:&amp;nbsp;method&amp;nbsp;[GET],&amp;nbsp;host&amp;nbsp;[http://elasticsearch:9200],&amp;nbsp;URI&amp;nbsp;[/yuuvis/_search?request_cache=true],&amp;nbsp;status&amp;nbsp;line&amp;nbsp;[HTTP/1.1&amp;nbsp;400&amp;nbsp;Bad&amp;nbsp;Request]\n{\&quot;error\&quot;:{\&quot;root_cause\&quot;:[{\&quot;type\&quot;:\&quot;x_content_parse_exception\&quot;,\&quot;reason\&quot;:\&quot;[1:923]&amp;nbsp;[_score]&amp;nbsp;unknown&amp;nbsp;field&amp;nbsp;[unmapped_type]\&quot;}],\&quot;type\&quot;:\&quot;x_content_parse_exception\&quot;,\&quot;reason\&quot;:\&quot;[1:923]&amp;nbsp;[_score]&amp;nbsp;unknown&amp;nbsp;field&amp;nbsp;[unmapped_type]\&quot;},\&quot;status\&quot;:400}&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;To sort by the score value, you must assign an alias name to the SCORE () function.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Select all invoices and their score value where the field 'status' either contains 'reminder', 'discount' or 'delay', with the result list sorted in ascending order of alias s (score value).&lt;/strong&gt;&lt;/p&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; style=&quot;height:auto; width:1618.18px&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-radius:0px; border-width:0px; height:auto; vertical-align:baseline; width:1603.18px&quot;&gt;&lt;p&gt;SELECT&amp;nbsp;*,SCORE() s&amp;nbsp;FROM&amp;nbsp;invoice&amp;nbsp;WHERE&amp;nbsp;status&amp;nbsp;CONTAINS('reminder discount delay')&amp;nbsp;ORDER&amp;nbsp;BY&amp;nbsp;s&amp;nbsp;ASC;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/blockquote&gt;&lt;p&gt;Thank you in advance for any clarifications.&lt;/p&gt;&lt;p&gt;Kind regards&lt;/p&gt;&lt;p&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=101&amp;qa_1=search-api-weighted-score-and-ordering</guid>
<pubDate>Fri, 28 May 2021 11:04:34 +0000</pubDate>
</item>
<item>
<title>Client: Object details  - when does &quot;show references&quot; appear</title>
<link>https://qa.yuuvis.com/index.php?qa=99&amp;qa_1=client-object-details-when-does-show-references-appear</link>
<description>&lt;p&gt;Hi yuuvis team&lt;/p&gt;&lt;p&gt;I would like to know when the &quot;Show references&quot; button on object details is available. I have 1 case where it works and about 3 others where I would expect to have it, but I don't.&lt;/p&gt;&lt;p&gt;What is the logic behind this button? Is it not always available when the object is referenced by another?&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://ibb.co/2tP7FxT&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i.ibb.co/BZjVfb9/Screenshot-2021-04-28-100427.png&quot; style=&quot;height:347px; width:640px&quot;&gt;&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=99&amp;qa_1=client-object-details-when-does-show-references-appear</guid>
<pubDate>Wed, 28 Apr 2021 08:09:27 +0000</pubDate>
</item>
<item>
<title>Client: default settings per user group</title>
<link>https://qa.yuuvis.com/index.php?qa=98&amp;qa_1=client-default-settings-per-user-group</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
Is it also possible to set default settings such as the hit list columns for a specific user group instead of a tenant or single user? It has been brought to my attention that something like this is possible in enaio and was inquired by our customers, if Yuuvis Momentum allows this as well.&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=98&amp;qa_1=client-default-settings-per-user-group</guid>
<pubDate>Mon, 26 Apr 2021 09:02:33 +0000</pubDate>
</item>
<item>
<title>Yuuvis Momentum - Deleted Documents</title>
<link>https://qa.yuuvis.com/index.php?qa=89&amp;qa_1=yuuvis-momentum-deleted-documents</link>
<description>&lt;p&gt;Hi yuuvis team&lt;/p&gt;&lt;p&gt;I would like to have some more information on deleted documents. The only reference I can find to deleted documents in Yuuvis Momentum is in the &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/YMY/CMIS-Based+Query+Language#CMIS-BasedQueryLanguage-Query%E2%80%93JSONFormat&quot;&gt;CMIS-Base Query Language&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;color:#172b4d; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen,Ubuntu,&amp;quot;Fira Sans&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px; font-style:normal&quot;&gt;Within a default search, all objects marked as deleted will be excluded (&lt;/span&gt;&lt;em style=&quot;color:#172b4d; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen,Ubuntu,&amp;quot;Fira Sans&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px&quot;&gt;DELETED_DOCUMENTS_EXCLUDE&lt;/em&gt;&lt;span style=&quot;color:#172b4d; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen,Ubuntu,&amp;quot;Fira Sans&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px; font-style:normal&quot;&gt;). By using the optional field&amp;nbsp;&lt;/span&gt;&lt;em style=&quot;color:#172b4d; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen,Ubuntu,&amp;quot;Fira Sans&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px&quot;&gt;handleDeletedDocuments&lt;/em&gt;&lt;span style=&quot;color:#172b4d; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen,Ubuntu,&amp;quot;Fira Sans&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px; font-style:normal&quot;&gt;&amp;nbsp;this behaviour can be changed in including this objects&amp;nbsp; (&lt;/span&gt;&lt;em style=&quot;color:#172b4d; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen,Ubuntu,&amp;quot;Fira Sans&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px&quot;&gt;DELETED_DOCUMENTS_INCLUDE&lt;/em&gt;&lt;span style=&quot;color:#172b4d; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen,Ubuntu,&amp;quot;Fira Sans&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px; font-style:normal&quot;&gt;) or delivering only deleted objects (&lt;/span&gt;&lt;em style=&quot;color:#172b4d; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen,Ubuntu,&amp;quot;Fira Sans&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px&quot;&gt;DELETED_DOCUMENTS_ONLY&lt;/em&gt;&lt;span style=&quot;color:#172b4d; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen,Ubuntu,&amp;quot;Fira Sans&amp;quot;,&amp;quot;Droid Sans&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px; font-style:normal&quot;&gt;).&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;This raises a few questions, the most important for me currently being:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;How long do deleted documents stay in the system?&lt;/li&gt;&lt;li&gt;How can and should deleted documents be cleaned up?&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Kind regards&lt;/div&gt;&lt;div&gt;Nicole&lt;/div&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=89&amp;qa_1=yuuvis-momentum-deleted-documents</guid>
<pubDate>Wed, 14 Apr 2021 08:19:11 +0000</pubDate>
</item>
<item>
<title>Client: default language</title>
<link>https://qa.yuuvis.com/index.php?qa=88&amp;qa_1=client-default-language</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
Is it possible somehow to set the default language? System wide or per tenant?&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=88&amp;qa_1=client-default-language</guid>
<pubDate>Thu, 08 Apr 2021 16:59:07 +0000</pubDate>
</item>
<item>
<title>Compare properties during search</title>
<link>https://qa.yuuvis.com/index.php?qa=87&amp;qa_1=compare-properties-during-search</link>
<description>&lt;p&gt;Hi Yuuvis team&lt;/p&gt;&lt;p&gt;We would like to compare two properties of an object during using a search query. For example I would like to find all documents where one tag is older than another so I know a process needs to be triggered again. This currently always throws an error.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;SELECT * FROM system:object WHERE system:tags[statistic] = 0 AND system:tags[process].state=11 OR system:tags[process].creationDate&lt;span style=&quot;background-color:#f1c40f&quot;&gt; &amp;lt; system:tags[statistic].creationDate&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;div&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212); background-color: rgb(30, 30, 30); font-family: Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 12px; line-height: 18px; white-space: pre;&quot;&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;service&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;search&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;httpErrorCode&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#b5cea8&quot;&gt;422&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;errorMessage&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;statement&amp;nbsp;error&amp;nbsp;near:&amp;nbsp;[1,134]&amp;nbsp;input[SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;system:object&amp;nbsp;WHERE&amp;nbsp;system:tags[statistic]&amp;nbsp;=&amp;nbsp;0&amp;nbsp;AND&amp;nbsp;system:tags[process].state=11&amp;nbsp;OR&amp;nbsp;system:tags[process].creationDate&amp;nbsp;&amp;lt;&amp;nbsp;s]&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;messageHistory&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;\nMessage&amp;nbsp;History\n---------------------------------------------------------------------------------------------------------------------------------------\nRouteId&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ProcessorId&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Processor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Elapsed&amp;nbsp;(ms)\n[dslQueryRoute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[dslQueryRoute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[direct://dslQuery&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2]\n[dslQueryRoute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[log1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[log&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0]\n[dslQueryRoute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[interpret&amp;nbsp;dsl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[bean[ref:dslInterpreterProcessor&amp;nbsp;method:interpretDslNormalRoute]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0]\n[dslQueryRoute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[interpret&amp;nbsp;count&amp;nbsp;ds]&amp;nbsp;[bean[ref:dslMetricProcessor&amp;nbsp;method:countDslNormalRoute]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0]\n[dslQueryRoute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[choice2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[when[simple{${header.enrichAuthorities}&amp;nbsp;==&amp;nbsp;'false'}]choice[when[simple{${heade]&amp;nbsp;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1]\n[dslQueryRoute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[log2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[log&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0]\n[dslQueryRoute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[to1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[direct:dslQueryWithoutAuthorities&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1]\n[dslQueryRouteWitho]&amp;nbsp;[log4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[log&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0]\n[dslQueryRouteWitho]&amp;nbsp;[interpret&amp;nbsp;dsl&amp;nbsp;with]&amp;nbsp;[bean[ref:dslInterpreterProcessor&amp;nbsp;method:interpretDslNormalRoute]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&amp;nbsp;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0]\n&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;Using a system value such as YESTERDAY() works:&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;div&gt;SELECT * FROM system:object WHERE system:tags[statistic] = 0 AND system:tags[process].state=11 OR system:tags[process].creationDate&lt;span style=&quot;color:#2ecc71&quot;&gt; &amp;lt; YESTERDAY()&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;How can we achieve something like this?&lt;/div&gt;&lt;div&gt;We would like to use the&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/pages/viewpage.action?pageId=40143618&quot;&gt;POST /api/dms/objects/tags/{name}/state/{state}?query=&amp;lt;SQL&amp;gt;&lt;/a&gt;&amp;nbsp;endpoint for this, to ensure&amp;nbsp;atomicity / thread safety.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;Kind regards&lt;/div&gt;&lt;div&gt;Nicole&lt;/div&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=87&amp;qa_1=compare-properties-during-search</guid>
<pubDate>Tue, 06 Apr 2021 13:30:03 +0000</pubDate>
</item>
<item>
<title>PATCH on tables and/or metadata&amp;tags</title>
<link>https://qa.yuuvis.com/index.php?qa=83&amp;qa_1=patch-on-tables-and-or-metadata%26tags</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;Is there a way to &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/pages/viewpage.action?pageId=40141202&quot;&gt;PATCH&lt;/a&gt; an objects table so that only a single row is replaced (by some key matching), deleted or added without know the content of the other rows?&lt;/p&gt;&lt;p&gt;In one&amp;nbsp;use case I would like to update metadata and a tag in a single request. Is this possible somehow?&lt;br&gt;In another I would simply like to add an entry to a table, no matter what has been added in the past.&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=83&amp;qa_1=patch-on-tables-and-or-metadata%26tags</guid>
<pubDate>Wed, 24 Mar 2021 06:22:57 +0000</pubDate>
</item>
<item>
<title>How to start the Commander?</title>
<link>https://qa.yuuvis.com/index.php?qa=82&amp;qa_1=how-to-start-the-commander</link>
<description>&lt;p&gt;Hi yuuvis team&lt;/p&gt;&lt;p&gt;I am struggling to get the commander working. I want to reindex our ElasticSearch Index due to Schema changes (to field types).&lt;/p&gt;&lt;p&gt;I have read the &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/YMY/Commander+Service+for+System+Maintenance&quot;&gt;help page&lt;/a&gt;, but cannot connect to the commander. I cannot seem to authenticate:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp;ssh -o &quot;ServerAliveInterval 20&quot; -l root -p 8022 127.0.0.1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Password authentication&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Password:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Password authentication&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Password:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Password authentication&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Password:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;root@127.0.0.1's password:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Permission denied, please try again.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;root@127.0.0.1's password:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Permission denied, please try again.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;root@127.0.0.1's password:&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;In the log output of the commander I can see a password that was generated, but it does not work. I cannot see the user name and just assumed this is root, user or admin, but none worked.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;2021-03-23 14:45:43.566&amp;nbsp; INFO [commander,,,] 7 --- [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;main] c.o.s.h.c.config.ElasticsearchConfig&amp;nbsp; &amp;nbsp; &amp;nbsp;: rest client es timeout: 30000&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Warning: Nashorn engine is planned to be removed from a future JDK release&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;background-color:#f1c40f&quot;&gt;2021-03-23 14:45:48.292&amp;nbsp; INFO [commander,,,] 7 --- [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;main] s.s.s.server.SshdServerConfiguration&amp;nbsp; &amp;nbsp; &amp;nbsp;: ********** User password not set. Use following password to login: db95c948-...-fb0d3576d750 **********&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;2021-03-23 14:45:48.679&amp;nbsp; INFO [commander,,,] 7 --- [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;main] .b.BouncyCastleSecurityProviderRegistrar : getOrCreateProvider(BC) created instance of org.bouncycastle.jce.provider.BouncyCastleProvider&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;2021-03-23 14:45:49.275&amp;nbsp; INFO [commander,,,] 7 --- [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;main] o.a.s.c.i.DefaultIoServiceFactoryFactory : No detected/configured IoServiceFactoryFactory using Nio2ServiceFactoryFactory&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;2021-03-23 14:45:49.309&amp;nbsp; INFO [commander,,,] 7 --- [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;main] s.s.s.server.SshdServerConfiguration&amp;nbsp; &amp;nbsp; &amp;nbsp;: &lt;span style=&quot;color:#2ecc71&quot;&gt;SSH server started on port 8022&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Is there a yaml file or helm chart&amp;nbsp;to start the service? I created the image on my own as follows:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;apiVersion: v1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;kind: Pod&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;metadata:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; name: commander&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;spec:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; containers:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; - name: commander&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; image: docker.yuuvis.org/yuuvis/commander:4.5.9&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; env:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; - name: JAVA_OPTS&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; value: -Xmx128m -XX:+ExitOnOutOfMemoryError&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; - name: SPRING_PROFILES_ACTIVE&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; value: prod,docker,jpapostgres,dbs,kubernetes,metrics&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; - name: SPRING_CLOUD_CONFIG_URI&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; valueFrom:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; configMapKeyRef:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; name: yuuvis-common-env&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; key: CONFIGSERVICEURL&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; ports:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; &amp;nbsp; - containerPort: 8022&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; imagePullSecrets:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;nbsp; - name: yuuvisorg&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Do I need to add more or other profiles?&lt;/p&gt;&lt;p&gt;Can you please advise in more detail on how to start the commander service and connect?&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=82&amp;qa_1=how-to-start-the-commander</guid>
<pubDate>Tue, 23 Mar 2021 15:34:04 +0000</pubDate>
</item>
<item>
<title>Client: default theme, color and background image per tenant</title>
<link>https://qa.yuuvis.com/index.php?qa=78&amp;qa_1=client-default-theme-color-and-background-image-per-tenant</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;Is it also possible to set a default theme, color and background image for a tenant, similar to the default hit list configuration? To minimally &quot;brand&quot; each tenant &lt;img title=&quot;laugh&quot; alt=&quot;laugh&quot; src=&quot;https://qa.yuuvis.com/qa-plugin/wysiwyg-editor/ckeditor/plugins/smiley/images/teeth_smile.png&quot; style=&quot;height:23px; width:23px&quot;&gt;&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=78&amp;qa_1=client-default-theme-color-and-background-image-per-tenant</guid>
<pubDate>Wed, 17 Mar 2021 13:36:28 +0000</pubDate>
</item>
<item>
<title>Client: default column configuration for application object types</title>
<link>https://qa.yuuvis.com/index.php?qa=73&amp;qa_1=client-default-column-configuration-application-object-types</link>
<description>Hi yuuvis team&lt;br /&gt;
&lt;br /&gt;
Is it possible somehow to provide a default configuration for the hit list of a specific type of an application schema? For example if I have a type &amp;quot;user&amp;quot; in an application, I automatically want all users searching for &amp;quot;users&amp;quot; to see the username in the search result list, without having to configure it themself. Is this possible somehow? In the options some settings have an import and export button, but this isn't available for hit lists.&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=73&amp;qa_1=client-default-column-configuration-application-object-types</guid>
<pubDate>Thu, 11 Mar 2021 09:41:06 +0000</pubDate>
</item>
<item>
<title>Client: Application for all tenants - icons, forms and translations</title>
<link>https://qa.yuuvis.com/index.php?qa=71&amp;qa_1=client-application-for-all-tenants-icons-forms-translations</link>
<description>Hi Yuuvis team&lt;br /&gt;
&lt;br /&gt;
I have an application that I would like to make available to all my tenants. My tenants all use the default client (or one based on it). This application contains a microservice and an app schema. Now I would also like to provide UI Translations, Icons and Forms for the object types defined in the app schema for all tenants. Is this possible somehow or do I have to manipulate the forms, texts and icons of each tenant separatly?&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=71&amp;qa_1=client-application-for-all-tenants-icons-forms-translations</guid>
<pubDate>Wed, 10 Mar 2021 13:41:23 +0000</pubDate>
</item>
<item>
<title>Search integer value in Fulltext</title>
<link>https://qa.yuuvis.com/index.php?qa=67&amp;qa_1=search-integer-value-in-fulltext</link>
<description>Hi all&lt;br /&gt;
&lt;br /&gt;
Is it by design that an integer value can't be found by fulltext-search or is this a bug?&lt;br /&gt;
&lt;br /&gt;
We have a metadata-field defined as integer. When searching by fulltext, the object is not found. When searching by the definded metadata-filed, the value can be found.&lt;br /&gt;
&lt;br /&gt;
Thank you for your help.&lt;br /&gt;
&lt;br /&gt;
Regards, Mathias</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=67&amp;qa_1=search-integer-value-in-fulltext</guid>
<pubDate>Tue, 09 Mar 2021 14:08:24 +0000</pubDate>
</item>
<item>
<title>Search and update tag API Endpoint and documentation</title>
<link>https://qa.yuuvis.com/index.php?qa=62&amp;qa_1=search-and-update-tag-api-endpoint-and-documentation</link>
<description>&lt;p&gt;Hi Yuuvis team&lt;/p&gt;&lt;p&gt;We are working with the tag search and update API. The API does not really return what is descibed in the documentation.&lt;/p&gt;&lt;p&gt;If no result is available, a search result is returned:&lt;/p&gt;&lt;div style=&quot;color: rgb(212, 212, 212); background-color: rgb(30, 30, 30); font-family: Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 12px; line-height: 18px; white-space: pre;&quot;&gt;&lt;div style=&quot;line-height: 18px;&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;objects&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;[],&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;numItems&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#b5cea8&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;hasMoreItems&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;totalNumItems&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#b5cea8&quot;&gt;0&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;If a tag was updated, only a single object is returned, but without the search result properties:&lt;/p&gt;&lt;div style=&quot;background-color: rgb(30, 30, 30); font-family: Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 12px; line-height: 18px; white-space: pre;&quot;&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;objects&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;[&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;properties&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;...&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;system:tags&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;update&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;[&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;[&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;test&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#b5cea8&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;2021-03-08T06:02:56.930Z&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;c5221c08ae26a88c&quot;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;],&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;value&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;[&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;[&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;test&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#b5cea8&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;2021-03-08T06:02:56.930Z&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;c5221c08ae26a88c&quot;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;},&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;},&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;options&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;{}&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#dcdcdc&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(212, 212, 212);&quot;&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Questions:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Why does the empty result return properties such as the numItems but when an object is found they are missing?&lt;/li&gt;&lt;li&gt;Even if the last element of the query matches, will only one element (the last be returned)? So in the response it is not necessary for us to check the object list for the object that was updated? We can simply assume that every object in the ist (always 1) has been updated?&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Thanks and kind regards&lt;/div&gt;&lt;div&gt;Nicole&lt;/div&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=62&amp;qa_1=search-and-update-tag-api-endpoint-and-documentation</guid>
<pubDate>Mon, 08 Mar 2021 06:10:05 +0000</pubDate>
</item>
<item>
<title>Client - Position of yuv-form-input label</title>
<link>https://qa.yuuvis.com/index.php?qa=61&amp;qa_1=client-position-of-yuv-form-input-label</link>
<description>&lt;p&gt;Hi yuuvis team&lt;br&gt;&lt;br&gt;We would like to use the yuv-form-input control in our custom client, but position the label at the top or left of the control. Is this possible somehow?&lt;/p&gt;&lt;p&gt;Update: We are currently positioning form inputs next to each. Having the description on the right instead of top or left is very confusing for the user&amp;nbsp;(and space consuming)&amp;nbsp;in this case.&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://i.ibb.co/rQW81FC/Yuuvis-Momentum-Form-Example.png&quot; style=&quot;height:78px; width:640px&quot;&gt;&lt;br&gt;&lt;br&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=61&amp;qa_1=client-position-of-yuv-form-input-label</guid>
<pubDate>Fri, 05 Mar 2021 12:21:05 +0000</pubDate>
</item>
<item>
<title>FSOT with required fields in the client</title>
<link>https://qa.yuuvis.com/index.php?qa=58&amp;qa_1=fsot-with-required-fields-in-the-client</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
We have Yuuvis Momentum 2.3 installed and are using FSOTs. When using a required field on the base type, we cannot create an object using the client. After selecting the document and continung on &amp;quot;Uploading file(s) for further processing. You can conclude the filing process in the next step.&amp;quot; we always get an error due to a required field before being able to fill out any metadata. &lt;br /&gt;
&lt;br /&gt;
http://&amp;lt;server&amp;gt;/api-web/dms/create returns 422 { &amp;quot;service&amp;quot; : &amp;quot;registry&amp;quot;, &amp;quot;httpErrorCode&amp;quot; : 422, &amp;quot;errorMessage&amp;quot; : &amp;quot;A required property is missing. property='tenYuuvistest:suggestedType'&amp;quot;, ...&lt;br /&gt;
&lt;br /&gt;
Am I missing something in a configuration or is this not supported? If not, will it be supported in the future?&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=58&amp;qa_1=fsot-with-required-fields-in-the-client</guid>
<pubDate>Wed, 03 Mar 2021 14:21:27 +0000</pubDate>
</item>
<item>
<title>Not able to import a document using a Java client</title>
<link>https://qa.yuuvis.com/index.php?qa=56&amp;qa_1=not-able-to-import-a-document-using-a-java-client</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I cloned your repository&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/OPTIMALSYSTEMS/yuuvis-momentum-java-tutorials&quot;&gt;https://github.com/OPTIMALSYSTEMS/yuuvis-momentum-java-tutorials&lt;/a&gt; and I tried to use the ImportTutorial class. I filled the username, userpassword, tenant and baseUrl field with values that work for other APIs. When I launch the main method, I always get the Http error code 422&amp;nbsp;UNPROCESSABLE_ENTITY.&lt;/p&gt;&lt;p&gt;Am I doing something wrong ? How can I fix this problem ?&lt;br&gt;Thanks&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=56&amp;qa_1=not-able-to-import-a-document-using-a-java-client</guid>
<pubDate>Wed, 24 Feb 2021 07:18:04 +0000</pubDate>
</item>
<item>
<title>Yuuvis Momentum Schema - readonly properties</title>
<link>https://qa.yuuvis.com/index.php?qa=55&amp;qa_1=yuuvis-momentum-schema-readonly-properties</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;I would like to make some fields/properties in our Schema readonly so they can only be set at create time. At some locations in the documentation it is hinted that there is an&amp;nbsp;&lt;span style=&quot;color:#9cdcfe; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px; white-space:pre&quot;&gt;&quot;updatability&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px; white-space:pre&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;background-color:#1e1e1e; color:#d4d4d4; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px; white-space:pre&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#ce9178; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px; white-space:pre&quot;&gt;&quot;readwrite&quot; and &lt;/span&gt;&lt;span style=&quot;color:#9cdcfe; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px; white-space:pre&quot;&gt;&quot;updatability&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px; white-space:pre&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;background-color:#1e1e1e; color:#d4d4d4; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px; white-space:pre&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#ce9178; font-family:Consolas,&amp;quot;Courier New&amp;quot;,monospace; font-size:12px; white-space:pre&quot;&gt;&quot;readonly&quot;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://help.optimal-systems.com/yuuvis_develop/pages/viewpage.action?pageId=40141227&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://help.optimal-systems.com/yuuvis_develop/pages/viewpage.action?pageId=40141227&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Can these be specified in the schema somehow, or are these only available in system properties?&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=55&amp;qa_1=yuuvis-momentum-schema-readonly-properties</guid>
<pubDate>Thu, 18 Feb 2021 13:52:39 +0000</pubDate>
</item>
<item>
<title>Custom Client - Custom Icons</title>
<link>https://qa.yuuvis.com/index.php?qa=51&amp;qa_1=custom-client-custom-icons</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;We would like to use custom icons in our custom client and are wondering how to do this. Are the &amp;lt;yuv-icon ...&amp;gt; tags only for Framework icons, or can we extend these somehow with our own custom icons?&lt;/p&gt;&lt;p&gt;The documentation at &lt;a href=&quot;https://yuuvis-cc.yuuvis.org/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://yuuvis-cc.yuuvis.org/&lt;/a&gt; for the IconComponent (sadly I can't link it directly) says the preferred way would be via&amp;nbsp;&lt;span style=&quot;background-color:#f4f4f4; color:#4c555a; font-family:sans-serif; font-size:14px&quot;&gt;IconRegistryService&lt;/span&gt;, but I can't find any documentation on this.&lt;/p&gt;&lt;p&gt;Thanks&amp;nbsp;for your support&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=51&amp;qa_1=custom-client-custom-icons</guid>
<pubDate>Fri, 05 Feb 2021 11:05:31 +0000</pubDate>
</item>
<item>
<title>webhooks in Ultimate?</title>
<link>https://qa.yuuvis.com/index.php?qa=47&amp;qa_1=webhooks-in-ultimate</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
do we have webhooks in yuuvis Ultimate? - I need to be notified in these 3 situations:&lt;br /&gt;
&lt;br /&gt;
- metadata update&lt;br /&gt;
&lt;br /&gt;
- new document in folder&lt;br /&gt;
&lt;br /&gt;
- new version of document file (= edit)&lt;br /&gt;
&lt;br /&gt;
kind regards&lt;br /&gt;
&lt;br /&gt;
Walter</description>
<category>yuuvis Ultimate</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=47&amp;qa_1=webhooks-in-ultimate</guid>
<pubDate>Wed, 20 Jan 2021 21:21:13 +0000</pubDate>
</item>
<item>
<title>do we have a URL per document to show it in the browser?</title>
<link>https://qa.yuuvis.com/index.php?qa=46&amp;qa_1=do-we-have-a-url-per-document-to-show-it-in-the-browser</link>
<description>something like the document viewer URL in enaio.&lt;br /&gt;
&lt;br /&gt;
usage: store in 3rd party system as a reference to the document in yuuvis; and for showing the document from within the 3rd pty system.</description>
<category>yuuvis Ultimate</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=46&amp;qa_1=do-we-have-a-url-per-document-to-show-it-in-the-browser</guid>
<pubDate>Wed, 20 Jan 2021 12:39:54 +0000</pubDate>
</item>
<item>
<title>How to get all changes for a given tenant's documents</title>
<link>https://qa.yuuvis.com/index.php?qa=41&amp;qa_1=how-to-get-all-changes-for-a-given-tenants-documents</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
Is there a possibility (maybe using a specific search !!) to get all changes starting from a provided data/time ? the changes are related to all document operations (create, update, delete).&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>yuuvis Ultimate</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=41&amp;qa_1=how-to-get-all-changes-for-a-given-tenants-documents</guid>
<pubDate>Tue, 24 Nov 2020 11:26:39 +0000</pubDate>
</item>
<item>
<title>Unique Property via Webhook / Real-time property querying</title>
<link>https://qa.yuuvis.com/index.php?qa=38&amp;qa_1=unique-property-via-webhook-real-time-property-querying</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
We are brainstorming on how to get a unique property in Yuuvis Momentum. We tried out the example you provided in your webhook here: &lt;a href=&quot;https://github.com/OPTIMALSYSTEMS/yuuvis-momentum-example-webhook&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://github.com/OPTIMALSYSTEMS/yuuvis-momentum-example-webhook&lt;/a&gt;&lt;br /&gt;
But sadly, when using the search service the values are not immediatly updated and it is still possible that the same value is created multiple times. For example when a user accidentally double clicks, two users create it at the same time, search service is slow updating, etc. We would like to ensure that the value is unique in every case.&lt;br /&gt;
&lt;br /&gt;
We would preferr not directly accessing the database, so that permissions, tenant and other logic does not have to be implemented again by us.&lt;br /&gt;
&lt;br /&gt;
Is there a better way to do this / to query metadata &amp;quot;real-time&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=38&amp;qa_1=unique-property-via-webhook-real-time-property-querying</guid>
<pubDate>Fri, 06 Nov 2020 14:24:31 +0000</pubDate>
</item>
<item>
<title>Documentation about floating secondary object types (floating SOTs)</title>
<link>https://qa.yuuvis.com/index.php?qa=26&amp;qa_1=documentation-about-floating-secondary-object-types-floating</link>
<description>Hi Yuuvis Team&lt;br /&gt;
&lt;br /&gt;
Where can I find the documentation about the new floating SOTs which were added in the 2.2 (Summer) release? All links in the Change Log that I found are currently not accessible to the public.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=26&amp;qa_1=documentation-about-floating-secondary-object-types-floating</guid>
<pubDate>Mon, 14 Sep 2020 11:58:06 +0000</pubDate>
</item>
<item>
<title>Context folders - query and insert with children</title>
<link>https://qa.yuuvis.com/index.php?qa=24&amp;qa_1=context-folders-query-and-insert-with-children</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;I am a bit confused about how to use the context folders.&lt;/p&gt;&lt;p&gt;1. In the Release notes I can find the following sentences:&lt;/p&gt;&lt;ul&gt;&lt;li data-font-name=&quot;Helvetica&quot; data-angle=&quot;0&quot; data-canvas-width=&quot;287.66703333333317&quot;&gt;Folder and parent Id are available within search queries&lt;/li&gt;&lt;li data-font-name=&quot;Helvetica&quot; data-angle=&quot;0&quot; data-canvas-width=&quot;459.77421666666646&quot;&gt;metadata of a folder will not be transferred to child objects, therefore these metadata are not queriable&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;But in the documentation, it says fields are queryable&amp;nbsp;&lt;a href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/YMY/CMIS-Based+Query+Language#CMIS-BasedQueryLanguage-QueriesonInheritedPropertiesElementsofContextFolders&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://help.optimal-systems.com/yuuvis_develop/display/YMY/CMIS-Based+Query+Language#CMIS-BasedQueryLanguage-QueriesonInheritedPropertiesElementsofContextFolders&lt;/a&gt;&lt;/p&gt;&lt;p&gt;2. Is it possible to upload a context folder and it's items in the same request? Or does the folder always need to be created first so the ObjectId&amp;nbsp;is generated?&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=24&amp;qa_1=context-folders-query-and-insert-with-children</guid>
<pubDate>Mon, 31 Aug 2020 14:15:41 +0000</pubDate>
</item>
<item>
<title>System Hooks for updates, deletes etc.</title>
<link>https://qa.yuuvis.com/index.php?qa=23&amp;qa_1=system-hooks-for-updates-deletes-etc</link>
<description>&lt;p&gt;&lt;span style=&quot;background-color:#f4f4f4; color:#004b69; font-family:&amp;quot;yuuvis regular&amp;quot;,Ubuntu,Helvetica,Arial,FreeSans,sans-serif; font-size:14px&quot;&gt;Hi Yuuvis Team&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#f4f4f4; color:#004b69; font-family:&amp;quot;yuuvis regular&amp;quot;,Ubuntu,Helvetica,Arial,FreeSans,sans-serif; font-size:14px&quot;&gt;Will there be more Hooks in the future? For example to get notified when a document is updated or deleted?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#f4f4f4; color:#004b69; font-family:&amp;quot;yuuvis regular&amp;quot;,Ubuntu,Helvetica,Arial,FreeSans,sans-serif; font-size:14px&quot;&gt;Kind regards&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;background-color:#f4f4f4; color:#004b69; font-family:&amp;quot;yuuvis regular&amp;quot;,Ubuntu,Helvetica,Arial,FreeSans,sans-serif; font-size:14px&quot;&gt;Nicole&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:#f4f4f4; color:#004b69; font-family:&amp;quot;yuuvis regular&amp;quot;,Ubuntu,Helvetica,Arial,FreeSans,sans-serif; font-size:14px&quot;&gt;P.S. I think the link has now moved to&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#004b69; font-family:yuuvis regular, Ubuntu, Helvetica, Arial, FreeSans, sans-serif&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;a href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/YMY/System+Hooks&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://help.optimal-systems.com/yuuvis_develop/display/YMY/System+Hooks&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=23&amp;qa_1=system-hooks-for-updates-deletes-etc</guid>
<pubDate>Mon, 31 Aug 2020 11:17:42 +0000</pubDate>
</item>
<item>
<title>Upload multiple files for one document/object</title>
<link>https://qa.yuuvis.com/index.php?qa=22&amp;qa_1=upload-multiple-files-for-one-document-object</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;I would like to upload multiple files to one document. The contentStreams property&amp;nbsp;is an array of objects, so I thought this would be possible.&lt;/p&gt;&lt;p&gt;&lt;code style=&quot;font-family: SFMono-Medium, &amp;quot;SF Mono&amp;quot;, &amp;quot;Segoe UI Mono&amp;quot;, &amp;quot;Roboto Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, Menlo, Courier, monospace; font-size: 14px;&quot;&gt;&quot;contentStreams&quot;: [{&lt;/code&gt;&lt;br style=&quot;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;&lt;code style=&quot;font-family: SFMono-Medium, &amp;quot;SF Mono&amp;quot;, &amp;quot;Segoe UI Mono&amp;quot;, &amp;quot;Roboto Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, Menlo, Courier, monospace; font-size: 14px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&quot;mimeType&quot;: &quot;message/rfc822&quot;,&lt;/code&gt;&lt;br style=&quot;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;&lt;code style=&quot;font-family: SFMono-Medium, &amp;quot;SF Mono&amp;quot;, &amp;quot;Segoe UI Mono&amp;quot;, &amp;quot;Roboto Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, Menlo, Courier, monospace; font-size: 14px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&quot;fileName&quot;: &quot;upload.eml&quot;,&lt;/code&gt;&lt;br style=&quot;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;&lt;code style=&quot;font-family: SFMono-Medium, &amp;quot;SF Mono&amp;quot;, &amp;quot;Segoe UI Mono&amp;quot;, &amp;quot;Roboto Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, Menlo, Courier, monospace; font-size: 14px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&quot;cid&quot;: &quot;&lt;strong&gt;&lt;span style=&quot;color:#ff00ff&quot;&gt;cid_63apple&lt;/span&gt;&lt;/strong&gt;&quot;&lt;/code&gt;&lt;br style=&quot;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;&lt;code style=&quot;font-family: SFMono-Medium, &amp;quot;SF Mono&amp;quot;, &amp;quot;Segoe UI Mono&amp;quot;, &amp;quot;Roboto Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, Menlo, Courier, monospace; font-size: 14px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}]&lt;/code&gt;&lt;/p&gt;&lt;p&gt;But when I try to upload multiple contents, I get the following error message:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin:0in;font-family:Consolas;font-size:9.5pt;color:black&quot; lang=&quot;de-CH&quot;&gt;UnprocessableEntity: Unprocessable Entity&lt;/p&gt;&lt;p style=&quot;margin:0in;margin-left:.375in;font-family:Consolas;font-size:9.5pt; color:black&quot; lang=&quot;de-CH&quot;&gt;{&lt;/p&gt;&lt;p style=&quot;margin:0in;font-family:Consolas;font-size:9.5pt;color:black&quot; lang=&quot;de-CH&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;&quot;service&quot; : &quot;repository&quot;,&lt;/p&gt;&lt;p style=&quot;margin:0in;font-family:Consolas;font-size:9.5pt;color:black&quot; lang=&quot;de-CH&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;&quot;httpErrorCode&quot; : 422,&lt;/p&gt;&lt;p style=&quot;margin:0in;font-family:Consolas;font-size:9.5pt;color:black&quot; lang=&quot;de-CH&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;&quot;errorMessage&quot; : &quot;only one contentstream allowed per object. number of contentStreams: [2]&quot;,&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p&gt;Is there a way to upload multiple contentStreams?&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=22&amp;qa_1=upload-multiple-files-for-one-document-object</guid>
<pubDate>Mon, 31 Aug 2020 05:47:06 +0000</pubDate>
</item>
<item>
<title>Where can I find the audit log?</title>
<link>https://qa.yuuvis.com/index.php?qa=20&amp;qa_1=where-can-i-find-the-audit-log</link>
<description>Hi Yuuvis team&lt;br /&gt;
&lt;br /&gt;
In the documentation for Yuuvis Momentum 2.2 there is an Audit Log mentioned in multiple places (regarding the tags). Where can I find/access this audit log?&lt;br /&gt;
&lt;a href=&quot;https://help.optimal-systems.com/yuuvis_develop/display/YMY/Tagging+Objects+for+Processing&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://help.optimal-systems.com/yuuvis_develop/display/YMY/Tagging+Objects+for+Processing&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Kind regards&lt;br /&gt;
Nicole</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=20&amp;qa_1=where-can-i-find-the-audit-log</guid>
<pubDate>Fri, 28 Aug 2020 09:58:42 +0000</pubDate>
</item>
<item>
<title>Nested Folders and Operations</title>
<link>https://qa.yuuvis.com/index.php?qa=18&amp;qa_1=nested-folders-and-operations</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
is there a way to create a nested folder hierarchy?&lt;br /&gt;
&lt;br /&gt;
And since folders are now first class citizens: Are there any bulk operations (via REST) upon a folder? I.e. move or copy the content of a folder to a second folder?&lt;br /&gt;
&lt;br /&gt;
TIA&lt;br /&gt;
&lt;br /&gt;
Dennis</description>
<category>yuuvis Ultimate</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=18&amp;qa_1=nested-folders-and-operations</guid>
<pubDate>Wed, 15 Jul 2020 12:55:50 +0000</pubDate>
</item>
<item>
<title>Searching for values of table (column)</title>
<link>https://qa.yuuvis.com/index.php?qa=16&amp;qa_1=searching-for-values-of-table-column</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;I want to search for a value in a table. Is this possible and how do I do this? Is there a special syntax? Currently even when I simply check the table property without specifying a colum for NOT NULL, I do not get anything returned.&lt;/p&gt;&lt;div style=&quot;color: rgb(212, 212, 212); background-color: rgb(30, 30, 30); font-size: 12px; line-height: 16px; white-space: pre;&quot;&gt;{&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;query&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;{&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;statement&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#ce9178&quot;&gt;&quot;SELECT&amp;nbsp;*&amp;nbsp;FROM&amp;nbsp;system:object&amp;nbsp;WHERE&amp;nbsp;tenYuuvistest:processQueue&amp;nbsp;IS&amp;nbsp;NOT&amp;nbsp;NULL&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;skipCount&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#b5cea8&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&quot;maxItems&quot;&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color:#b5cea8&quot;&gt;20&lt;/span&gt;&lt;span style=&quot;color:#dcdcdc&quot;&gt;}}&lt;/span&gt;&lt;/div&gt;&lt;p&gt;Schema:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;propertyTableDefinition&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;id&amp;gt;processQueue&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;propertyType&amp;gt;table&amp;lt;/propertyType&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;cardinality&amp;gt;single&amp;lt;/cardinality&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;required&amp;gt;false&amp;lt;/required&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;propertyStringDefinition&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;id&amp;gt;queueProcessId&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;propertyType&amp;gt;string&amp;lt;/propertyType&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;cardinality&amp;gt;single&amp;lt;/cardinality&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;required&amp;gt;true&amp;lt;/required&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;/propertyStringDefinition&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&amp;lt;/propertyTableDefinition&amp;gt;&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=16&amp;qa_1=searching-for-values-of-table-column</guid>
<pubDate>Tue, 23 Jun 2020 12:52:09 +0000</pubDate>
</item>
<item>
<title>Weird prefix to AMQP Message when listening with RabbitListener</title>
<link>https://qa.yuuvis.com/index.php?qa=9&amp;qa_1=weird-prefix-amqp-message-when-listening-with-rabbitlistener</link>
<description>&lt;p&gt;Hi Yuuvis Team&lt;/p&gt;&lt;p&gt;In my Microservice I am listening to a new AMQP Queue to process new documents. This basically works great, but when I look at the body of the message the Microservice receives, there are some weird characters before the JSON body starts. Do you know why I have this weird prefix? Do you suggest using something different from RabbitListener to listen to the Queue?&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&amp;lt;dependency&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.springframework.boot&amp;lt;/groupId&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;spring-boot-starter-amqp&amp;lt;/artifactId&amp;gt;&lt;br&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;@RabbitListener(queues = &quot;${yuuvis.queue.name:lc.processing}&quot;)&lt;br&gt;public void processMessage(Message message) {&lt;br&gt;&amp;nbsp; var mapper = new ObjectMapper();&lt;br&gt;&amp;nbsp; String body = new String(message.getBody());&lt;br&gt;&amp;nbsp; LOGGER.debug(&quot;Received messsage body: {}&quot;, body);&lt;br&gt;&amp;nbsp; var dmsObjects = mapper.readValue(body.substring(body.indexOf(&quot;{&quot;)), YuuvisResponse.class);&lt;br&gt;&amp;nbsp; ...&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;And the Log Outputs (not exact, some characters are not visible):&lt;br&gt;&lt;span style=&quot;font-size:10px&quot;&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;Received messsage body: Sw±¿{&quot;objects&quot;:[{&quot;properties&quot;:{&quot;system:objectId&quot;:{&quot;value&quot;:&quot;66abc037-fb73-4854-9b3a-9df92f3dcc70&quot;},&quot;system:baseTypeId&quot;:{&quot;value&quot;:&quot;system:document&quot;}...},&quot;contentStreams&quot;:[{&quot;contentStreamId&quot;:&quot;BE22CB6A-9F51-11EA-9667-CDEE767074DA&quot;,&quot;length&quot;:19378,&quot;mimeType&quot;:&quot;image/tif&quot;,&quot;fileName&quot;:&quot;test.tif&quot;,&quot;digest&quot;:&quot;DDE1502E285351CDC06DC374EA88AA462468AD4BAD01484B7516AB7DE7B0D38C&quot;,&quot;repositoryId&quot;:&quot;s3&quot;}]}]}&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Any ideas what could be causing this?&lt;/p&gt;&lt;p&gt;Kind regards&lt;br&gt;Nicole&lt;/p&gt;</description>
<category>yuuvis Momentum</category>
<guid isPermaLink="true">https://qa.yuuvis.com/index.php?qa=9&amp;qa_1=weird-prefix-amqp-message-when-listening-with-rabbitlistener</guid>
<pubDate>Mon, 08 Jun 2020 10:41:58 +0000</pubDate>
</item>
</channel>
</rss>