<?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>How to use explicit xProperties in ItemType?</title><link>https://www.aras.com/community/f/development/38056/how-to-use-explicit-xproperties-in-itemtype</link><description>Hi community, 
 is any familiar with using explicit xProperties in ItemTypes? 
 
 Inside of a ItemType there is a relationships &amp;quot;xProperties&amp;quot;. When can add custom xProperties there. These new properties will be automatically linked in the grid so user</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to use explicit xProperties in ItemType?</title><link>https://www.aras.com/community/thread/9625?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2023 14:56:28 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2157c59a-7605-4fd7-94eb-da1e6c8bc3ca</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Does no one know more?&lt;/p&gt;
&lt;p&gt;Maybe anyone has an idea for an alternative concept. I have an ItemType that shall store testresults. Each test item shall store additional values of various sensors.&lt;/p&gt;
&lt;p&gt;So basically my ItemType looks like this:&lt;/p&gt;
&lt;p&gt;Test-No.: T-1234&lt;br /&gt;Device: My product&amp;nbsp;XY&lt;br /&gt;Test result: PASSED&lt;/p&gt;
&lt;p&gt;Sensor and other test data:&lt;/p&gt;
&lt;p&gt;Back1235:&amp;nbsp; &amp;nbsp;3.2V&lt;br /&gt;Back1243:&amp;nbsp; &amp;nbsp;3.3V&lt;br /&gt;Top1234:&amp;nbsp; &amp;nbsp; &amp;nbsp;1.1V&lt;br /&gt;xyCounter:&amp;nbsp; &amp;nbsp;234234&lt;br /&gt;Speed:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2599&lt;br /&gt;...many many additional properties here...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I want to display the test data in a way that:&lt;/p&gt;
&lt;p&gt;1. It&amp;acute;s easy to read inside the individual test item&lt;br /&gt;2. Use can search and compare the values on a general level&lt;br /&gt;&lt;br /&gt;So basically I am thinking of two ways to display the data. In side the items it would be useful to have something like the parameters tab. The individual properties are displayed below each other:&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Property&lt;/td&gt;
&lt;td&gt;Value&lt;/td&gt;
&lt;td&gt;Sort_order&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span&gt;BackTempx99y2329123&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;3.3V&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span&gt;BackTemp22cx-y89234&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;3.3V&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In addition, users shall be able to search through all the data in a grid. In this case, the properties could be displayed side-by-side:&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;BackTempx99y2329123&lt;/td&gt;
&lt;td&gt;BackTemp22cx-y89234&lt;/td&gt;
&lt;td&gt;BackTempxy333-333342&lt;/td&gt;
&lt;td&gt;FrontTemp-322xy&lt;/td&gt;
&lt;td&gt;TopTemp-3xy&lt;/td&gt;
&lt;td&gt;CounterXy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3.3V&lt;/td&gt;
&lt;td&gt;5V&lt;/td&gt;
&lt;td&gt;12V&lt;/td&gt;
&lt;td&gt;3.3V&lt;/td&gt;
&lt;td&gt;2.5V&lt;/td&gt;
&lt;td&gt;3234&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But so far I haven&amp;acute;t found a building technique in Innovator that provides both view options&lt;/p&gt;
&lt;p&gt;Idea 1: Parameters tab&lt;br /&gt;- Pro: Easy&amp;nbsp;solution regarding displaying the properties in the testresult item itself&lt;br /&gt;- Con: I cannot search and compare test data for multiple items. By default my test data properties are hidden in the grid, cause they are so many. There is no way to manually unhide them for the user.&lt;br /&gt;- Possible solution: Federate Parameters data in a fake grid?&lt;/p&gt;
&lt;p&gt;Idea 2: Explicit xProperties&lt;br /&gt;- Pro: This one would solve the Con of Idea 1. Explicit xProperties can manually unhidden in the grid by the user.&lt;br /&gt;- Con: There is right now no option available to display the properties in the Form or in a relationship grid&lt;/p&gt;
&lt;p&gt;Idea 3: Properties in relationship&lt;br /&gt;-&amp;nbsp;This helps to display the data in the grid, but looks terrible for the individual items. I would have one relationship with all properties side by side.&lt;/p&gt;
&lt;p&gt;&lt;span class="Y2IQFc" lang="en"&gt;Idea 4: NULL relationship that looks like Parameters tab, but user can assign &amp;quot;Property Type&amp;quot; and &amp;quot;Value&amp;quot; manually.&lt;br /&gt;- Good for displaying the data in the individual items, but terrible regarding building a search grid.&amp;nbsp;&lt;br /&gt;- We cannot specify data types for the individual properties&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Y2IQFc" lang="en"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Idea 5: Properties in relationship, but custom relationship Form view&amp;nbsp;&lt;br /&gt;-...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If anyone has an idea to display the data the best way, I would be happy for any input :).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use explicit xProperties in ItemType?</title><link>https://www.aras.com/community/thread/9613?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2023 15:17:28 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:01df35b0-98e6-4224-b70c-bc4540bc2ebb</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;I discovered following hint in the manuals:&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/pastedimage1691075324398v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Seems like explicit xProperties are a dead-end feature. There is not UI yet.&lt;/p&gt;
&lt;p&gt;In my case I would be happy to display the xProperties in a custom tab (preferred) or inside the main form if there is not other variant.&amp;nbsp;&lt;br /&gt;I don&amp;acute;t need to edit the data in the Form or Relationships, because the would xProperties be filled by REST API automatically.&lt;br /&gt;&lt;br /&gt;As far as I see even the newer releases don&amp;acute;t support explicit xProperties yet. (and I am 99% sure Aras will forget them in the new UI editor they are working on).&lt;/p&gt;
&lt;p&gt;Has anyone seen a sample implementation for the missing UI?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>