<?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 find view only relationships ?</title><link>https://www.aras.com/community/f/development/3285/how-to-find-view-only-relationships</link><description>Hi ,

I am fetching data of a Part and its relationships. But currently I am not able to fetch data for Relationship - Part Changes. I found an answer to this problem on forum that this is view only relationships. All the change management objects in</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to find view only relationships ?</title><link>https://www.aras.com/community/thread/508?ContentTypeID=1</link><pubDate>Thu, 01 Jun 2017 08:58:06 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b6ddf53f-57e7-4d87-b745-b16b21ebf68c</guid><dc:creator>Yoann Maingon</dc:creator><description>Sure,

A good example, is the native datamodel for Part, Part Document, Part BOM and Part instances

Part is an Itemtype :
&lt;ul&gt;
 	&lt;li&gt;It has a &amp;quot;Classic&amp;quot; Relationships to the Document itemtype. the relationship is called &amp;quot;Part Document&amp;quot;. A document can be defined independently from the Part.&lt;/li&gt;
 	&lt;li&gt;It has an &amp;quot;Almost Classic&amp;quot; Relationship to the Part (itself) itemtype. The relationship is called &amp;quot;Part BOM&amp;quot;. Parts can be created independently and then related in the Recursive BOM.&lt;/li&gt;
&lt;/ul&gt;
If you look at the &amp;quot;Part BOM&amp;quot; Itemtype (yes relationships also are itemtypes !) it has a null relationship called &amp;quot;Part Instance&amp;quot;. A part instance cannot be independant from a Part BOM it is a more precise granularity of the BOM relationship and it tipically contains postionning of the component in a parent assembly context.

Other examples would be a purchase order containing order line items. Each line is stritcly dependant of the order. If you delete the order you delete the order-lines, so this would be achieved with a null-relationship.

The more you use Aras Innovator, the more you will find examples in the datamodel and the more you will understand why you would need to select one of the three relationship types that I mentionned when you will configure the solution for your own projects.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find view only relationships ?</title><link>https://www.aras.com/community/thread/506?ContentTypeID=1</link><pubDate>Tue, 30 May 2017 10:53:16 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9679ae7c-e4ae-4814-9ad6-4355d1627c6f</guid><dc:creator>Former Member</dc:creator><description>Hi Yoann,

Can you please elaborate more on the null relationships ? What is the use case for just attaching a relationships to source object and not having related object ?

Thanks !
-Ketan&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find view only relationships ?</title><link>https://www.aras.com/community/thread/507?ContentTypeID=1</link><pubDate>Tue, 30 May 2017 02:19:57 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:790ad99d-14f6-482b-979c-136ba36f6f5d</guid><dc:creator>Former Member</dc:creator><description>Hi Yoann,

Thanks for reply !

-Ketan.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find view only relationships ?</title><link>https://www.aras.com/community/thread/505?ContentTypeID=1</link><pubDate>Mon, 29 May 2017 08:18:56 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d678bc2a-f31b-4937-9285-09d4e93ac17e</guid><dc:creator>Yoann Maingon</dc:creator><description>for the &amp;quot;CAD Files&amp;quot; example, you can fetch the &amp;quot;CAD Files&amp;quot; relationships =&amp;gt; this is a null relationships which means that we just attach a relationship object without related

for the &amp;quot;Changes&amp;quot; example, you cannot just fetch the relationship because here the relationship has just been created to show a tab in the Part form. What you see is actually a view which you can find in a script page in your install folder : Innovator\Client\Solutions\PLM\scripts\Changes

Zahar gave the right tips to find out which relationship is actually used as a real &amp;quot;Null Relationship&amp;quot; and which relationships are actually just used as a tab.

(Thx Zahar for the very quick answer !)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find view only relationships ?</title><link>https://www.aras.com/community/thread/504?ContentTypeID=1</link><pubDate>Mon, 29 May 2017 08:12:12 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:432e2fe6-1632-47b7-984b-859cd23eb0ea</guid><dc:creator>Former Member</dc:creator><description>Hi ,

Thanks for reply . I was asking general question. And your answer solved my problem for view only relationships.

But there are some relationships where related_id is not mentioned still we can create and fetch those relationships.

For example: CADFiles.

Can you please help me to figure out what is the type of related objects to fetch when related_id is not given in Relationships.
Actually I am using Java code to fetch these relationships.

Thanks!
-Ketan.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find view only relationships ?</title><link>https://www.aras.com/community/thread/501?ContentTypeID=1</link><pubDate>Mon, 29 May 2017 07:42:23 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4a3dc896-1975-4169-9868-d77a677f6bfa</guid><dc:creator>Zahar Chernov</dc:creator><description>Are you asking about Parts relationships?
OOTB relationships of Parts that just for view only is Changes, to retrieve changes data you can use AML from the post you have comment.

If you are asking general question, here how you can analyze if the relationship is for view purpose:
&lt;ul&gt;
 	&lt;li&gt;If relationship is not related&lt;/li&gt;
 	&lt;li&gt;If Relationship (In TOC navigate to Administration-&amp;gt;Relationships) under &amp;quot;Relationship View&amp;quot; tab you have some row that point to &amp;quot;outside&amp;quot; html or grid or form&lt;/li&gt;
&lt;/ul&gt;
Each solution use it&amp;#39;s own logic how to store data - so there is no single answer

&amp;nbsp;

&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>