what is scoped application? how we can use in servicenow?

syedfarhan
Kilo Sage

what is scoped application?   Can anybody give me an example

10 REPLIES 10

Ramesh Lohar
Kilo Guru

A scoped application in ServiceNow is a modular application that is developed within its own namespace, or scope, to prevent any resource conflicts with other applications.

Here's a summary:

- Scoped applications allow developers to create applications that can be securely packaged and distributed.
- They have their own private namespace, which prevents them from conflicting with global applications.
- Scoped applications can have their own tables, scripts, and other application files.
- They can also use resources from the global scope, but global applications cannot access resources in a scoped application.
- An example of a scoped application could be a custom app developed for a specific department in an organization, like an HR Onboarding app. This app could have its own tables for storing employee onboarding data, scripts for handling onboarding processes, and so on, all within its own scope.


nowKB.com