<?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>post Using Global Scope Apps to make Customizations in Global Scope easier in In other news</title>
    <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/ba-p/2270861</link>
    <description>&lt;P&gt;While the&amp;nbsp;Now Platform platform delivers a lot of great processes out of the box, it's often required to tailor those processes to specific business needs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a holistic view of Customization Best Practices,&amp;nbsp;I can only recommend the&amp;nbsp;&lt;A href="https://www.servicenow.com/content/dam/servicenow-assets/public/en-us/doc-type/success/workbook/business-smart-customization.pdf" target="_blank" rel="nofollow noopener"&gt;Success Workbook:&amp;nbsp;Business-smart customization&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;In case a Global Scope Applications like Incident Management needs to be modified,&amp;nbsp;this is usually done by just directly updating the objects in question. However, by utilising&amp;nbsp;Global Scope App&amp;nbsp;developers are able to&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;easier to keep track of what has been changed on the platform for each process or use case&lt;/LI&gt;
&lt;LI&gt;use the Studio UI for development&lt;/LI&gt;
&lt;LI&gt;unlock Source Control capabilities via git&lt;/LI&gt;
&lt;LI&gt;make deployment easier by moving away from Update Sets&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Video Tutorial: Global Scope Apps in ServiceNow Studio&lt;/H3&gt;
&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/221178"&gt;@Daniel Draes&lt;/a&gt;&amp;nbsp;has created the following video tutorial on how to use Global Scope Apps in the "new" ServiceNow Studio:&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FqUmZ14gB81Y%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DqUmZ14gB81Y&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FqUmZ14gB81Y%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="Quick Tip: Work with Global Artifacts in ServiceNow Studio" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The content below covers the previous experience in the old Studio experience:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;H3&gt;Example ServiceNow Classic Studio Use Case: Incident Closure&lt;/H3&gt;
&lt;P&gt;To show how a Global Scope App could be utilised for tailoring the process&amp;nbsp;of closing an Incident, let's assume we have these 3 requirements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The Incident should be closed after 5 days in "Resolved" state instead of 7&lt;/LI&gt;
&lt;LI&gt;When an Incident is closed, a comment should be made to the Incident&lt;/LI&gt;
&lt;LI&gt;The "Resolution Information" section should show the date and time when the Incident was closed&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;Creating the Global Scope Application&lt;/H2&gt;
&lt;P&gt;Global Applications can only be created via Studio, not with App Engine Studio.&lt;/P&gt;
&lt;P&gt;When opening Studio, the dialog to create a new Application in Studio also offers the option to create the Application in Global Scope:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155119i9268AB693D168310/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;After the App is created, it's now selectable via Studio:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155125i1349D777FE2B1B19/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;In case the option is not visible, please ensure you have a system property "sn_g_app_creator.allow_global" with the value of "true" defined in your instance.&lt;/P&gt;
&lt;H2&gt;Adding Files&lt;/H2&gt;
&lt;P&gt;Global Scope Apps&amp;nbsp;extend the concept of Application Files by allowing them to be claimed by an App. It's also possible to &lt;A href="https://docs.servicenow.com/bundle/paris-application-development/page/build/applications/concept/manage_global_application_files.html" target="_blank" rel="nofollow noopener"&gt;"unclaim" Files or move them between Apps&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;In Studio, existing Files from Global Scope can be added via &lt;A href="https://docs.servicenow.com/bundle/quebec-application-development/page/build/applications/concept/manage_global_application_files.html" target="_blank" rel="nofollow noopener"&gt;"File -&amp;gt;Add Existing Files"&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;So first we have to add the autoclose threshold property to our application which can be done by searching for it's name:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155127i9C3E1A467B36CFC9/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 class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155133i2837EAB0BFF28627/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;We even get a nice warning that this file has not been customized yet:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155131iA1CEF7C9D0B28506/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;Let's now add the "incident autoclose" Business Rule to our App as well.&lt;/P&gt;
&lt;P&gt;By searching via Table "Incident" and then filtering on Business Rules, we can find the object as well:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155129iD10FE89BBBF1F3D9/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;Now the Property and Business Rule are both available in Studio and can be modified:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155135i30D26CC25FB0CACF/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;BR /&gt;The highlighted line has now been updated to add&amp;nbsp;a comment to the Incident when it's automatically closed by the system.&lt;/P&gt;
&lt;P&gt;Finally we add the Incident Form to our App as well to change the "Resolution Information" section as required:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155137i2FF87C4E96822734/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;H3&gt;(Optional) Linking to Source Control&lt;/H3&gt;
&lt;P&gt;If desired, the changes can also be easily stored in git to unlock Source Control capabilities on them.&lt;/P&gt;
&lt;P&gt;A summary of the benefits of Source Control can be found &lt;A href="https://community.servicenow.com/community?id=community_blog&amp;amp;sys_id=482f7ef5dbd8a410a08a1ea6689619d6" target="_blank" rel="nofollow noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155143iC4F4A9B20F917451/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;/LI-SPOILER&gt;
&lt;H2&gt;Cautionary Tale: Working outside of Studio&lt;/H2&gt;
&lt;P&gt;Even with the property enabled, ServiceNow allows to modify global objects outside of Studio as well.&lt;/P&gt;
&lt;P&gt;However even if the Global Scoped App is selected as the current Application Scope, a modification of a baseline object does not add it to the Application Scope.&lt;/P&gt;
&lt;P&gt;It stays in Global Scope instead of being "claimed" by the Global Scope App.&lt;/P&gt;
&lt;P&gt;"Claiming" objects in Global Scope is besides Studio only possible via the List Action "Move to Application":&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155139i4022ECCA43AA9FA5/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;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155141i1D890C07E1ABA562/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;&lt;STRONG&gt;So remember to always first add the baseline objects to your Application Scope before editing them.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This does not not apply to creating new objects, these are always created directly in the Global Scope App.&lt;/P&gt;
&lt;P&gt;Optionally you can also create an Update Set to capture your global changes and then add the objects via the Update Set filter:&lt;/P&gt;
&lt;H2&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/155149i5CB7B306FE6282A8/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;Deployment Management&lt;/H2&gt;
&lt;P&gt;To move your changes to the Test and Production instances, Update Sets can be used as before.&lt;/P&gt;
&lt;P&gt;It's also possible to have multiple Update Sets across different scopes together in an Update Set Batch.&lt;/P&gt;
&lt;P&gt;However since these objects are now inside a Scope, we can also use the &lt;A href="https://docs.servicenow.com/bundle/quebec-application-development/page/build/applications/task/t_PublishAppsToTheAppRepository.html" target="_blank" rel="nofollow noopener"&gt;Application Repository &lt;/A&gt;to publish the Incident Management Application and then install it on Test and Production via the Repository.&lt;/P&gt;
&lt;H2&gt;Migrating to Global Scope Apps&lt;/H2&gt;
&lt;P&gt;In case certain processes have been customized already, it is also possible to retroactively move the objects into Global Scope Apps.&lt;/P&gt;
&lt;P&gt;The easiest way is to do this either via the Update Set search or via the Table filter. As objects can only be claimed once, it is not a problem if multiple versions of those&amp;nbsp;exists in multiple Update Sets.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 13:48:32 GMT</pubDate>
    <dc:creator>Jochen Geist</dc:creator>
    <dc:date>2025-11-19T13:48:32Z</dc:date>
    <item>
      <title>Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/ba-p/2270861</link>
      <description>&lt;P&gt;In case a Global Scope Applications like Incident Management needs to be modified,&amp;nbsp;this is usually done by just directly updating the objects in question. However, by utilising&amp;nbsp;Global Scope App&amp;nbsp;developers are able to&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;easier to keep track of what has been changed on the platform for each process or use case&lt;/LI&gt;
&lt;LI&gt;use the Studio UI for development&lt;/LI&gt;
&lt;LI&gt;unlock Source Control capabilities via git&lt;/LI&gt;
&lt;LI&gt;make deployment easier by moving away from Update Sets&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 19 Nov 2025 13:48:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/ba-p/2270861</guid>
      <dc:creator>Jochen Geist</dc:creator>
      <dc:date>2025-11-19T13:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270862#M1621</link>
      <description>&lt;P&gt;There is a "Move to application..." UI Action available both on global detail and list view... very practical to move objects around outside of studio. So I don't think &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;"Claiming" objects is only possible via the Studio UI.&lt;/EM&gt;&lt;/SPAN&gt;&amp;nbsp;is actually true &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="mstr_highlight_precard" style="position: absolute; left: 0px; top: 0px;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 28 Feb 2021 10:59:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270862#M1621</guid>
      <dc:creator>Tom Hauri</dc:creator>
      <dc:date>2021-02-28T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270863#M1622</link>
      <description>&lt;P&gt;Thank you Tom, thats a valuable hint. I updated the post.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 08:06:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270863#M1622</guid>
      <dc:creator>Jochen Geist</dc:creator>
      <dc:date>2021-03-01T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270864#M1623</link>
      <description>&lt;P&gt;This approach is tantalising and I have a few follow up questions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you remove or "uninstall" your globally scoped app, do the "claimed" global objects revert back to OOB?&lt;/LI&gt;
&lt;LI&gt;Once an object is claimed, are modifications outside of Studio captured?&lt;/LI&gt;
&lt;LI&gt;If you merge a "claimed" object when upgrading ServiceNow, is that change applied to your global app?&lt;/LI&gt;
&lt;LI&gt;Is this the new best practice for all 'customisations' to OOB?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 02 Mar 2021 05:58:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270864#M1623</guid>
      <dc:creator>paulmorris</dc:creator>
      <dc:date>2021-03-02T05:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270865#M1624</link>
      <description>&lt;P&gt;Thank you Jochen for this article. I also recommend the approach!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 14:14:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270865#M1624</guid>
      <dc:creator>Shiva Thomas</dc:creator>
      <dc:date>2021-03-05T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270866#M1625</link>
      <description>&lt;P&gt;Hi Paul, I am sorry, I missed your comment. Thank you for the questions.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;If you remove or "uninstall" your globally scoped app, do the "claimed" global objects revert back to OOB?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In Quebec, you cant remove a Global Scope App if it still has metadata in it. I unfortunately cant test the uninstall myself.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Once an object is claimed, are modifications outside of Studio captured?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Yes, but make sure to still have the Application Scope and depending on your deployment process the correct Update Set selected in the header.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;If you merge a "claimed" object when upgrading ServiceNow, is that change applied to your global app?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Yes.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Is this the new best practice for all 'customisations' to OOB?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I would call it a proven practice for larger setups that require a certain level of governance and separation between teams.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 09:42:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270866#M1625</guid>
      <dc:creator>Jochen Geist</dc:creator>
      <dc:date>2021-06-10T09:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270867#M1626</link>
      <description>&lt;P&gt;If you've already made customizations to the Global Scope and want to move them to your new Global Scope App, how would you go about doing that?&amp;nbsp; I know how to move updates from one update set to another, but I don't know how one would move an update set from one Scope to another&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 14:39:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270867#M1626</guid>
      <dc:creator>Andrew122</dc:creator>
      <dc:date>2022-04-06T14:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270868#M1627</link>
      <description>&lt;P&gt;Hi Andrew, you can follow this approach to move files from your Update Sets into a Global Scope app:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.servicenow.com/bundle/sandiego-application-development/page/build/applications/task/add-multiple-files-to-global-app.html"&gt;https://docs.servicenow.com/bundle/sandiego-application-development/page/build/applications/task/add-multiple-files-to-global-app.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 08:31:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2270868#M1627</guid>
      <dc:creator>Jochen Geist</dc:creator>
      <dc:date>2022-04-11T08:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2783574#M9639</link>
      <description>&lt;P&gt;What if an OOTB object needs to be modified for 2 completely different processes. Do you have to place it in a core application? How are dependencies between global apps handled?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 01:18:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2783574#M9639</guid>
      <dc:creator>James Fricker</dc:creator>
      <dc:date>2024-01-08T01:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2790668#M9650</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/293376"&gt;@James Fricker&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;An Application File can only ever be claimed by one Global Scope App. You either create a common/core application for shared objects or the team/app that has done more changes to the object takes ownership and collaborates with the other teams/apps.&lt;BR /&gt;&lt;BR /&gt;Dependency Management works the same way as with Custom Scoped Apps:&amp;nbsp;&lt;A href="https://docs.servicenow.com/csh?topicname=c_ApplicationDependencies.html&amp;amp;version=latest" target="_blank"&gt;https://docs.servicenow.com/csh?topicname=c_ApplicationDependencies.html&amp;amp;version=latest&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 13:40:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2790668#M9650</guid>
      <dc:creator>Jochen Geist</dc:creator>
      <dc:date>2024-01-12T13:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Global Scope Apps to make Customizations in Global Scope easier</title>
      <link>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2790854#M9651</link>
      <description>&lt;P&gt;great article! i'm glad you wrote this down. I recommended this approacha a lot of times, now I can just forward your article &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; big thanks, you make my life easier!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 15:30:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/in-other-news/using-global-scope-apps-to-make-customizations-in-global-scope/bc-p/2790854#M9651</guid>
      <dc:creator>tolga1</dc:creator>
      <dc:date>2024-01-12T15:30:50Z</dc:date>
    </item>
  </channel>
</rss>

