<?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: Backwards compatibility of commands for developer use in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/backwards-compatibility-of-commands-for-developer-use/m-p/13577129#M76123</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Mostly commands, methods and functions in the user space will be backward compatible. Sometimes you'll see in the release notes that something changes the behavior from previous versions with a note on backward compatibility.&lt;/P&gt;&lt;P&gt;As various posts on the forum already indicate - developer tools may change in the future so you should not use them extensively through out the model as a future change would mean potentially a lot of work updating the model. Instead - try to centralize such calls in user commands or object process flow custom code activities, then if something breaks you only need update it in one place.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 25 Sep 2023 17:06:11 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2023-09-25T17:06:11Z</dc:date>
    <item>
      <title>Backwards compatibility of commands for developer use</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/backwards-compatibility-of-commands-for-developer-use/m-p/13577127#M76121</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.11 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The following article mentions applicationcommand() as follows:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;The command applicationcommand() is designed to be used and maintained by FlexSim developers for FlexSim developers. The various options that are available are subject to change in future versions.&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A id="isPasted" href="https://answers.flexsim.com/questions/29913/how-to-know-all-the-command-that-applicationcomman.html"&gt;https://answers.flexsim.com/questions/29913/how-to-know-all-the-command-that-applicationcomman.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Will this also change in the future for all commands described as "For developer use" in the command reference? Isn't there backward compatibility?&lt;/P&gt;&lt;P&gt;&lt;A id="isPasted" href="https://docs.flexsim.com/en/23.0/Reference/CodingInFlexSim/CommandReference/Commands.html"&gt;https://docs.flexsim.com/en/23.0/Reference/CodingInFlexSim/CommandReference/Commands.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Sep 2023 01:26:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/backwards-compatibility-of-commands-for-developer-use/m-p/13577127#M76121</guid>
      <dc:creator>ozawa_shinya</dc:creator>
      <dc:date>2023-09-15T01:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Backwards compatibility of commands for developer use</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/backwards-compatibility-of-commands-for-developer-use/m-p/13577128#M76122</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Typically there are a lot of deprecated commands. They exist and they still work. There are other special functions to call "function_s" which are deeper connected to FlexSim. Such calls are replaced by other structures like FlexScript Class API "create" calls.&lt;/P&gt;&lt;P&gt;But what you read there is a typical statement of every high progressive software tool. You can be certain, that a new version replaces tools by other methods. For example you will learn, that FlexSim changes their statistical tools roughly estimated all five years.  &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Sep 2023 05:51:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/backwards-compatibility-of-commands-for-developer-use/m-p/13577128#M76122</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-09-15T05:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Backwards compatibility of commands for developer use</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/backwards-compatibility-of-commands-for-developer-use/m-p/13577129#M76123</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Mostly commands, methods and functions in the user space will be backward compatible. Sometimes you'll see in the release notes that something changes the behavior from previous versions with a note on backward compatibility.&lt;/P&gt;&lt;P&gt;As various posts on the forum already indicate - developer tools may change in the future so you should not use them extensively through out the model as a future change would mean potentially a lot of work updating the model. Instead - try to centralize such calls in user commands or object process flow custom code activities, then if something breaks you only need update it in one place.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Sep 2023 17:06:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/backwards-compatibility-of-commands-for-developer-use/m-p/13577129#M76123</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-09-25T17:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Backwards compatibility of commands for developer use</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/backwards-compatibility-of-commands-for-developer-use/m-p/13577130#M76124</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Everything in the &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.0/Reference/CodingInFlexSim/FlexScriptAPIReference/FlexScriptClassReference.html" target="_blank"&gt;FlexScript API&lt;/A&gt; is fully backwards compatible. &lt;/P&gt;&lt;P&gt;Everything in the &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.0/Reference/CodingInFlexSim/CommandReference/Commands.html" target="_blank"&gt;Command Reference&lt;/A&gt;, except those marked as developer only, is fully backwards compatible.&lt;/P&gt;&lt;P&gt;Functions called using the applicationcommand() or function_s() commands are not guaranteed to be backwards compatible and should not be used if you're worried about it not working in future versions.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Sep 2023 17:32:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/backwards-compatibility-of-commands-for-developer-use/m-p/13577130#M76124</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2023-09-25T17:32:34Z</dc:date>
    </item>
  </channel>
</rss>

