<?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: Need help for custom API to link Option Set with Option in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1035788#M10511</link>
    <description>&lt;P&gt;There is no supported API to do this&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/CS451130" target="_blank"&gt;https://www.ptc.com/en/support/article/CS451130&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you may use xml load see&amp;nbsp;&lt;A href="https://support.ptc.com/help/windchill/r13.1.1.0/en/index.html#page/Windchill_Help_Center/WCDataLoadGuide/WCDataLoad_OptionsLoaderDocInputLoadATOAddChoicesOptionSet.html#" target="_blank"&gt;https://support.ptc.com/help/windchill/r13.1.1.0/en/index.html#page/Windchill_Help_Center/WCDataLoadGuide/WCDataLoad_OptionsLoaderDocInputLoadATOAddChoicesOptionSet.html#&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 13:03:10 GMT</pubDate>
    <dc:creator>Fadel</dc:creator>
    <dc:date>2025-09-25T13:03:10Z</dc:date>
    <item>
      <title>Need help for custom API to link Option Set with Option</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1035665#M10501</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: I have created a custom API to create Option, Choices and option set by providing respective inputs. I have observed that, after creation, option has been persisted in Windchill with linked choices. Also newly created option set is associated with specific container. So far it is fine. However I am looking for custom API to link Option Set with Option. Can anyone help me on this ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Description: &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 24 Sep 2025 17:01:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1035665#M10501</guid>
      <dc:creator>AKC</dc:creator>
      <dc:date>2025-09-24T17:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for custom API to link Option Set with Option</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1035788#M10511</link>
      <description>&lt;P&gt;There is no supported API to do this&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/CS451130" target="_blank"&gt;https://www.ptc.com/en/support/article/CS451130&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you may use xml load see&amp;nbsp;&lt;A href="https://support.ptc.com/help/windchill/r13.1.1.0/en/index.html#page/Windchill_Help_Center/WCDataLoadGuide/WCDataLoad_OptionsLoaderDocInputLoadATOAddChoicesOptionSet.html#" target="_blank"&gt;https://support.ptc.com/help/windchill/r13.1.1.0/en/index.html#page/Windchill_Help_Center/WCDataLoadGuide/WCDataLoad_OptionsLoaderDocInputLoadATOAddChoicesOptionSet.html#&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 13:03:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1035788#M10511</guid>
      <dc:creator>Fadel</dc:creator>
      <dc:date>2025-09-25T13:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for custom API to link Option Set with Option</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1036062#M10532</link>
      <description>&lt;P&gt;Hello Fede,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply. I understand that linking option with Option Set will not be supported.&amp;nbsp; I am trying to link choices with existing option set, however it is not getting linked. I am checking out the option set and linking the choice something like below...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;OptionSetMemberLink memberLink = OptionSetMemberLink.&lt;SPAN&gt;newOptionSetMemberLink&lt;/SPAN&gt;(workingOptionSetCopy, choice);&lt;BR /&gt;  PersistenceServerHelper.&lt;SPAN&gt;manager&lt;/SPAN&gt;.insert(memberLink);&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Any tips on this linking would really help me a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AKC&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 08:30:11 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1036062#M10532</guid>
      <dc:creator>AKC</dc:creator>
      <dc:date>2025-09-29T08:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for custom API to link Option Set with Option</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1039567#M10641</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/82440"&gt;@AKC&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to see if you got the help you needed.&lt;/P&gt;
&lt;P&gt;If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.&lt;BR /&gt;Of course, if you have more to share on your issue, please pursue the conversation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Anurag&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 06:54:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1039567#M10641</guid>
      <dc:creator>anursingh</dc:creator>
      <dc:date>2025-10-22T06:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for custom API to link Option Set with Option</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1039791#M10648</link>
      <description>&lt;P&gt;There's another example of this that's not supported in APIs but it's not related to Options and option sets.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it may be a way forward.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ptc.com/en/support/article/CS347550" target="_blank" rel="noopener"&gt;CS347550&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit the Option or Option Set subtype and create an object reference alias?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 13:25:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Need-help-for-custom-API-to-link-Option-Set-with-Option/m-p/1039791#M10648</guid>
      <dc:creator>Dobi</dc:creator>
      <dc:date>2025-10-23T13:25:28Z</dc:date>
    </item>
  </channel>
</rss>

