<?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: Get WTPart from MPMProcessPlan in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Get-WTPart-from-MPMProcessPlan/m-p/844605#M2535</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/194917"&gt;@asnoeckx&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The result contains all &lt;STRONG&gt;linked&lt;/STRONG&gt; versions. So Your process plan is linked to iterations which are returned.&lt;/P&gt;
&lt;P&gt;It does not mean that all versions of WTPart are returned. Only the linked one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need specific version you need to filter it.&lt;/P&gt;
&lt;P&gt;For example the latest revision/iteration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 07:56:16 GMT</pubDate>
    <dc:creator>HelesicPetr</dc:creator>
    <dc:date>2022-12-16T07:56:16Z</dc:date>
    <item>
      <title>Get WTPart from MPMProcessPlan</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Get-WTPart-from-MPMProcessPlan/m-p/843781#M2532</link>
      <description>&lt;P&gt;How can I get the associated WTPart from an MPMProcessPlan programmatically?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 14:04:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Get-WTPart-from-MPMProcessPlan/m-p/843781#M2532</guid>
      <dc:creator>asnoeckx</dc:creator>
      <dc:date>2024-03-15T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get WTPart from MPMProcessPlan</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Get-WTPart-from-MPMProcessPlan/m-p/844045#M2533</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/194917"&gt;@asnoeckx&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The service is:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;QueryResult &lt;/SPAN&gt;&lt;SPAN&gt;queryresult &lt;/SPAN&gt;= &lt;SPAN&gt;MPMProcessPlanHelper&lt;/SPAN&gt;.&lt;SPAN&gt;service&lt;/SPAN&gt;.getWTParts&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;mpmProcesPlan&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;PetrH&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 09:27:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Get-WTPart-from-MPMProcessPlan/m-p/844045#M2533</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-12-14T09:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get WTPart from MPMProcessPlan</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Get-WTPart-from-MPMProcessPlan/m-p/844604#M2534</link>
      <description>&lt;P&gt;Thanks! This indeed gets me a long way, but if I am not mistaken, the query returns all versions of all related parts. Any chance I can find out the specific WTPart version linked to the plan?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 07:48:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Get-WTPart-from-MPMProcessPlan/m-p/844604#M2534</guid>
      <dc:creator>asnoeckx</dc:creator>
      <dc:date>2022-12-16T07:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get WTPart from MPMProcessPlan</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Get-WTPart-from-MPMProcessPlan/m-p/844605#M2535</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/194917"&gt;@asnoeckx&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The result contains all &lt;STRONG&gt;linked&lt;/STRONG&gt; versions. So Your process plan is linked to iterations which are returned.&lt;/P&gt;
&lt;P&gt;It does not mean that all versions of WTPart are returned. Only the linked one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need specific version you need to filter it.&lt;/P&gt;
&lt;P&gt;For example the latest revision/iteration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 07:56:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Get-WTPart-from-MPMProcessPlan/m-p/844605#M2535</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-12-16T07:56:16Z</dc:date>
    </item>
  </channel>
</rss>

