<?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: Manage choices wizard tabs customization in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Manage-choices-wizard-tabs-customization/m-p/982320#M8971</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are correct that&amp;nbsp;&lt;STRONG&gt;ato-component.js&amp;nbsp;&lt;/STRONG&gt;is the relevant file for customization. The&amp;nbsp;&lt;STRONG&gt;ATO.components.ChoiceComponent.renderPanelContext&amp;nbsp;&lt;/STRONG&gt;function handles the JSON response from the&amp;nbsp;&lt;STRONG&gt;POST /Windchill/ptc1/choiceCompTabs&lt;/STRONG&gt; request. You'll need to perform your own sorting/reordering on the JSON object itself (&lt;STRONG&gt;var json&lt;/STRONG&gt;) or the JSON array&amp;nbsp;(&lt;STRONG&gt;var tabItems&lt;/STRONG&gt;) so that when the tabs are rendered they are in the desired order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-11-06 152034.png" style="width: 778px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/113798i169F43EA34B93042/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-11-06 152034.png" alt="Screenshot 2024-11-06 152034.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you have any questions regarding this and if this approach works well for you.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2024 20:21:42 GMT</pubDate>
    <dc:creator>jbraga</dc:creator>
    <dc:date>2024-11-06T20:21:42Z</dc:date>
    <item>
      <title>Manage choices wizard tabs customization</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Manage-choices-wizard-tabs-customization/m-p/981856#M8957</link>
      <description>I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.11&lt;BR /&gt;&lt;BR /&gt;For Manage Choices Wizard, there is a table builder invoked in that wizard. That table builder contains Tabs in it namely, Alternative parameter value, option code, Status parameter value, structure section value. I want to reorder that tab sequence to-be generate after opening the wizard or want to customize such that always the option code tab will be opened at the first. Relative file: ato-component.js</description>
      <pubDate>Tue, 05 Nov 2024 07:02:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Manage-choices-wizard-tabs-customization/m-p/981856#M8957</guid>
      <dc:creator>OS_11417190</dc:creator>
      <dc:date>2024-11-05T07:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Manage choices wizard tabs customization</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Manage-choices-wizard-tabs-customization/m-p/982320#M8971</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are correct that&amp;nbsp;&lt;STRONG&gt;ato-component.js&amp;nbsp;&lt;/STRONG&gt;is the relevant file for customization. The&amp;nbsp;&lt;STRONG&gt;ATO.components.ChoiceComponent.renderPanelContext&amp;nbsp;&lt;/STRONG&gt;function handles the JSON response from the&amp;nbsp;&lt;STRONG&gt;POST /Windchill/ptc1/choiceCompTabs&lt;/STRONG&gt; request. You'll need to perform your own sorting/reordering on the JSON object itself (&lt;STRONG&gt;var json&lt;/STRONG&gt;) or the JSON array&amp;nbsp;(&lt;STRONG&gt;var tabItems&lt;/STRONG&gt;) so that when the tabs are rendered they are in the desired order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-11-06 152034.png" style="width: 778px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/113798i169F43EA34B93042/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-11-06 152034.png" alt="Screenshot 2024-11-06 152034.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you have any questions regarding this and if this approach works well for you.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 20:21:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Manage-choices-wizard-tabs-customization/m-p/982320#M8971</guid>
      <dc:creator>jbraga</dc:creator>
      <dc:date>2024-11-06T20:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Manage choices wizard tabs customization</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Manage-choices-wizard-tabs-customization/m-p/983137#M8981</link>
      <description>&lt;P&gt;Hello &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/848693"&gt;@OS_11417190&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you have a &lt;A href="https://community.ptc.com/t5/Windchill-Customization/Manage-choices-wizard-tabs-customization/m-p/982320#M8971" target="_blank"&gt;response&lt;/A&gt; from a community member. If it helped to answer your question please mark the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;reply as the Accepted Solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vivek N.&lt;BR /&gt;Community Moderation Team.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 07:17:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Manage-choices-wizard-tabs-customization/m-p/983137#M8981</guid>
      <dc:creator>vnamboodheri</dc:creator>
      <dc:date>2024-11-12T07:17:35Z</dc:date>
    </item>
  </channel>
</rss>

