<?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: Detecting Document Update Type in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1021386#M10119</link>
    <description>&lt;P&gt;&lt;SPAN&gt;The answer is a SQL statement that returns the doc where createstamp on the link that links the doc to the content item is the same as the createstamp of the content item.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the dates are the same then this is the iteration with the original upload of the file. All other subsequent iterations that reference that same file will have dates that don’t match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’d suggest write an sql script and experimenting by making a doc with content and then checkout and edit that doc but keep the existing file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Display the dates of all db entries in hour min sec.&lt;BR /&gt;This will make it very clear as to the order of when dB entries are created/modified.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jun 2025 20:29:59 GMT</pubDate>
    <dc:creator>d_graham</dc:creator>
    <dc:date>2025-06-21T20:29:59Z</dc:date>
    <item>
      <title>Detecting Document Update Type</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1021349#M10117</link>
      <description>&lt;P&gt;Version: Windchill 12.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use Case: I am migrating content from 1 system to another and am trying to make it as efficient as possible and avoid exporting documents when I don't need to.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Description: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am identifying documents that have been updated by looking at updateStamp and modifyStamp. If a user checks out a document and checks it back in, is there any way to identify if the content of the document changed, or it was just a metadata change event? I am trying to avoid unnecessarily exporting content if it has not changed.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 14:01:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1021349#M10117</guid>
      <dc:creator>AdamElkins</dc:creator>
      <dc:date>2025-06-20T14:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Document Update Type</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1021386#M10119</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The answer is a SQL statement that returns the doc where createstamp on the link that links the doc to the content item is the same as the createstamp of the content item.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the dates are the same then this is the iteration with the original upload of the file. All other subsequent iterations that reference that same file will have dates that don’t match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’d suggest write an sql script and experimenting by making a doc with content and then checkout and edit that doc but keep the existing file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Display the dates of all db entries in hour min sec.&lt;BR /&gt;This will make it very clear as to the order of when dB entries are created/modified.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jun 2025 20:29:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1021386#M10119</guid>
      <dc:creator>d_graham</dc:creator>
      <dc:date>2025-06-21T20:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Document Update Type</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1021406#M10120</link>
      <description>&lt;P&gt;Take a look at&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/CS308045" target="_blank"&gt;https://www.ptc.com/en/support/article/CS308045&lt;/A&gt;&amp;nbsp;, the QML report will return the last modified time of the doc primary content , you need modify the report to compare doc and content modification dates&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jun 2025 21:05:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1021406#M10120</guid>
      <dc:creator>Fadel</dc:creator>
      <dc:date>2025-06-21T21:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Document Update Type</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1024067#M10180</link>
      <description>&lt;P&gt;My solution needs to work with Windchill+ and likely needs to use the REST API's, so this is a good idea, but I don't think its an option for me.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 15:46:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1024067#M10180</guid>
      <dc:creator>AdamElkins</dc:creator>
      <dc:date>2025-07-09T15:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Document Update Type</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1024068#M10181</link>
      <description>&lt;P&gt;I don't think the QML report is what I need, but the idea of looking at the updateStamp or modifiedStamp of the primary content object associated with my windchill object is a good idea. I'll look into that. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 15:48:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Detecting-Document-Update-Type/m-p/1024068#M10181</guid>
      <dc:creator>AdamElkins</dc:creator>
      <dc:date>2025-07-09T15:48:32Z</dc:date>
    </item>
  </channel>
</rss>

