<?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: Move Global Table to different subfolder in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593531#M88886</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;Thanks!&lt;/DIV&gt;</description>
    <pubDate>Thu, 13 Jun 2024 16:33:59 GMT</pubDate>
    <dc:creator>nmzenke</dc:creator>
    <dc:date>2024-06-13T16:33:59Z</dc:date>
    <item>
      <title>Move Global Table to different subfolder</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593527#M88882</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.2.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I'd like to use flexscript to move a global table to another folder. For example, move GlobalTable2 from TestFolder to DestFolder. Is there a clean way to do this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1718205289294.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1524239i51C75869531AD31D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1718205289294.png" alt="1718205289294.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 15:16:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593527#M88882</guid>
      <dc:creator>nmzenke</dc:creator>
      <dc:date>2024-06-12T15:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Move Global Table to different subfolder</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593528#M88883</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You need to do this in a different part of the tree:&lt;/P&gt;&lt;PRE&gt;treenode ToolboxGTs=Model.find("Tools/Toolbox/GlobalTables");
ToolboxGTs.find("TestFolder/1").up=ToolboxGTs.find("DestFolder");&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 16:14:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593528#M88883</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2024-06-12T16:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Move Global Table to different subfolder</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593529#M88884</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Awesome thanks! Follow-up question....If the global table isn't in a folder already how does the code change if I want to insert it into the DestFolder? I tried a few things but they are throwing errors&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1718225779666.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1524238iDAEF6A8990200B96/image-size/large?v=v2&amp;amp;px=999" role="button" title="1718225779666.png" alt="1718225779666.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 20:57:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593529#M88884</guid>
      <dc:creator>nmzenke</dc:creator>
      <dc:date>2024-06-12T20:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Move Global Table to different subfolder</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593530#M88885</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;PRE&gt;ToolboxGTs.find("DestFolder").subnodes.add().value=ownerobject(Table("GlobalTable1")); &lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 21:33:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593530#M88885</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2024-06-12T21:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Move Global Table to different subfolder</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593531#M88886</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Thanks!&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jun 2024 16:33:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/move-global-table-to-different-subfolder/m-p/13593531#M88886</guid>
      <dc:creator>nmzenke</dc:creator>
      <dc:date>2024-06-13T16:33:59Z</dc:date>
    </item>
  </channel>
</rss>

