<?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 test the code to check the type of WTObject in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-test-the-code-to-check-the-type-of-WTObject/m-p/804763#M3323</link>
    <description>&lt;P&gt;My Eclipse environment is set up... I want to be able to run my code on an object and get system outs in the console so I can rapidly iterate the code with out having to plug it into my expression robot and create new PR objects to test.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2022 15:57:35 GMT</pubDate>
    <dc:creator>ChiselnMallet1</dc:creator>
    <dc:date>2022-06-30T15:57:35Z</dc:date>
    <item>
      <title>How to test the code to check the type of WTObject</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-test-the-code-to-check-the-type-of-WTObject/m-p/804750#M3321</link>
      <description>&lt;P&gt;As per this &lt;A href="https://community.ptc.com/t5/Windchill/How-to-check-the-type-of-WTObject-and-run-an-expression/m-p/493643#M52845" target="_blank" rel="noopener"&gt;thread&lt;/A&gt; - same question:&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/269284"&gt;@CHASEONHO&lt;/a&gt;&amp;nbsp;did you get this part figured out... I'm fairly new to all this... I have my eclipse environment configured (I beleive)&amp;nbsp; but have yet to figure out how to test code from it.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 14:10:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-test-the-code-to-check-the-type-of-WTObject/m-p/804750#M3321</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2024-03-15T14:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to test the code to check the type of WTObject</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-test-the-code-to-check-the-type-of-WTObject/m-p/804758#M3322</link>
      <description>&lt;P&gt;Are you asking how to setup Eclipse with Windchill or how to test checking the object type code portion?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 14:57:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-test-the-code-to-check-the-type-of-WTObject/m-p/804758#M3322</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2022-06-30T14:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to test the code to check the type of WTObject</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-test-the-code-to-check-the-type-of-WTObject/m-p/804763#M3323</link>
      <description>&lt;P&gt;My Eclipse environment is set up... I want to be able to run my code on an object and get system outs in the console so I can rapidly iterate the code with out having to plug it into my expression robot and create new PR objects to test.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 15:57:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-test-the-code-to-check-the-type-of-WTObject/m-p/804763#M3323</guid>
      <dc:creator>ChiselnMallet1</dc:creator>
      <dc:date>2022-06-30T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to test the code to check the type of WTObject</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-test-the-code-to-check-the-type-of-WTObject/m-p/804915#M3324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/306420"&gt;@ChiselnMallet1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have several options how to run your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From Windchill shell call a java class (windchill wt.load.util.UpdateEditDTDUtility)&lt;/P&gt;
&lt;P&gt;From WebBrowser to call&amp;nbsp; a java class with&amp;nbsp;RemoteAccess (&lt;A href="http://server.my.com/Windchill/servlet/WindchillAuthGW/com.ex.JavaPackange/MyMethod" target="_blank" rel="noopener"&gt;http://server.my.com/Windchill/servlet/WindchillAuthGW/com.ex.JavaPackange/MyMethod&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;or create button in windchill to call a java class method&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: very useful is a&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/refdoc/Windchill_PDMLink/12.0/WindchillCustomizationGuide_12_0_1_0" target="_self"&gt;Customization Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 10:29:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/How-to-test-the-code-to-check-the-type-of-WTObject/m-p/804915#M3324</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2022-07-01T10:29:08Z</dc:date>
    </item>
  </channel>
</rss>

