<?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: Some documents visible in the Windchill UI are not returned in the OData API response in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Some-documents-visible-in-the-Windchill-UI-are-not-returned-in/m-p/1044678#M10756</link>
    <description>&lt;P&gt;Here is the issue we discovered:&lt;BR /&gt;For example, when I add a &lt;STRONG&gt;DBF document&lt;/STRONG&gt; to version A.3, this document is &lt;STRONG&gt;not carried over&lt;/STRONG&gt; to the next versions (A.4 or A.5).&lt;BR /&gt;Since we always query the &lt;STRONG&gt;latest version&lt;/STRONG&gt;, the DBF file added in A.3 does not exist in A.5, so the result appears as &lt;STRONG&gt;null&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In summary, the problem is not the document upload itself; the issue is that &lt;STRONG&gt;documents are not being propagated to the subsequent versions&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 24 Nov 2025 16:45:21 GMT</pubDate>
    <dc:creator>ozclkonur</dc:creator>
    <dc:date>2025-11-24T16:45:21Z</dc:date>
    <item>
      <title>Some documents visible in the Windchill UI are not returned in the OData API response</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Some-documents-visible-in-the-Windchill-UI-are-not-returned-in/m-p/1044310#M10746</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: understand why some documents visible in the Windchill UI are not returned in the OData API response and to identify the required configuration to make both environments consistent.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Description: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We are querying part information and associated documents using the same OData request on two different Windchill environments. In our test environment, all documents are returned correctly with the following request:&lt;/P&gt;
&lt;DIV class=""&gt;
 &lt;DIV class=""&gt;
  &lt;SPAN&gt;/Windchill/servlet/odata/ProdMgmt/Parts?$filter=Number eq 'XXXX'&amp;amp; &lt;SPAN class=""&gt;$&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;expand&lt;/SPAN&gt;&lt;/SPAN&gt;=Versions(&lt;SPAN class=""&gt;$filter&lt;/SPAN&gt;=State/Value eq &lt;SPAN class=""&gt;'RELEASED'&lt;/SPAN&gt; or State/Value eq &lt;SPAN class=""&gt;'IMPORTED'&lt;/SPAN&gt;; &lt;SPAN class=""&gt;$&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;expand&lt;/SPAN&gt;&lt;/SPAN&gt;=DescribedBy(&lt;SPAN class=""&gt;$expand&lt;/SPAN&gt;=DescribedBy(&lt;SPAN class=""&gt;$expand&lt;/SPAN&gt;=Attachments,Representations)), &lt;SPAN class=""&gt;References($&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;expand&lt;/SPAN&gt;&lt;/SPAN&gt;=References(&lt;SPAN class=""&gt;$expand&lt;/SPAN&gt;=Attachments,Representations)), &lt;SPAN class=""&gt;PartDocAssociations($&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;expand&lt;/SPAN&gt;&lt;/SPAN&gt;=RelatedCADDoc(&lt;SPAN class=""&gt;$expand&lt;/SPAN&gt;=Attachments,Representations)))&lt;/SPAN&gt;
 &lt;/DIV&gt;
 &lt;DIV class=""&gt;
  &amp;nbsp;
 &lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;However, in the production environment, some documents that are visible in the Windchill UI under &lt;STRONG&gt;DescribedBy&lt;/STRONG&gt; or &lt;STRONG&gt;References&lt;/STRONG&gt; do not appear at all in the API response.&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;
  &lt;P&gt;The document is visible in the UI.&lt;/P&gt;&lt;/LI&gt;
 &lt;LI&gt;
  &lt;P&gt;We are logged in with an admin account.&lt;/P&gt;&lt;/LI&gt;
 &lt;LI&gt;
  &lt;P&gt;But the OData API does not return the document.&lt;/P&gt;&lt;/LI&gt;
 &lt;LI&gt;
  &lt;P&gt;This inconsistency only happens in one environment.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;We would like to understand:&lt;/P&gt;
&lt;OL&gt;
 &lt;LI&gt;
  &lt;P&gt;Is it possible for a document to be visible in the UI but completely missing in the OData response?&lt;/P&gt;&lt;/LI&gt;
 &lt;LI&gt;
  &lt;P&gt;If yes, what could cause this behavior? (TBA, ACL settings, lifecycle states, OData visibility rules, or configuration differences?)&lt;/P&gt;&lt;/LI&gt;
 &lt;LI&gt;
  &lt;P&gt;What configurations should we check to ensure both environments return the same data?&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;We kindly request guidance on identifying and resolving this discrepancy between environments.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 09:00:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Some-documents-visible-in-the-Windchill-UI-are-not-returned-in/m-p/1044310#M10746</guid>
      <dc:creator>ozclkonur</dc:creator>
      <dc:date>2025-11-21T09:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Some documents visible in the Windchill UI are not returned in the OData API response</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Some-documents-visible-in-the-Windchill-UI-are-not-returned-in/m-p/1044667#M10755</link>
      <description>&lt;P&gt;Do you see any error in logs ? if you look for the missing documents in DOC domain with their number are you able to see them using REST ?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 15:12:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Some-documents-visible-in-the-Windchill-UI-are-not-returned-in/m-p/1044667#M10755</guid>
      <dc:creator>Fadel</dc:creator>
      <dc:date>2025-11-24T15:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Some documents visible in the Windchill UI are not returned in the OData API response</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Some-documents-visible-in-the-Windchill-UI-are-not-returned-in/m-p/1044678#M10756</link>
      <description>&lt;P&gt;Here is the issue we discovered:&lt;BR /&gt;For example, when I add a &lt;STRONG&gt;DBF document&lt;/STRONG&gt; to version A.3, this document is &lt;STRONG&gt;not carried over&lt;/STRONG&gt; to the next versions (A.4 or A.5).&lt;BR /&gt;Since we always query the &lt;STRONG&gt;latest version&lt;/STRONG&gt;, the DBF file added in A.3 does not exist in A.5, so the result appears as &lt;STRONG&gt;null&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In summary, the problem is not the document upload itself; the issue is that &lt;STRONG&gt;documents are not being propagated to the subsequent versions&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 16:45:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Some-documents-visible-in-the-Windchill-UI-are-not-returned-in/m-p/1044678#M10756</guid>
      <dc:creator>ozclkonur</dc:creator>
      <dc:date>2025-11-24T16:45:21Z</dc:date>
    </item>
  </channel>
</rss>

