<?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 Listener for Save As operation in Windchill</title>
    <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419517#M49436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Karan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to perform some operations on the copied object, then the best&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bet is listening for MadeFromLink.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you perform SAVE-AS, a link wt.enterprise.MadeFromLink is created for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;associating the original object and the copied object. Try to capture the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;store event of MadeFromLink &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and from MadeFromLink,  original and copied objects can be retrieved from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;getOriginal() and getCopy(). If this approach is not working for you, please&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;indicate what is not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;  Thank you and have a great time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;  Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;  Swamy Senthil&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;   Principal Solutions Architect, Swasen Inc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;   swamy.senthil@swasen.com(Email); 909 800 8423(M); 973 324 2729(W); 866&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;908 6561(F); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2012 19:24:20 GMT</pubDate>
    <dc:creator>ssenthil</dc:creator>
    <dc:date>2012-04-12T19:24:20Z</dc:date>
    <item>
      <title>Listener for Save As operation</title>
      <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419509#M49428</link>
      <description>Hi,I am trying to create a Listener in Windchill for the Save-As action performed from an EPMDoc. I am trying to usePersistenceManagerEvent.COPY_LINK,but this does not seems to be working out.Could anyone suggest on this.Thanks,Karan</description>
      <pubDate>Wed, 02 May 2018 15:46:25 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419509#M49428</guid>
      <dc:creator>karan1904</dc:creator>
      <dc:date>2018-05-02T15:46:25Z</dc:date>
    </item>
    <item>
      <title>Listener for Save As operation</title>
      <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419510#M49429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you trying to do something before or after the save as action/wizard is used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sent from my Verizon Wireless BlackBerry&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 19:22:49 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419510#M49429</guid>
      <dc:creator>ddemay</dc:creator>
      <dc:date>2012-04-03T19:22:49Z</dc:date>
    </item>
    <item>
      <title>Listener for Save As operation</title>
      <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419511#M49430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Karan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you listen COPY_LINK, you need to navigate to the associated objects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PRE_COPY or POST_COPY can be used in-line with your requirements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;  Thank you and have a great time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;  Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;  Swamy Senthil&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;   Principal Solutions Architect, Swasen Inc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;   swamy.senthil@swasen.com(Email); 909 800 8423(M); 973 324 2729(W); 866&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;908 6561(F); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 19:55:28 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419511#M49430</guid>
      <dc:creator>ssenthil</dc:creator>
      <dc:date>2012-04-03T19:55:28Z</dc:date>
    </item>
    <item>
      <title>RE: Listener for Save As operation</title>
      <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419512#M49431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I want to perform the action after the Save-As operation.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 20:10:31 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419512#M49431</guid>
      <dc:creator>karan1904</dc:creator>
      <dc:date>2012-04-03T20:10:31Z</dc:date>
    </item>
    <item>
      <title>RE: Listener for Save As operation</title>
      <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419513#M49432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swamy,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;My requirement is to perform some operation on the new object that gets created after save-as operation.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;POST_COPY and PRE_COPY does not seems to be working.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 16:43:41 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419513#M49432</guid>
      <dc:creator>karan1904</dc:creator>
      <dc:date>2012-04-05T16:43:41Z</dc:date>
    </item>
    <item>
      <title>Listener for Save As operation</title>
      <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419514#M49433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is possible that these events are related to copy/paste operations in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the folder or search results.  I have found that events do not always&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;get thrown when you would expect them to.  Since there is a save as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;history object recreated, you might have to track those objects and look&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for pre and post store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 17:08:17 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419514#M49433</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2012-04-05T17:08:17Z</dc:date>
    </item>
    <item>
      <title>Listener for Save As operation</title>
      <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419515#M49434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah I believe there is a NEW_COPY also generated by&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wt.enterprise.EnterpriseHelper copy methods which act as a delegate for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;whatever class is registered to actually duplicate the object you are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;working with.   Karan, TCS should have someone within your company that can&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;help you answer this or troubleshoot with you further. Good luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 04:33:47 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419515#M49434</guid>
      <dc:creator>ddemay</dc:creator>
      <dc:date>2012-04-06T04:33:47Z</dc:date>
    </item>
    <item>
      <title>RE: Listener for Save As operation</title>
      <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419516#M49435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have tried using POST_STORE, butit was not able to catch the event.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Karan&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 17:35:05 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419516#M49435</guid>
      <dc:creator>karan1904</dc:creator>
      <dc:date>2012-04-10T17:35:05Z</dc:date>
    </item>
    <item>
      <title>Listener for Save As operation</title>
      <link>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419517#M49436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Karan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to perform some operations on the copied object, then the best&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bet is listening for MadeFromLink.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you perform SAVE-AS, a link wt.enterprise.MadeFromLink is created for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;associating the original object and the copied object. Try to capture the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;store event of MadeFromLink &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and from MadeFromLink,  original and copied objects can be retrieved from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;getOriginal() and getCopy(). If this approach is not working for you, please&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;indicate what is not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;  Thank you and have a great time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;  Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;  Swamy Senthil&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;   Principal Solutions Architect, Swasen Inc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;   swamy.senthil@swasen.com(Email); 909 800 8423(M); 973 324 2729(W); 866&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;908 6561(F); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 19:24:20 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Listener-for-Save-As-operation/m-p/419517#M49436</guid>
      <dc:creator>ssenthil</dc:creator>
      <dc:date>2012-04-12T19:24:20Z</dc:date>
    </item>
  </channel>
</rss>

