<?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: Structure GWT Customization Wizard opener Refresh in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Structure-GWT-Customization-Wizard-opener-Refresh/m-p/922862#M282</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/27334"&gt;@avillanueva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've solved it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The point is in the &lt;STRONG&gt;custom.actions.xml&lt;/STRONG&gt; definition.&lt;/P&gt;
&lt;P&gt;Normally if you follow some documentation there is an action command&lt;/P&gt;
&lt;P&gt;&amp;lt;command class="com.ptc.cat.ui.client.action.&lt;STRONG&gt;LaunchCustomURLAction&lt;/STRONG&gt;" method="execute"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this command does not refresh the GWT table, but&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you use standard&amp;nbsp;&lt;STRONG&gt;LaunchURLAction&amp;nbsp;&lt;/STRONG&gt;without Custom, then the GWT table is refreshed as I need.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;command class="com.ptc.cat.ui.client.action.&lt;STRONG&gt;LaunchURLAction&lt;/STRONG&gt;" method="execute"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_0-1704898423965.png" style="width: 666px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/96035i3F344D1A9154778A/image-dimensions/666x47?v=v2" width="666" height="47" role="button" title="HelesicPetr_0-1704898423965.png" alt="HelesicPetr_0-1704898423965.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;hooray &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2024 14:54:43 GMT</pubDate>
    <dc:creator>HelesicPetr</dc:creator>
    <dc:date>2024-01-10T14:54:43Z</dc:date>
    <item>
      <title>Structure GWT Customization Wizard opener Refresh</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Structure-GWT-Customization-Wizard-opener-Refresh/m-p/921893#M279</link>
      <description>&lt;P&gt;Hello gurus,&lt;/P&gt;
&lt;P&gt;I can not find a solution for specific GWT table refresh after the Wizard is completed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The FormResult is defined in my own Processor that works perfectly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached video where the refresh is not done and I'm looking for a solution how to do so same as check-in operation does.&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6344326927112w584h352r528" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6344326927112" data-account="6058022026001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058022026001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6344326927112w584h352r528');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://www.ptcusercommunity.com/t5/video/gallerypage/video-id/6344326927112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;I need to refresh the gwt table but I can not find solution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use following article but it does not work as I expect.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ptc.com/en/support/article/CS122493" target="_blank" rel="noopener"&gt;FormResult.setNextAction() - CS122493&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;//(FormResult)
result.createAndAddDynamicRefreshInfo(latestWTP, oldWTP, NmCommandBean.DYNAMIC_UPD);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;FormResult.setNextAction() also does not work as I would like or I didn't find correct javascript function to do so.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_0-1704463813204.png" style="width: 640px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/95726i05D7C6CFA604BB24/image-dimensions/640x21?v=v2" width="640" height="21" role="button" title="HelesicPetr_0-1704463813204.png" alt="HelesicPetr_0-1704463813204.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestion?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 13:34:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Structure-GWT-Customization-Wizard-opener-Refresh/m-p/921893#M279</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2024-03-15T13:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Structure GWT Customization Wizard opener Refresh</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Structure-GWT-Customization-Wizard-opener-Refresh/m-p/921903#M280</link>
      <description>&lt;P&gt;Aside from check in, are there other actions that cause a refresh properly? What is that popup window that you showed? custom? Perhaps look at what happens when a filter change is applied or a table view is changed.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 14:29:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Structure-GWT-Customization-Wizard-opener-Refresh/m-p/921903#M280</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2024-01-05T14:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Structure GWT Customization Wizard opener Refresh</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Structure-GWT-Customization-Wizard-opener-Refresh/m-p/921936#M281</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/27334"&gt;@avillanueva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your suggestions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really tried to check functions as a gwt check-in, refreshget, and aslo replace edit wizard.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I could not find how the table refresh is done.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if it is by javaScript or any other way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to locate what classes are used by the functions but the right refresh event I could not locate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The point is that standard steps do not work in GWT enviroment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know it is very deep customization and code reverse engineering &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: sure it is the custom wizard with my own custom processor &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 17:07:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Structure-GWT-Customization-Wizard-opener-Refresh/m-p/921936#M281</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2024-01-05T17:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Structure GWT Customization Wizard opener Refresh</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Structure-GWT-Customization-Wizard-opener-Refresh/m-p/922862#M282</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/27334"&gt;@avillanueva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've solved it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The point is in the &lt;STRONG&gt;custom.actions.xml&lt;/STRONG&gt; definition.&lt;/P&gt;
&lt;P&gt;Normally if you follow some documentation there is an action command&lt;/P&gt;
&lt;P&gt;&amp;lt;command class="com.ptc.cat.ui.client.action.&lt;STRONG&gt;LaunchCustomURLAction&lt;/STRONG&gt;" method="execute"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this command does not refresh the GWT table, but&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you use standard&amp;nbsp;&lt;STRONG&gt;LaunchURLAction&amp;nbsp;&lt;/STRONG&gt;without Custom, then the GWT table is refreshed as I need.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;command class="com.ptc.cat.ui.client.action.&lt;STRONG&gt;LaunchURLAction&lt;/STRONG&gt;" method="execute"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_0-1704898423965.png" style="width: 666px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/96035i3F344D1A9154778A/image-dimensions/666x47?v=v2" width="666" height="47" role="button" title="HelesicPetr_0-1704898423965.png" alt="HelesicPetr_0-1704898423965.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;hooray &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 14:54:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Structure-GWT-Customization-Wizard-opener-Refresh/m-p/922862#M282</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2024-01-10T14:54:43Z</dc:date>
    </item>
  </channel>
</rss>

