Global scope
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Building applications
The global scope is a special application scope that identifies applications developed prior to application scoping, or applications intended to be accessible to all other global applications.
Applications in the global scope do not append a unique namespace identifier to the application name. Global applications can have naming conflicts and data collisions when developers create multiple global applications with the same name.
- Read records
- Run API requests
- Create configuration records
Typically, only applications provided by ServiceNow are in the global scope. However, any custom applications created before application scope was implemented are also in the global scope. Additionally, developers with the sn_g_app_creator.app_creator role can create applications in the global scope. For more information, see Allow global application development in Guided Application Creator.
Applications in the global scope are eligible for upload to the application repository, but not to the ServiceNow Store.
Related Content
- Publish an application to the application repository
Publish a custom application to the application repository so that it can be installed on other instances in your organization.
- Publish an application to the ServiceNow Store
Publishing an application to the ServiceNow Store makes it available to everyone.