application-scope
Installation
SKILL.md
Application Scope Management
Overview
Scoped application development in ServiceNow requires careful management of application context and update set alignment. This skill covers setting the current application scope, understanding scoped vs global considerations, and ensuring update sets are properly aligned with application development.
- What problem does it solve? Prevents records from being created in wrong application scopes and ensures proper update set capture for scoped applications
- Who should use this skill? ServiceNow developers building custom scoped applications
- What are the expected outcomes? Properly scoped application artifacts with correct update set capture and namespace isolation
Prerequisites
- Required ServiceNow roles:
adminorapplication_creator - An existing scoped application or permission to create one
- Understanding of ServiceNow application scopes and namespaces
- Related skills:
admin/update-set-management(must understand update sets first)