<?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>question Move Global Application to Scoped. in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/move-global-application-to-scoped/m-p/1627055#M283981</link>
    <description>&lt;P&gt;I feel like this is a No, but wanted to check if there are any easy ways of doing this.&lt;/P&gt;
&lt;P&gt;We have a application built in a global scope and is Live from few years and we are planning to move to a new set of instances.[not new]&lt;/P&gt;
&lt;P&gt;Is there a way to move this as a scoped app or move this effectively to a different Instance&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2022 19:52:29 GMT</pubDate>
    <dc:creator>pardhiv</dc:creator>
    <dc:date>2022-06-30T19:52:29Z</dc:date>
    <item>
      <title>Move Global Application to Scoped.</title>
      <link>https://www.servicenow.com/community/developer-forum/move-global-application-to-scoped/m-p/1627055#M283981</link>
      <description>&lt;P&gt;I feel like this is a No, but wanted to check if there are any easy ways of doing this.&lt;/P&gt;
&lt;P&gt;We have a application built in a global scope and is Live from few years and we are planning to move to a new set of instances.[not new]&lt;/P&gt;
&lt;P&gt;Is there a way to move this as a scoped app or move this effectively to a different Instance&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 19:52:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/move-global-application-to-scoped/m-p/1627055#M283981</guid>
      <dc:creator>pardhiv</dc:creator>
      <dc:date>2022-06-30T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Move Global Application to Scoped.</title>
      <link>https://www.servicenow.com/community/developer-forum/move-global-application-to-scoped/m-p/1627056#M283982</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Unfortunately, I believe you'll need to create the new custom scope and then manually move your development to that new scope piece by piece.&lt;/P&gt;
&lt;P&gt;As far as moving it to another instance, you have a few options, but if these new instances become part of your family stack (talk to ServiceNow support), you should have it associated to your app repo and can then install it on the other instance(s).&lt;/P&gt;
&lt;P&gt;I need to double-check one thing, but I thought with San Diego there was something changed to allow some sort of movement within the custom app space, but I think it was around changing a store app to a non-store app and vice versa.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Please mark reply as Helpful/Correct, if applicable. Thanks!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 20:05:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/move-global-application-to-scoped/m-p/1627056#M283982</guid>
      <dc:creator>Allen Andreas</dc:creator>
      <dc:date>2022-06-30T20:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Move Global Application to Scoped.</title>
      <link>https://www.servicenow.com/community/developer-forum/move-global-application-to-scoped/m-p/1627057#M283983</link>
      <description>&lt;P&gt;Hi P&lt;SPAN class="ng-binding" aria-label="pardhiv Profile"&gt;ardhiv,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding" aria-label="pardhiv Profile"&gt;I haven't fully tested this but I was able to export Script Include as xml and change the following lines to new scope.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding" aria-label="pardhiv Profile"&gt;1. Open the Script Include to export and click on the header area and select "Export" &amp;gt; "XML (This Record)"&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/194609i170D5A2565B5B70A/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;2. Using a text editor, change following lines.&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;api_name&amp;gt;global.sample&amp;lt;/api_name&amp;gt;
&amp;lt;sys_scope display_value="Global"&amp;gt;global&amp;lt;/sys_scope&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;3. If it's in the same instance, changed the sys_id to a new sys_id or it'll error during "Import XML".&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;sys_id&amp;gt;2164c4b49710511086d3b4b3f153af57&amp;lt;/sys_id&amp;gt;
&amp;lt;sys_update_name&amp;gt;sys_script_include_2164c4b49710511086d3b4b3f153af57&amp;lt;/sys_update_name&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;4. Go back to Script Include list and right click on the header and select "Import XML".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/194607iA3822D9DB092D085/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;"Import XML" back. The Script Include was imported as a scoped Application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 23:59:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/move-global-application-to-scoped/m-p/1627057#M283983</guid>
      <dc:creator>Hitoshi Ozawa</dc:creator>
      <dc:date>2022-06-30T23:59:09Z</dc:date>
    </item>
  </channel>
</rss>

