Scoped and Global Application

Payal Tripathy
Tera Contributor

What is the brief difference between Scoped and Global Application.

4 REPLIES 4

shibasou
Kilo Sage

Hi.

 

Please refer to the following.

scope

 

Application scope identifies and restricts access to application files and data.

Ensures that no other application interferes with the normal functioning of this application unless explicit permissions are granted.

 

Please hit helpful and accept this as a solution if it solved your problem.

Thank you.

Harish Bainsla
Tera Sage
Tera Sage

Hi @Payal Tripathy 

A global application provides no boundaries compared to scoped application. It can be used to create legacy application or to merge multiple global update sets in one application.

Applications created in Studio are known as scoped applications. Scope uniquely identifies every application file, not just within a single ServiceNow instance, but in every instance around the world

https://www.servicenow.com/community/developer-forum/advantages-of-scoped-application-vs-global-appl...

https://youtu.be/hGQiIdbXKQI?si=MmA7Rwgidd3QtZGl

 

Scoped application Vs Global Application | ServiceNow Application scope Enjoy the exclusive content - ServiceNow Basics Tutorials: https://www.youtube.com/playlist?list=PLrmQ9R9YkZmvGlU6zRVvtwQVndoXkvP0O ServiceNow Tips & tricks: ...

Edoardo M
ServiceNow Employee
ServiceNow Employee

Very well and briefly explained:

EdoardoM_0-1713271774080.png

Source: App Engine Studio (AES) - Platform Owner Overview 


Please mark it as helpful and accept it as a solution if it helps you in any way.

Edward Rosario
Mega Sage
Mega Sage

In simple terms, Scoped Applications in ServiceNow are like having your own private space where you can create and manage things without affecting other parts of the system. It's like having your own room in a house where you can decorate and organize things as you like without changing the rest of the house.

On the other hand, Global Applications are like shared spaces in the house that everyone can access and use. Changes made to Global Applications can affect other parts of the system because they are shared by everyone.

Scoped Applications are isolated and have their own set of rules and permissions, while Global Applications are more open and accessible to everyone.