<?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: REST API - Include &amp;quot;Resulting Objects&amp;quot; When Creating Change Notice in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055963#M11137</link>
    <description>&lt;P&gt;generally its a two step process. the batch is to get everything in one script&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2026 08:40:33 GMT</pubDate>
    <dc:creator>Fadel</dc:creator>
    <dc:date>2026-02-24T08:40:33Z</dc:date>
    <item>
      <title>REST API - Include "Resulting Objects" When Creating Change Notice</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055486#M11130</link>
      <description>&lt;P&gt;Version: Windchill 13.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use Case: The link below explains that it is possible to create add "Affected Objects" to a change task within a change notice when creating the change notice using a REST API call. &lt;A href="https://support.ptc.com/help/windchill_rest_services/r2.5/en/?_gl=1*ylfb42*_ga*MjAzNzQyOTYzMC4xNjc4MTcyNTE4*_ga_1QBT6P6HR1*MTY3ODE3OTA5Ni4yLjEuMTY3ODE3OTA5OS4wLjAuMA..#page/windchill_rest_services/example_changemgmt_create_changenotice_mul_tasks.html#" target="_blank"&gt;https://support.ptc.com/help/windchill_rest_services/r2.5/en/?_gl=1*ylfb42*_ga*MjAzNzQyOTYzMC4xNjc4MTcyNTE4*_ga_1QBT6P6HR1*MTY3ODE3OTA5Ni4yLjEuMTY3ODE3OTA5OS4wLjAuMA..#page/windchill_rest_services/example_changemgmt_create_changenotice_mul_tasks.html#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Description: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have been able to use this script to successfully create a change notice which features a change task with an affected object included on it. I have developed this script further in an attempt to also add "Resulting Objects" (see below). When I add this script into the request body, the interface reports no issues and it seems as though the call runs successfully. When I navigate to the "Changes" section of Windchill, I can see that the change notice was created along with the change task and affected object. However, the "Resulting Objects" table of the change task contains nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody explain why this might be and if it is possible to add "Resulting Objects" during the creation of a change notice in the same way that "Affected Objects" are?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"Name": "Test",&lt;BR /&gt;"Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:xxxxx')",&lt;BR /&gt;"ChangeNoticeComplexity": {&lt;BR /&gt;"Value": "SIMPLE"&lt;BR /&gt;},&lt;BR /&gt;"ImplementationPlan": [&lt;BR /&gt;{&lt;BR /&gt;"Name": "WRS_ChangeTask_Deepinset1",&lt;BR /&gt;&lt;BR /&gt;"Assignee@odata.bind": [&lt;BR /&gt;"Users('OR:wt.org.WTUser:xxxxx')"&lt;BR /&gt;],&lt;BR /&gt;"Reviewer@odata.bind": [&lt;BR /&gt;"Users('OR:wt.org.WTUser:xxxxx')"&lt;BR /&gt;],&lt;BR /&gt;"AffectedObjects@odata.bind": [&lt;BR /&gt;"Changeables('VR:wt.part.WTPart:xxxxx')"&lt;BR /&gt;],&lt;BR /&gt;"ResultingObjects@odata.bind": [&lt;BR /&gt;"Changeables('VR:wt.part.WTPart:xxxxx')"&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"Name": "WRS_ChangeTask_Deepinset2",&lt;BR /&gt;&lt;BR /&gt;"Assignee@odata.bind": [&lt;BR /&gt;"Users('OR:wt.org.WTUser:xxxxx')"&lt;BR /&gt;],&lt;BR /&gt;"Reviewer@odata.bind": [&lt;BR /&gt;"Users('OR:wt.org.WTUser:xxxxx')"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 04:16:12 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055486#M11130</guid>
      <dc:creator>Turko</dc:creator>
      <dc:date>2026-02-20T04:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: REST API - Include "Resulting Objects" When Creating Change Notice</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055596#M11132</link>
      <description>&lt;P&gt;this needs batch&amp;nbsp; processing see my article&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/CS447981" target="_blank"&gt;https://www.ptc.com/en/support/article/CS447981&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 15:01:37 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055596#M11132</guid>
      <dc:creator>Fadel</dc:creator>
      <dc:date>2026-02-20T15:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: REST API - Include "Resulting Objects" When Creating Change Notice</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055872#M11135</link>
      <description>&lt;P&gt;Hi. Thank you for this. Why is it that the result I am trying to achieve needs to be batch processed and cannot be achieved in the same way that affected objects are added to a change task with a REST API call?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 19:04:37 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055872#M11135</guid>
      <dc:creator>Turko</dc:creator>
      <dc:date>2026-02-23T19:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: REST API - Include "Resulting Objects" When Creating Change Notice</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055963#M11137</link>
      <description>&lt;P&gt;generally its a two step process. the batch is to get everything in one script&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 08:40:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055963#M11137</guid>
      <dc:creator>Fadel</dc:creator>
      <dc:date>2026-02-24T08:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: REST API - Include "Resulting Objects" When Creating Change Notice</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055984#M11138</link>
      <description>&lt;P&gt;Do you know why is this the case? Why can you add affected objects in during the change notice creation but not resulting objects?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 11:02:30 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055984#M11138</guid>
      <dc:creator>Turko</dc:creator>
      <dc:date>2026-02-24T11:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: REST API - Include "Resulting Objects" When Creating Change Notice</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055991#M11139</link>
      <description>&lt;P&gt;This is how its designed in 13.0 , it is enhanced in 13.1&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/CS435634" target="_blank"&gt;https://www.ptc.com/en/support/article/CS435634&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 11:08:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1055991#M11139</guid>
      <dc:creator>Fadel</dc:creator>
      <dc:date>2026-02-24T11:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: REST API - Include "Resulting Objects" When Creating Change Notice</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1056186#M11140</link>
      <description>&lt;P&gt;Thanks Fede.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 15:25:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/REST-API-Include-quot-Resulting-Objects-quot-When-Creating/m-p/1056186#M11140</guid>
      <dc:creator>Turko</dc:creator>
      <dc:date>2026-02-25T15:25:07Z</dc:date>
    </item>
  </channel>
</rss>

