<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to add custom configurable link in Comparison report. in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1015823#M9976</link>
    <description>&lt;P&gt;Hello &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/721874"&gt;@HO_10736653&lt;/a&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you have some &lt;A href="https://community.ptc.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014932#M9947" target="_blank"&gt;responses&lt;/A&gt; from some community members. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vivek N.&lt;BR /&gt;Community Moderation Team.&lt;/P&gt;</description>
    <pubDate>Fri, 16 May 2025 04:06:30 GMT</pubDate>
    <dc:creator>vnamboodheri</dc:creator>
    <dc:date>2025-05-16T04:06:30Z</dc:date>
    <item>
      <title>How to add custom configurable link in Comparison report.</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014543#M9931</link>
      <description>&lt;P&gt;Version: Windchill 12.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use Case: Add configurable link in comparison report&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Description: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have created a new configurable link in Windchill for my object types. I want to add this Configurable link to Comparison report from Compare action on the object.&lt;/P&gt;&lt;P&gt;What is best way to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 07:11:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014543#M9931</guid>
      <dc:creator>HO_10736653</dc:creator>
      <dc:date>2025-05-08T07:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom configurable link in Comparison report.</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014565#M9932</link>
      <description>&lt;P&gt;I have done that with the information of the case:&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/CS276238?as=1" target="_blank"&gt;https://www.ptc.com/en/support/article/CS276238?as=1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In my case WTParts have some WTDocuments which are added by Configurable links after a release. So I modified just the WTPart Compare.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Edit file:&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN&gt;$(wt.home)/codebase/netmarkets/jsp/ocmp/WTPart/comparisonReport4WTPartStep.jsp&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;and added&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;linkToDisplayMsgMap.put(wt.configurablelink.ConfigurableReferenceLink.class.getName(),&lt;BR /&gt;           ocmpClientResource.RELATED_DOCUMENTS);&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;2. Edit file:&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN&gt;$(wt.home)/codebase/netmarkets/jsp/ocmp/common/tailoringOptions.properties&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;and add it to the WTPart&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;wt.part.WTPart/RELATED_DOCUMENTS=wt.part.WTPartReferenceLink,wt.part.WTPartDescribeLink,wt.configurablelink.ConfigurableReferenceLink&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;and add&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;wt.configurablelink.ConfigurableReferenceLink=RELATED_DOCUMENTS&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;3. Edit file:&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN&gt;$(wt.home)/codebase/com/ptc/core/ocmp/config/ObjComparisonConfig.xml&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;add&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&amp;lt;type id="wt.configurablelink.ConfigurableReferenceLink" comparator="default" assembly="wnc"&amp;gt;&lt;BR /&gt;         &amp;lt;attrs comparator="default"&amp;gt;&lt;BR /&gt;            &amp;lt;ids/&amp;gt;&lt;BR /&gt;         &amp;lt;/attrs&amp;gt;&lt;BR /&gt;         &amp;lt;role comparator="default"&amp;gt;references&amp;lt;/role&amp;gt;&lt;BR /&gt;         &amp;lt;roleTargetsToCompare/&amp;gt;&lt;BR /&gt;      &amp;lt;/type&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Restart Windchill and the WTPart Compare shows now the connected or disconnected WTDocuments which have been connected by a configurable link.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 May 2025 09:08:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014565#M9932</guid>
      <dc:creator>BjoernRueegg</dc:creator>
      <dc:date>2025-05-08T09:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom configurable link in Comparison report.</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014837#M9942</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I made the changes you mentioned above, but I’m encountering an error&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SV_11088692_2-1746783791212.png" style="width: 712px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/122768iD0B5584319A6679A/image-dimensions/712x169?v=v2" width="712" height="169" role="button" title="SV_11088692_2-1746783791212.png" alt="SV_11088692_2-1746783791212.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 09:43:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014837#M9942</guid>
      <dc:creator>SV_11088692</dc:creator>
      <dc:date>2025-05-09T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom configurable link in Comparison report.</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014862#M9945</link>
      <description>&lt;P&gt;It's difficult to help without any logs etc. I would say you forgot the following entry:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;wt.configurablelink.ConfigurableReferenceLink=RELATED_DOCUMENTS&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 13:00:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014862#M9945</guid>
      <dc:creator>BjoernRueegg</dc:creator>
      <dc:date>2025-05-09T13:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom configurable link in Comparison report.</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014932#M9947</link>
      <description>&lt;P&gt;I have added the entry as well. I am attaching a screenshot of the logs for your reference. Kindly assist me with this issue at your earliest convenience.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SV_11088692_0-1746884154138.png" style="width: 896px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/122792i707AF453F8B231DB/image-dimensions/896x393?v=v2" width="896" height="393" role="button" title="SV_11088692_0-1746884154138.png" alt="SV_11088692_0-1746884154138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 May 2025 13:36:15 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014932#M9947</guid>
      <dc:creator>SV_11088692</dc:creator>
      <dc:date>2025-05-10T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom configurable link in Comparison report.</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014968#M9948</link>
      <description>&lt;DIV&gt;
&lt;P&gt;sorry, but this is almost impossible to help you with a screenshot. Do you have setup this configurable link in the system? Perhaps you need attach all the files, or even better try it first with the example from PTC.&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 May 2025 04:45:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014968#M9948</guid>
      <dc:creator>BjoernRueegg</dc:creator>
      <dc:date>2025-05-12T04:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom configurable link in Comparison report.</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1015823#M9976</link>
      <description>&lt;P&gt;Hello &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/721874"&gt;@HO_10736653&lt;/a&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you have some &lt;A href="https://community.ptc.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1014932#M9947" target="_blank"&gt;responses&lt;/A&gt; from some community members. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vivek N.&lt;BR /&gt;Community Moderation Team.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 04:06:30 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-add-custom-configurable-link-in-Comparison-report/m-p/1015823#M9976</guid>
      <dc:creator>vnamboodheri</dc:creator>
      <dc:date>2025-05-16T04:06:30Z</dc:date>
    </item>
  </channel>
</rss>

