<?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 get Resulting Objects before they are Persisted to database? in Windchill</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/136997#M16325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hrishikesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following article provides a way to get the Release Targets from the Resulting Objects table in the Edit Change Task wizard. I believe the steps to get the resulting objects views themselves would be somewhat similar. It would be a matter of finding the appropriate key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.ptc.com/appserver/cs/view/solution.jsp?n=CS194974" title="http://support.ptc.com/appserver/cs/view/solution.jsp?n=CS194974"&gt;http://support.ptc.com/appserver/cs/view/solution.jsp?n=CS194974&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 23:04:01 GMT</pubDate>
    <dc:creator>LoriSood</dc:creator>
    <dc:date>2015-04-17T23:04:01Z</dc:date>
    <item>
      <title>How to get Resulting Objects before they are Persisted to database?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/136996#M16324</link>
      <description>Hi Experts, I am trying to get resulting Objects added to the change task before they are persisted to the database, as I am trying to put a constraint on the resulting object. I want only the resulting object having design view to be permitted and if other parts are added it should</description>
      <pubDate>Wed, 02 May 2018 12:39:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/136996#M16324</guid>
      <dc:creator>hmungekar</dc:creator>
      <dc:date>2018-05-02T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Resulting Objects before they are Persisted to database?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/136997#M16325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hrishikesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following article provides a way to get the Release Targets from the Resulting Objects table in the Edit Change Task wizard. I believe the steps to get the resulting objects views themselves would be somewhat similar. It would be a matter of finding the appropriate key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.ptc.com/appserver/cs/view/solution.jsp?n=CS194974" title="http://support.ptc.com/appserver/cs/view/solution.jsp?n=CS194974"&gt;http://support.ptc.com/appserver/cs/view/solution.jsp?n=CS194974&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 23:04:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/136997#M16325</guid>
      <dc:creator>LoriSood</dc:creator>
      <dc:date>2015-04-17T23:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Resulting Objects before they are Persisted to database?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/136998#M16326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lori,&lt;/P&gt;&lt;P&gt;Thanks a lot. I was able to get the resulting items using your link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List&amp;lt;NmOid&amp;gt; resultingItems = validationCriteria.getAddedItemsByName("changeTask_resultingItems_table");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;getAddedItemsByName("changeTask_resultingItems_table") method of UIValidationCriteria.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 05:49:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/136998#M16326</guid>
      <dc:creator>hmungekar</dc:creator>
      <dc:date>2015-04-21T05:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Resulting Objects before they are Persisted to database?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/136999#M16327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lori,&lt;/P&gt;&lt;P&gt;I want to add resulting objects to session as I want the resulting items in change notice form processor. But I am finding it difficult to get NmCommandBean object from UIValidator. Can you help me out over here or is there any other alternative to get the Resulting Items from every change activity to change notice form processor?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 03:48:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/136999#M16327</guid>
      <dc:creator>hmungekar</dc:creator>
      <dc:date>2015-04-22T03:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Resulting Objects before they are Persisted to database?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/137000#M16328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hrishikesh,&lt;/P&gt;&lt;P&gt;I'm sorry I haven't had a whole lot of time to look into your question this week. You may want to look into perhaps using a custom form processor. That will allow you to get the NmCommandBean object and you could then validate the data within it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 21:29:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/137000#M16328</guid>
      <dc:creator>LoriSood</dc:creator>
      <dc:date>2015-04-24T21:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Resulting Objects before they are Persisted to database?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/137001#M16329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Lori,&lt;/P&gt;&lt;P&gt;no problem lori. I was able to find the other change activities using change notice form processor, not from NmCommandBean but from ObjectBean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks once again lori &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 04:51:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/137001#M16329</guid>
      <dc:creator>hmungekar</dc:creator>
      <dc:date>2015-04-25T04:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Resulting Objects before they are Persisted to database?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/728663#M64016</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Hrishikesh,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am facing the same issue in similar case, need to get the Resultant item release target state on EditCNFormprocessor can you please help me with the API's. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 12:30:26 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/How-to-get-Resulting-Objects-before-they-are-Persisted-to/m-p/728663#M64016</guid>
      <dc:creator>shubhamchhabra</dc:creator>
      <dc:date>2021-05-11T12:30:26Z</dc:date>
    </item>
  </channel>
</rss>

