Global App Support in ServiceNow SDK #40
matthew-clase
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Global App Support in ServiceNow SDK
In conjunction with the ServiceNow Australia release, ServiceNow SDK is adding support for creating and working with Global scoped applications. This feature is available starting in version v4.4.0
CLI Updates
initinit --fromallows converting an existing Global scoped application from an authenticated instance, transforming all metadata in the process.moveGlobal applications can claim and customize global metadata, making it editable as part of the app.
Usage:
now-sdk move --helpfor full details.build/transformBuilding and transforming global apps works the same way as scoped app development — no changes required.
IDE Integration
Look for ServiceNow IDE version 4.0.0 in the Australia release to continue developing global apps on instance.
Compatibility with Pre-Australia Releases
The Fluent build process runs independent of the ServiceNow instance version, so global apps can always be built and developed locally. However, some functionality requires the Australia release:
Third-Party Module Considerations
When deployed, Global apps use an npm-style package resolution algorithm for JavaScript modules. Note that other package managers, such as pnpm, are not fully supported for global apps at this time.
Beta Was this translation helpful? Give feedback.
All reactions