<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Development - Recent Threads</title><link>https://www.aras.com/community/f/development</link><description>Forum for discussing developing solutions in Aras Innovator - including modeling, coding, etc. </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Searching against a multi value list data type</title><link>https://www.aras.com/community/thread/36085?ContentTypeID=0</link><pubDate>Wed, 28 Oct 2020 14:56:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:92aeed8b-c4a4-4621-916a-eb56c25c8a1f</guid><dc:creator>paul.sheehy@bd.com</dc:creator><slash:comments>3</slash:comments><comments>https://www.aras.com/community/thread/36085?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/36085/searching-against-a-multi-value-list-data-type/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Good morning!&lt;/p&gt;
&lt;p&gt;I currently use the multi value list data type for a product line property in my Part item type. Our products share a lot of subassemblies and components, so any particular part could be assigned to multiple product lines. This makes sense on the part form, where the user can see Part 123 is a member of Product Line A, B, and C for example.&lt;/p&gt;
&lt;p&gt;However, this data type has one major drawback that I have not figured out how to overcome: searching. By default, the multi value list uses the &amp;#39;AND&amp;#39; operator when evaluating&amp;nbsp;multi value list selections as search critera.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;In the Part search grid, if you select Product Line A and search, Aras will return parts with &lt;span style="text-decoration:underline;"&gt;ONLY&lt;/span&gt; Product Line A selected;&amp;nbsp;Parts with Product Line A &amp;amp; B, or A B &amp;amp; C will be excluded.&lt;/p&gt;
&lt;p&gt;In addition, because the data type is a multi value list and not text, users cannot use wildcard characters in the search bar for this property.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;These 2 issues severly limit the usability of the multi value list data type as search criteria. Intuitively, I believe users select Product Lines in their search criteria under the assumption of the &amp;#39;OR&amp;#39; operator: selecting Product Line A, B means I would like to see parts that are under&amp;nbsp;either Product Line A OR Product Line B OR both.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve thought about a method that copied the multi value list to a separate property that is text (ex: &amp;#39;A, B, C&amp;#39;). This would give the user the ability to search with wildcards, but would &lt;span style="text-decoration:underline;"&gt;not&lt;/span&gt; help when searching multiple values because then the order of the values in the list would determine the results (ex: with A, B, C&amp;nbsp; = searching *A*C* will work, but searching *C*A* will not).&lt;/p&gt;
&lt;p&gt;Has anyone else run into this scenario and come up with a solution?&lt;/p&gt;
&lt;p&gt;Currently running 12SP7.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Paul Sheehy&lt;/p&gt;</description></item><item><title>RE: Searching against a multi value list data type</title><link>https://www.aras.com/community/thread/11412?ContentTypeID=1</link><pubDate>Fri, 19 Sep 2025 08:36:10 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c6d73baa-3d6f-44ff-9475-0d9364e9f043</guid><dc:creator>AngelaIp</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11412?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/36085/searching-against-a-multi-value-list-data-type/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Modifying the Simple Search mode is a some kind of an easy solution! :) .&lt;/p&gt;
&lt;p&gt;With my additional 5 year of knowledge since the last post, I assume it&amp;acute;s also possible to solve this one with a condition overwrite. It&amp;acute;s the solution I used for this one:&amp;nbsp;&amp;nbsp;&lt;a href="https://www.aras.com/community/f/development/55273/how-can-i-use-wildcard-filters-for-dropdowns-in-grid-and-for-predefined-default-searches"&gt;How can I use wildcard filters for dropdowns in grid and for predefined Default Searches?&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;don&amp;acute;t want to share the solutions in public, but I can give you some hints via in-mail.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Notify User When a Relationship is Added when the Source ItemType and Related ItemType have matching properties</title><link>https://www.aras.com/community/thread/11410?ContentTypeID=1</link><pubDate>Fri, 19 Sep 2025 07:25:07 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:20395fc5-9b66-43e0-8fff-609331549744</guid><dc:creator>AngelaIp</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11410?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55566/notify-user-when-a-relationship-is-added-when-the-source-itemtype-and-related-itemtype-have-matching-properties/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Have you tried an onInsertRow event?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Notify User When a Relationship is Added when the Source ItemType and Related ItemType have matching properties</title><link>https://www.aras.com/community/thread/55566?ContentTypeID=0</link><pubDate>Thu, 07 Aug 2025 18:36:23 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cecf95f8-7f62-46a8-9c35-5f8937fa56ba</guid><dc:creator>conner davis</dc:creator><slash:comments>1</slash:comments><comments>https://www.aras.com/community/thread/55566?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/55566/notify-user-when-a-relationship-is-added-when-the-source-itemtype-and-related-itemtype-have-matching-properties/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am trying to notify the user when a relationship is added where the Source Item has a property of _part_number that is equal to the Related Item property item_number, but continue with the action of adding. Basically just give a warning.&lt;/p&gt;
&lt;p&gt;I have tried server side, got the message to be sent with an error message, but that stops the progress of the action.&lt;/p&gt;
&lt;p&gt;I understand now that it needs to be a client side action, but I am having issues with getting the Items in the method to get the properties to then compare.&lt;/p&gt;
&lt;p&gt;Any help with this would be greatly appreciated!&lt;/p&gt;</description></item><item><title>Load xClass and xProperties, and link xProperties to multiple xClasses from AML</title><link>https://www.aras.com/community/thread/6178?ContentTypeID=0</link><pubDate>Tue, 23 Jul 2019 14:29:26 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:66efda4b-f36d-43f8-9a8c-45b10b5af3d9</guid><dc:creator>Amitosh Tripathy</dc:creator><slash:comments>1</slash:comments><comments>https://www.aras.com/community/thread/6178?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/6178/load-xclass-and-xproperties-and-link-xproperties-to-multiple-xclasses-from-aml/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We want to load 1k+ xclasses to Aras, we are talking about 4k+ xproperties here.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When we are running AML for creating relations xClass_xProperty_Flatten and xClass_xPropertyDefinition to link them to class tree, it fails with error :&lt;/p&gt;
&lt;p&gt;&amp;lt;faultstring&amp;gt;&amp;lt;![CDATA["xClass_xProperty_Flatten" can be added or deleted or updated only in XTree context]]&amp;gt;&amp;lt;/faultstring&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;detail&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;af:legacy_detail&amp;gt;&amp;lt;![CDATA["xClass_xProperty_Flatten" can be added or deleted or updated only in XTree context]]&amp;gt;&amp;lt;/af:legacy_detail&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;af:exception message=&amp;quot;&amp;amp;quot;xClass_xProperty_Flatten&amp;amp;quot; can be added or deleted or updated only in XTree context&amp;quot; type=&amp;quot;System.ArgumentException&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/detail&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can load property definitions, but not classes, but can&amp;rsquo;t map the properties to classes. How can we mass create and reuse these xProperty definitions in more than one class from AML, by creating relations correctly?&lt;/p&gt;</description></item><item><title>RE: Load xClass and xProperties, and link xProperties to multiple xClasses from AML</title><link>https://www.aras.com/community/thread/11408?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2025 17:59:02 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cc301f5f-c2af-4794-983b-5d77999569d9</guid><dc:creator>Bryan Riley</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11408?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/6178/load-xclass-and-xproperties-and-link-xproperties-to-multiple-xclasses-from-aml/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have a very similar issue, trying to create the xClass nodes under the xClassification Tree. I matched the &amp;lt;source_id&amp;gt; from a manually created one, but it still tells me&amp;nbsp; &lt;span&gt;["xClass" can be added or deleted or updated only in XTree context].&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Searching against a multi value list data type</title><link>https://www.aras.com/community/thread/11400?ContentTypeID=1</link><pubDate>Fri, 12 Sep 2025 16:54:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:eff87d37-e4e3-4233-bb8b-8dd2da59a28d</guid><dc:creator>Bryan Riley</dc:creator><slash:comments>1</slash:comments><comments>https://www.aras.com/community/thread/11400?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/36085/searching-against-a-multi-value-list-data-type/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Is there any easy solution to this yet? I have the same question and don&amp;#39;t really want to put a bunch of time into custom coding it&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to customize the login function</title><link>https://www.aras.com/community/thread/11377?ContentTypeID=1</link><pubDate>Wed, 03 Sep 2025 13:31:42 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4b601a4b-702b-4045-94cd-ef816d6842aa</guid><dc:creator>AJ Sebastian</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11377?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55586/how-to-customize-the-login-function/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Yuto,&lt;/p&gt;
&lt;p&gt;Just to clarify, are you collecting the Aras ID/password in the external webpage? Depending on your use case there are different ways to achieve this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re trying to authenticate with Aras via a third-party app we recommend authenticating via Oauth 2.0. These blogposts cover how you can authenticate via our REST API using Oauth 2.0:&amp;nbsp;&lt;a id="" href="https://aras.com/en/blog/authenticating-in-oauth-2-0-with-aras-restful-api"&gt;https://aras.com/en/blog/authenticating-in-oauth-2-0-with-aras-restful-api&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This will serve the user your standard Aras login page for authentication.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to customize the login function</title><link>https://www.aras.com/community/thread/55586?ContentTypeID=0</link><pubDate>Tue, 02 Sep 2025 03:54:17 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b87c237b-d836-47af-a950-cbf28eda8306</guid><dc:creator>Yuto Sumitani</dc:creator><slash:comments>1</slash:comments><comments>https://www.aras.com/community/thread/55586?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/55586/how-to-customize-the-login-function/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We are currently implementing user authentication (ID and password) through an external web page that was developed separately from the standard Aras interface.&lt;/p&gt;
&lt;p&gt;After successful authentication, we would like to redirect users to the Aras main page by logging in via a URL that includes the user ID, password, and database name.&lt;/p&gt;
&lt;p&gt;If anyone is familiar with how to implement this kind of customization, we would greatly appreciate your advice.&lt;br /&gt;For reference, our Aras Innovator version is&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Release 35&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Thank you in advance!&lt;/p&gt;</description></item><item><title>Release 36 Relationship Tab Indicators in Release Notes: First Listed, Then Removed - What is Aras Up To?</title><link>https://www.aras.com/community/thread/55584?ContentTypeID=0</link><pubDate>Wed, 27 Aug 2025 13:48:21 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ce721f3e-297e-4a45-9cc3-a55c7de3d98d</guid><dc:creator>AngelaIp</dc:creator><slash:comments>2</slash:comments><comments>https://www.aras.com/community/thread/55584?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/55584/release-36-relationship-tab-indicators-in-release-notes-first-listed-then-removed---what-is-aras-up-to/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;We are at a point in the community where Aras cannot do anything without it being noticed. Even when they try to keep things secret, it&amp;rsquo;s usually already too late!&lt;/p&gt;
&lt;p&gt;Either it was an accident, or it was a &amp;quot;planned leak&amp;quot; of new features - similar to how Apple handles the iPhone [emoticon:98f842990f454422aa6a04953955f9d9]- done just for the fun of seeing if anyone notices and to generate a bit of marketing buzz. &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Has anyone of you studied the lastest release notes? A few weeks ago Release 36 was released. In general it contains:&lt;/p&gt;
&lt;p&gt;1. A much more modern version of this one:&amp;nbsp;&lt;a id="" href="https://github.com/ArasLabs/my-recent-items"&gt;https://github.com/ArasLabs/my-recent-items&lt;br /&gt;&lt;/a&gt;2. A fix for this one:&amp;nbsp;[mention:879f44d5b4a44eee976338383ea1a79c:46448885d0e64133bbfbf0cd7b0fd6f7]&amp;nbsp;&lt;br /&gt;3. And some other quality of live improvements.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;BUT: The first version of the release notes also mentioned this additional feature:&lt;/p&gt;
&lt;p&gt;&lt;img height="105" src="/community/resized-image/__size/1110x210/__key/communityserver-discussions-components-files/3/pastedimage1756287788663v1.png" width="555" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This sounds like this feature:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1756301974232v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The first idea was discussed years ago in a Github discussion and Eli helped to get the first draft working:&amp;nbsp;&lt;a id="" href="https://github.com/ArasLabs/set-tab-color/issues/1"&gt;https://github.com/ArasLabs/set-tab-color/issues/1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But it seems like the Release 36 were updated last week. The new additional relationship feature was now removed. &lt;br /&gt;See: &lt;a id="" href="https://aras.com/wp-content/uploads/2024/04/Aras-Innovator-36-Release-Notes-1.pdf"&gt;https://aras.com/wp-content/uploads/2024/04/Aras-Innovator-36-Release-Notes-1.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p data-start="99" data-end="421"&gt;All jokes aside, I assume the topic was accidentally listed in the release notes. No big deal - it wasn&amp;acute;t even mentioned on the roadmap. Back then in Innovator 11, it wasn&amp;acute;t possible to implement something like this in a meaningful way in the standard product. I didn&amp;rsquo;t even expect it to show up anytime soon.&lt;/p&gt;
&lt;p data-start="423" data-end="631"&gt;But: Is this something that Aras is currently actively working on? I am super curious to see how they&amp;acute;ll solve this on a technical level! This is definitely a feature to look forward to. People will love it!&lt;/p&gt;
&lt;p&gt;Does anyone know more?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>RE: Release 36 Relationship Tab Indicators in Release Notes: First Listed, Then Removed - What is Aras Up To?</title><link>https://www.aras.com/community/thread/11373?ContentTypeID=1</link><pubDate>Thu, 28 Aug 2025 11:51:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9060d8fb-dfbb-4643-accb-88424190ad5f</guid><dc:creator>AngelaIp</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11373?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55584/release-36-relationship-tab-indicators-in-release-notes-first-listed-then-removed---what-is-aras-up-to/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;...but it&amp;acute;s still exciting! &lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f600.svg" title="Grinning"&gt;&amp;#x1f600;&lt;/span&gt;It&amp;acute;s doesn&amp;acute;t matter if it comes in R36, R37 or R38. Your colleagues can take all the time they need to make it perfect!&amp;nbsp;I love our 7-year-old solution, but I&amp;rsquo;m even more excited for it to finally be in the system.&lt;/p&gt;
&lt;p&gt;One idea: Maybe Aras could include a small &amp;ldquo;sneak peek&amp;rdquo; of upcoming features when writing blogs about new releases?&lt;br /&gt;&lt;br /&gt;Aside from that, my Innovator currently feels both years ahead and years behind technologically. I think I created Schroedingers PLM&amp;nbsp;&lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f60e.svg" title="Sunglasses"&gt;&amp;#x1f60e;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Release 36 Relationship Tab Indicators in Release Notes: First Listed, Then Removed - What is Aras Up To?</title><link>https://www.aras.com/community/thread/11371?ContentTypeID=1</link><pubDate>Wed, 27 Aug 2025 21:56:55 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9b8e0738-6a14-4d56-b80f-e576d1e7857a</guid><dc:creator>Eli Donahue</dc:creator><slash:comments>1</slash:comments><comments>https://www.aras.com/community/thread/11371?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55584/release-36-relationship-tab-indicators-in-release-notes-first-listed-then-removed---what-is-aras-up-to/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Angela!&amp;nbsp;Unfortunately, the answer isn&amp;#39;t as exciting as a clever marketing scheme - it was simply human error while creating the release notes for R36. &lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&amp;nbsp;The relationship tab enhancement was initially planned for R36, but the team decided to hold the feature for further review. It should be available in November&amp;#39;s R37 release.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: New community edition (Release 2025)</title><link>https://www.aras.com/community/thread/11354?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 21:39:30 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3b76fa04-db21-4c9e-bae4-33393529f1df</guid><dc:creator>Eli Donahue</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11354?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55529/new-community-edition-release-2025/rss?ContentTypeId=0</wfw:commentRss><description>&lt;div&gt;
&lt;div class="x_"&gt;&lt;span data-olk-copy-source="MessageBody"&gt;Hi all, thanks for sharing your feedback on the 2025 Community Edition. I&amp;rsquo;ve passed along your concerns to help improve communication around future releases. While there are no planned changes to the Community Edition this year, we&amp;rsquo;re taking the following steps based on your input:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol start="1"&gt;
&lt;li class="x_MsoNormal"&gt;&lt;span&gt;Updating the 2025 documentation and website to clarify the user limit and remove any conflicting information.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol start="2"&gt;
&lt;li class="x_MsoNormal"&gt;&lt;span&gt;Working to improve how we communicate product releases.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ol start="3"&gt;
&lt;li class="x_MsoNormal"&gt;&lt;span&gt;Publishing a &lt;a title="A Complete Guide to the 2025 Aras Community Edition" href="https://aras.com/en/blog/a-complete-guide-to-the-2025-aras-community-edition" rel="noopener noreferrer" target="_blank"&gt;blog post&lt;/a&gt; introducing&amp;nbsp;the 2025 Community Edition and helping&amp;nbsp;folks get started.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class="x_"&gt;&lt;span&gt;I&amp;#39;m closing this thread now that the feedback has been captured and actions are underway. For additional feedback about the Community Edition,&amp;nbsp;questions about subscription options, or the next step in your PLM journey, don&amp;#39;t hesitate to get in touch with info@aras.com.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>New community edition (Release 2025)</title><link>https://www.aras.com/community/thread/55529?ContentTypeID=0</link><pubDate>Wed, 04 Jun 2025 07:09:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b4649b99-3f87-4c29-887d-9ddbda7162f8</guid><dc:creator>AngelaIp</dc:creator><slash:comments>20</slash:comments><comments>https://www.aras.com/community/thread/55529?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/55529/new-community-edition-release-2025/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;what are your thoughts regarding the new open release?&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;</description></item><item><title>Best Way to Present a Complex Property with a Value (float) and Unit</title><link>https://www.aras.com/community/thread/55560?ContentTypeID=0</link><pubDate>Mon, 04 Aug 2025 23:10:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cc09cb19-0d95-4d61-a9c2-96df8857040f</guid><dc:creator>Christian Ludtke</dc:creator><slash:comments>1</slash:comments><comments>https://www.aras.com/community/thread/55560?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/55560/best-way-to-present-a-complex-property-with-a-value-float-and-unit/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am interested in Tracking a Dimensional Property&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example, Engagement Stock&amp;nbsp;&lt;strong&gt;Length&lt;/strong&gt; of a&amp;nbsp;Rod&lt;/p&gt;
&lt;p&gt;I want to persist the value of the Length using SI (Meters) in the Database.&lt;br /&gt;&lt;br /&gt;I want to allow the user interface to allow the user to select the Unit from a pre-defined units (inches, millimeters, feet, etc.)&lt;/p&gt;
&lt;p&gt;When the user changes the value of the unit, I want the system to convert the value shown to that unit.&lt;/p&gt;
&lt;p&gt;If the Unit shown is not Meters, I want the system to convert and save the value shown to Meters.&lt;br /&gt;&lt;br /&gt;Has anyone done this?&amp;nbsp; Does Aras have any advanced data types for this?&lt;/p&gt;</description></item><item><title>RE: Best Way to Present a Complex Property with a Value (float) and Unit</title><link>https://www.aras.com/community/thread/11344?ContentTypeID=1</link><pubDate>Fri, 08 Aug 2025 07:54:21 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4dd98dec-aaf3-4b34-b73d-f8859e5be3a6</guid><dc:creator>AngelaIp</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11344?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55560/best-way-to-present-a-complex-property-with-a-value-float-and-unit/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;No: Aras&amp;nbsp;is not that advanced.&lt;/p&gt;
&lt;p&gt;BUT: It&amp;acute;s not hard to do. It&amp;acute;s one of the typical questions that you can perfectly solve with AI:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://chatgpt.com/share/689304e3-6dd0-8003-82c1-8715ccc40a37"&gt;https://chatgpt.com/share/689304e3-6dd0-8003-82c1-8715ccc40a37&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;Instead of the html part, use the existing Innovator &amp;quot;Unit&amp;quot; list.&lt;br /&gt;- Add an &amp;quot;onChange&amp;quot; Method to the &amp;quot;Unit&amp;quot; list.&lt;br /&gt;-&amp;nbsp;The code uses an event listener. We don&amp;acute;t need this one, so simple remove the event listener stuff from the JS code.&amp;nbsp;&lt;br /&gt;- Instead of document.getElemetnById to get the native HTML elements, rewrite to use the OOTB Aras &amp;quot;value&amp;quot; and &amp;quot;unit&amp;quot; fields.&lt;/p&gt;
&lt;p&gt;BTW: For those who think to directly ask AI for a an Innovator solution instead of a generic HTML solution. Go for it! The answers are&amp;nbsp;just very often very wrong. Most of the time you get outdated solutions for Innovator 11. :)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div class="flex max-w-full flex-col grow"&gt;
&lt;div dir="auto" data-message-author-role="assistant" data-message-id="f3a22c13-40ba-42c2-bf6a-39e6ab5731a9" data-message-model-slug="gpt-4o"&gt;
&lt;div&gt;
&lt;div class="markdown prose dark:prose-invert w-full break-words dark markdown-new-styling"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any best practice tips to clean up orphaned files in the Global Files Container?</title><link>https://www.aras.com/community/thread/11340?ContentTypeID=1</link><pubDate>Thu, 07 Aug 2025 11:54:07 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9902f0c9-2a98-47af-970e-b6280831e171</guid><dc:creator>AngelaIp</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11340?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55561/any-best-practice-tips-to-clean-up-orphaned-files-in-the-global-files-container/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Which Innovator version do you use?&lt;/p&gt;
&lt;p&gt;In I12 with (enable force delete variable!), when i create a part with a thumbnail, and then delete the Part, the file will not be removed.&lt;/p&gt;
&lt;p&gt;In I12, all files related to a property of type &amp;quot;Image&amp;quot; will only be stored in the Global Files Container.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1754567504252v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The Global Files container is also used for files that you &amp;quot;just&amp;quot; upload to innovator without any reference to a relationship or item property. Typically we have this use case for temporary files like data packages.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Any best practice tips to clean up orphaned files in the Global Files Container?</title><link>https://www.aras.com/community/thread/55561?ContentTypeID=0</link><pubDate>Wed, 06 Aug 2025 16:44:03 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:27341cda-4004-4add-8b72-24f93d4b4d83</guid><dc:creator>AngelaIp</dc:creator><slash:comments>4</slash:comments><comments>https://www.aras.com/community/thread/55561?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/55561/any-best-practice-tips-to-clean-up-orphaned-files-in-the-global-files-container/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;on a regular basic I clean up orphaned files. Typically these are files that were used in a relationship or file property item.&lt;/p&gt;
&lt;p&gt;But we have another type of files -&amp;gt; images and thumbnails.&amp;nbsp;If thumbnails are not referenced any more, they are not marked as orphaned. They stay in the Global Files Container. We cannot use the locator to check if the files are still used.&lt;/p&gt;
&lt;p&gt;What is the best way to get and overview of these&amp;nbsp;files?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am already able to find orphaned thumbnails of Parts via SQL.&lt;/p&gt;
&lt;p&gt;But I noticed that it&amp;acute;s dangerous to only check the &amp;quot;Part&amp;quot; Item Type. The &amp;quot;Image&amp;quot; property is used more than 30 ItemTypes. Just because my orphaned image isn&amp;acute;t use in a Part, doesn&amp;acute;t mean it isn&amp;acute;t use in a&amp;nbsp;mpp_Tool&lt;/p&gt;
&lt;p&gt;So I wonder if my current approach to get the files via SQL is really the best approach.&lt;/p&gt;
&lt;p&gt;Does anyone have a better idea?&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;</description></item><item><title>RE: Any best practice tips to clean up orphaned files in the Global Files Container?</title><link>https://www.aras.com/community/thread/11339?ContentTypeID=1</link><pubDate>Thu, 07 Aug 2025 11:49:16 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:bf936dfa-74f7-4bb0-b634-821258763b16</guid><dc:creator>Suhas</dc:creator><slash:comments>1</slash:comments><comments>https://www.aras.com/community/thread/11339?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55561/any-best-practice-tips-to-clean-up-orphaned-files-in-the-global-files-container/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello &lt;a href="/community/members/angela"&gt;AngelaIp&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;If a file is removed from a relationship or property, and it is not associated with any other entity, file item will be automatically deleted from the system as it becomes an orphaned file.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Suhas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any best practice tips to clean up orphaned files in the Global Files Container?</title><link>https://www.aras.com/community/thread/11338?ContentTypeID=1</link><pubDate>Thu, 07 Aug 2025 11:39:15 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:545f1720-1e4c-4e99-89af-b8f9d01f13d4</guid><dc:creator>AngelaIp</dc:creator><slash:comments>1</slash:comments><comments>https://www.aras.com/community/thread/11338?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55561/any-best-practice-tips-to-clean-up-orphaned-files-in-the-global-files-container/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Suhas,&lt;/p&gt;
&lt;p&gt;thanks for the input!&lt;/p&gt;
&lt;p&gt;The &amp;quot;Delete.Orphaned.Files&amp;quot; Variable unfortunately doesn&amp;acute;t seem to work for files in the &amp;quot;Global Files Container&amp;quot; like thumbnails.&lt;/p&gt;
&lt;p&gt;As mentioned in the description, the Variable only applies to files in the Orphaned Files Container (=related files).&lt;/p&gt;
&lt;p&gt;That&amp;acute;s why deleting thumbnails is a super dangerous task in general. You can just go to the &amp;quot;Files&amp;quot; ItemType and delete them. BUT: You&amp;nbsp;will never get any warning when they are still used somewhere. They aren&amp;acute;t tracked by the file locator at all.&lt;/p&gt;
&lt;p&gt;So the only solution I found right now is to look actively for references by SQL.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any best practice tips to clean up orphaned files in the Global Files Container?</title><link>https://www.aras.com/community/thread/11337?ContentTypeID=1</link><pubDate>Thu, 07 Aug 2025 11:23:26 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f8ce3b93-98ab-44e9-9206-d99b09ab36c9</guid><dc:creator>Suhas</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11337?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55561/any-best-practice-tips-to-clean-up-orphaned-files-in-the-global-files-container/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello &lt;a href="/community/members/angela"&gt;AngelaIp&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;I hope below solution will work for you.&amp;nbsp;something may be interesting for you.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1754565741618v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Suhas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>What is the best way to clean up and delete useless / redundant History entries?</title><link>https://www.aras.com/community/thread/55563?ContentTypeID=0</link><pubDate>Thu, 07 Aug 2025 10:39:48 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:de3af257-eaf0-465d-aa9e-fd4d6600274e</guid><dc:creator>AngelaIp</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/55563?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/55563/what-is-the-best-way-to-clean-up-and-delete-useless-redundant-history-entries/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;I assume many of you use the item history for Parts, CAD or other ItemTypes. Dependent on how you configured the history, the history entries itself are more or less useful.&lt;/p&gt;
&lt;p&gt;I noticed that we get a lot of useless history entries, when users do mainly relationship edits. In this case we often have plain &amp;quot;update&amp;quot; entries without any comment.&amp;nbsp;Some of these empty &amp;quot;update&amp;quot; entries are caused by Methods in the background. See also:&amp;nbsp;&amp;nbsp;[mention:46cf4c52877a4baea3290952bed18c6f:46448885d0e64133bbfbf0cd7b0fd6f7]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The history table can be one of the biggest in Innovator, so I wonder if we can do some cleanup to optimize the data quality?&lt;br /&gt;In our case I expect 20%-25% of the history entries to be redundant.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I definitely don&amp;acute;t want to remove all &amp;quot;Update&amp;quot; related entries.&amp;nbsp;&lt;span style="font-family:inherit;"&gt;But I only want to store the &amp;quot;last&amp;quot; entry of a major change operation. &lt;br /&gt;Just the ones that are around less than 30 seconds apart, were created by the same person and have no comment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1754562425873v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Is there any other answer than &amp;quot;SQL&amp;quot;&amp;nbsp;(or AI )&amp;nbsp;to analyse which entries can be deleted?&lt;/p&gt;
&lt;p&gt;Is there anything else we need to consider? Thanks for any suggestions or second thoughts!&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;</description></item><item><title>R35/R2025 toolbar redesign: Simplified Icons + Labels = Usability Nightmare – How can we revert this quickly?</title><link>https://www.aras.com/community/thread/55542?ContentTypeID=0</link><pubDate>Thu, 26 Jun 2025 15:14:53 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4071e28e-f69f-4ff0-b034-fd5dcbd8774f</guid><dc:creator>AngelaIp</dc:creator><slash:comments>2</slash:comments><comments>https://www.aras.com/community/thread/55542?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/55542/r35-r2025-toolbar-redesign-simplified-icons-labels-usability-nightmare-how-can-we-revert-this-quickly/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;in general I am happy with most of the UI/UX improvements in R35/2025.&amp;nbsp;Many of them are great ideas and we are happy that Aras added them.&lt;br /&gt;BUT: There is one &amp;quot;improvement&amp;quot; that I don&amp;acute;t like and I am searching for options to revert it as fast as possible. I am looking for a solution that I can reuse on every Innovator instance that doesn&amp;rsquo;t want to follow the new &amp;#39;simplification&amp;#39; design trend.&lt;/p&gt;
&lt;p&gt;Aras has simplified the toolbar CUI buttons, aligning them more closely with the current - but questionable - trend of overly clean design. As a result, the icons have become harder to distinguish. To compensate, labels were added, but they take up a significant amount of space. The situation worsens when using the &lt;strong&gt;German or French language pack&lt;/strong&gt;, where&lt;strong&gt; labels are typically 30- 40% longer&lt;/strong&gt;. In that case, there&amp;rsquo;s hardly any&amp;nbsp;pixel left for custom elements, often forcing the toolbar to wrap into a second row.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is the default search grid in Release 35/2025:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:82px;max-width:639px;" alt=" " height="82" src="/community/resized-image/__size/1278x164/__key/communityserver-discussions-components-files/3/pastedimage1750948972878v1.png" width="639" /&gt;&lt;/p&gt;
&lt;p&gt;This is a common layout that I use in I12/14:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:50px;max-width:593px;" alt=" " height="50" src="/community/resized-image/__size/1186x100/__key/communityserver-discussions-components-files/3/pastedimage1750949164203v2.png" width="593" /&gt;&lt;/p&gt;
&lt;p&gt;Many of my ItemTypes have one or two custom buttons in the toolbar. They often use labels so people can easily see that the custom buttons are unique and important for the specific ItemType. In the shown sample I even removed one default element (&amp;quot;Today&amp;quot;) to save some space.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Fun detail: Aras now uses the upload icon to represent &amp;#39;share,&amp;#39; which doesn&amp;rsquo;t fit the context at all. This is especially confusing when custom buttons next to it actually perform &amp;quot;real&amp;quot; upload actions (like in my image)!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How can we bring back the previous design fast?&lt;br /&gt;-&amp;nbsp;I assume the additional labels can be removed in the language pack?&lt;br /&gt;- Update the icons via AML?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What is your opinion regarding the design update?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;</description></item><item><title>RE: R35/R2025 toolbar redesign: Simplified Icons + Labels = Usability Nightmare – How can we revert this quickly?</title><link>https://www.aras.com/community/thread/11336?ContentTypeID=1</link><pubDate>Thu, 07 Aug 2025 09:26:52 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ceecb5e4-e547-43bf-8265-c257f88d3fd1</guid><dc:creator>AngelaIp</dc:creator><slash:comments>0</slash:comments><comments>https://www.aras.com/community/thread/11336?ContentTypeID=1</comments><wfw:commentRss>https://www.aras.com/community/f/development/55542/r35-r2025-toolbar-redesign-simplified-icons-labels-usability-nightmare-how-can-we-revert-this-quickly/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Wow, thanks for the detailed explanation! You even recreated the border around the CUI elements!!!!&lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f44d.svg" title="Thumbsup"&gt;&amp;#x1f44d;&lt;/span&gt;&lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f600.svg" title="Grinning"&gt;&amp;#x1f600;&lt;/span&gt;&lt;br /&gt;I can&amp;rsquo;t wait for an optimized Open Release version of Innovator where I can finally use this kind of customization in practice!&lt;/p&gt;
&lt;p data-start="225" data-end="354"&gt;And before everyone thinks I&amp;rsquo;m just roasting everything about the R35 design - there are definitely a few things I actually like:&lt;/p&gt;
&lt;ol data-start="356" data-end="668"&gt;
&lt;li data-start="356" data-end="418"&gt;
&lt;p data-start="359" data-end="418"&gt;This one looks odd at first, but it&amp;rsquo;s surprisingly helpful!&lt;/p&gt;
&lt;img style="max-height:74px;max-width:113px;" height="74" src="/community/resized-image/__size/226x148/__key/communityserver-discussions-components-files/3/pastedimage1754558215050v5.png" width="113" alt=" " /&gt;&lt;/li&gt;
&lt;li data-start="420" data-end="489"&gt;
&lt;p data-start="423" data-end="489"&gt;The new &amp;ldquo;clean&amp;rdquo; design in the grid right-click menu looks quite decent!&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="491" data-end="540"&gt;
&lt;p data-start="494" data-end="540"&gt;Innovator finally supports colors in the grid!&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="542" data-end="576"&gt;
&lt;p data-start="545" data-end="576"&gt;The LifeCycle dialog and new main page.&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="578" data-end="660"&gt;
&lt;p data-start="581" data-end="660"&gt;The loading spinner is no longer &amp;quot;Synthwave purple.&amp;quot; I mean&amp;hellip; purple? Seriously?&lt;/p&gt;
&lt;/li&gt;
&lt;li data-start="662" data-end="668"&gt;
&lt;p data-start="665" data-end="668"&gt;...&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Many of the aspects I dislike about the design aren&amp;rsquo;t actually due to Aras&amp;rsquo;s design changes themselves, but rather because they don&amp;rsquo;t work well when using the German language pack.&lt;br /&gt;In many cases, the German translation is simply overdone - it translates everything too accurate or unnecessarily.&lt;/p&gt;
&lt;p&gt;Here are some screenshots that show what we&amp;rsquo;re dealing with:&lt;/p&gt;
&lt;p&gt;Situation: Standard Part grid on a laptop or small office monitor. There is no space left for custom buttons.&lt;br /&gt;Bonus: Some grammar errors in the tool tips make Innovator sound like a German with East European background. Which sometimes sounds quite funny btw.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1754557582637v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;So don&amp;acute;t even think of working with laptop. For German get a 27&amp;quot; screen if possible.&lt;br /&gt;This is a standard German Part relationship tab:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:20px;max-width:320px;" alt=" " src="/community/resized-image/__size/640x40/__key/communityserver-discussions-components-files/3/pastedimage1754558001367v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;This is the English version (customized)&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1754558106402v4.png" alt=" " /&gt;&lt;br /&gt;The translation for &amp;quot;AML&amp;quot; really reflects Aras&amp;acute;s struggle to explain the term to a German audience, so they ended up using two long words for AML. So&amp;nbsp;&amp;nbsp;But I confirm that the German translations are very accurate. Far to accurate!!! Nobody needs it that accurate. &lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f603.svg" title="Smiley"&gt;&amp;#x1f603;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;To German audience (feel free to translate with any browser tool):&lt;/p&gt;
&lt;p&gt;Ich hab selber in der Vergangenheit nie das Ganze Sprachpaket genutzt, sondern immer ein stark vereinfachtes, so dass nur Enduser-relevante Sachen &amp;uuml;bersetzt werden. Gerade bei Admin Begriffen wie &amp;quot;ItemType&amp;quot; oder &amp;quot;LifeCycle&amp;quot; macht eine &amp;Uuml;bersetzung oft keinen Sinn, da fast nichts mehr mit den Handb&amp;uuml;chern &amp;uuml;bereinstimmt und man sich immer einen Wolf sucht. Auch die &amp;Uuml;bersetzung allgemein gebr&amp;auml;uchlicher Begriffe wie &amp;quot;BOM&amp;quot; kann man sich oft sparen.&lt;/p&gt;
&lt;p&gt;Vielleicht findet sich ein paar Interessenten an der regelm&amp;auml;&amp;szlig;igen Entwicklung von &amp;quot;Lightweight-German&amp;quot; Sprachpaketen.&amp;nbsp;&lt;br /&gt;Da kann man vieles Skripten. Aktuell habe ich die Dinger immer nur bei Bedarf erstellt.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Meldet Euch bei Interesse!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Tree Grid Views but with additional filters to hide data we don´t need - what options do we have?</title><link>https://www.aras.com/community/thread/55505?ContentTypeID=0</link><pubDate>Tue, 06 May 2025 10:15:20 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:58f634f6-3536-42ab-9715-4e4daa0c0000</guid><dc:creator>AngelaIp</dc:creator><slash:comments>4</slash:comments><comments>https://www.aras.com/community/thread/55505?ContentTypeID=0</comments><wfw:commentRss>https://www.aras.com/community/f/development/55505/tree-grid-views-but-with-additional-filters-to-hide-data-we-don-t-need---what-options-do-we-have/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;let&amp;acute;s assume we have a multilevel BOM with many Parts. Some of them have Documents attached. There are Documents on level 0, 3 and 7 of the BOM. I want to have an tree-like overview of the Parts and the Documents, but I don&amp;acute;t want to display the Parts with no documents.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We can use AML or SQL to get the data. E.g. I currently use following custom AML solution to get all documents and their levels in a simple grid rendering, SQL would work similiar:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1746523805165v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;In the past I already used some 3rd part libs to render lightweight trees. But these custom trees often don&amp;acute;t blend in well if we don&amp;acute;t spend a lot of time with styling.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So my idea is right now to use TGV for the tree rendering. I&lt;span style="font-family:inherit;"&gt;&amp;nbsp;made a very test with QD and TGV. Data is missing intentionally as it&amp;acute;s just a functional sample. TGVs work well for trees, but they will show the complete BOM structure. Is there any way to hide the data we don&amp;acute;t need?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1746543742391v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We can use parameters to filter the data. But this filter option currently only hides the text of the elements and not the complete grid row itself.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This behavior probably has a reason. In a multilevel BOM scenario Innovator cannot tell on which BOM level we have documents. TGVs need the complete data for the rendering. But I would be awesome if we would have some additional filter options to play around with appearance of the data AFTER query execution.&lt;/p&gt;
&lt;p&gt;Does anyone has an idea to do these kind of tree renderings? Thanks for any input!!!&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;</description></item></channel></rss>