<?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 Created by WTObjects in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/844254#M2512</link>
    <description>&lt;P&gt;I think I might have misunderstood.&amp;nbsp; If the question is really about who created &lt;EM&gt;&lt;STRONG&gt;every possible object in the entire system&lt;/STRONG&gt;&lt;/EM&gt;, then my response was probably not correct.&amp;nbsp; I'm not sure Windchill even stores who created every single object.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomU_4-1671052933766.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/72690i30FADEA732ED83B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomU_4-1671052933766.png" alt="TomU_4-1671052933766.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2022 21:23:18 GMT</pubDate>
    <dc:creator>TomU</dc:creator>
    <dc:date>2022-12-14T21:23:18Z</dc:date>
    <item>
      <title>How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843296#M2502</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I want all the WTObjects created by particular user. So How I can able to get it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/304807"&gt;@manoj_dokku2&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/241117"&gt;@HelesicPetr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 14:04:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843296#M2502</guid>
      <dc:creator>Pushpak_Old</dc:creator>
      <dc:date>2024-03-15T14:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843297#M2503</link>
      <description>&lt;P&gt;Should be fairly simple with QueryBuilder. Just create a report that queries on WTObject and outputs the type of object and creator so you can use it as a filter criteria.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 16:35:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843297#M2503</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2022-12-11T16:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843343#M2504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/556176"&gt;@Pushpak_Old&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think so you can do it directly from WTObject.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WTObject type do not contains information about CreatedBy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Subtypes contains that information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By API you need to retype to the subtype and then use&amp;nbsp;.getCreator()&lt;/P&gt;
&lt;P&gt;If you need all objects you need to use all subtypes from the system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 08:05:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843343#M2504</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-12-12T08:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843417#M2505</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/241117"&gt;@HelesicPetr&lt;/a&gt;&amp;nbsp;, my bad. I saw Created in the list and mistook for Created By. Would the security logs be able to retrieve this information? BTW, this is all the interfaces that have getCreatorName as a method:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avillanueva_0-1670847455161.png" style="width: 620px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/72442iB23235B73F981CF2/image-dimensions/620x689?v=v2" width="620" height="689" role="button" title="avillanueva_0-1670847455161.png" alt="avillanueva_0-1670847455161.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 12:18:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843417#M2505</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2022-12-12T12:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843420#M2506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/27334"&gt;@avillanueva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would use a RevisionControlled type to get all objects from system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately you do not get the links and so on but.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depends what&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/556176"&gt;@Pushpak_Old&lt;/a&gt;&amp;nbsp;needs the&amp;nbsp;RevisionControlled type is good enough to get all stored objects from the folder system in all contexts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is good to use RevisionControled type in the QueryBuilder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 12:25:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843420#M2506</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-12-12T12:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843426#M2507</link>
      <description>&lt;HTML&gt;
 &lt;HEAD&gt;
 &lt;/HEAD&gt;&lt;BODY&gt;
  &lt;DIV&gt;
   &lt;P&gt;What about Iterated? &lt;/P&gt;
   &lt;P&gt;&lt;/P&gt;
  &lt;/DIV&gt;
 
&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2022 12:34:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843426#M2507</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2022-12-12T12:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843428#M2508</link>
      <description>&lt;P&gt;If &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/556176"&gt;@Pushpak_Old&lt;/a&gt;&amp;nbsp;needs to get all iterations why not &amp;gt;D&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 12:35:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843428#M2508</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-12-12T12:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843476#M2509</link>
      <description>&lt;P&gt;Couldn't you just do an advanced search? Select the relevant types, then set the criteria to be be Created By user.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 15:19:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/843476#M2509</guid>
      <dc:creator>joe_morton</dc:creator>
      <dc:date>2022-12-12T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/844250#M2510</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/241117"&gt;@HelesicPetr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;WTObject type do not contains information about CreatedBy.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That doesn't seem right.&amp;nbsp; The WTParts in my system all show 'Created By'.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomU_3-1671052515870.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/72689iB634719A900FC5E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="TomU_3-1671052515870.png" alt="TomU_3-1671052515870.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/205842"&gt;@joe_morton&lt;/a&gt;, why not just search for them?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomU_0-1671052342528.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/72686i3F3A590BAD3AD424/image-size/large?v=v2&amp;amp;px=999" role="button" title="TomU_0-1671052342528.png" alt="TomU_0-1671052342528.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 21:16:26 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/844250#M2510</guid>
      <dc:creator>TomU</dc:creator>
      <dc:date>2022-12-14T21:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/844252#M2511</link>
      <description>&lt;HTML&gt;
 &lt;HEAD&gt;
 &lt;/HEAD&gt;&lt;BODY&gt;
  Hi
  &lt;DIV&gt;
   You didnt understand
  &lt;/DIV&gt;
  &lt;DIV&gt;
   I ment root type WTObject does not contains that info
  &lt;/DIV&gt;
  &lt;DIV&gt;
   Only subtypes do
  &lt;/DIV&gt;
  &lt;DIV&gt;
   &lt;BR /&gt;
  &lt;/DIV&gt;
  &lt;DIV&gt;
   PetrH
   &lt;BR /&gt;
   &lt;BR /&gt;
   &lt;DIV&gt;
    Odesláno z iPhonu
   &lt;/DIV&gt;
  &lt;/DIV&gt;
 
&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2022 21:19:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/844252#M2511</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-12-14T21:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Created by WTObjects</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/844254#M2512</link>
      <description>&lt;P&gt;I think I might have misunderstood.&amp;nbsp; If the question is really about who created &lt;EM&gt;&lt;STRONG&gt;every possible object in the entire system&lt;/STRONG&gt;&lt;/EM&gt;, then my response was probably not correct.&amp;nbsp; I'm not sure Windchill even stores who created every single object.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomU_4-1671052933766.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/72690i30FADEA732ED83B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomU_4-1671052933766.png" alt="TomU_4-1671052933766.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 21:23:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-get-Created-by-WTObjects/m-p/844254#M2512</guid>
      <dc:creator>TomU</dc:creator>
      <dc:date>2022-12-14T21:23:18Z</dc:date>
    </item>
  </channel>
</rss>

