ServiceNow SDK release notes
The ServiceNow® software development kit (SDK) enables developers to create scoped applications in source code locally in Visual Studio Code Desktop and upload changes to a ServiceNow instance. ServiceNow SDK was enhanced and updated in the Australia release.
ServiceNow SDK highlights for the Australia release
ServiceNow SDK version 4.4 includes updates to ServiceNow Fluent APIs.
See ServiceNow SDK for more information.
Important information for upgrading ServiceNow SDK to Australia
To upgrade to the latest version of the ServiceNow SDK globally or within an application, see Upgrade the ServiceNow SDK.
ServiceNow SDK version 4.4 supports integration with ServiceNow instances beginning with the Washington DC release.
now-sdk auth
--add command to authenticate with instances. For more information, see Authenticating to a ServiceNow instance with the ServiceNow SDK.New in the Australia release
- Version 4.4
- Configure a default language for field labels
- Configure a default language for field labels [sys_documentation] in a table or column with the
tableDefaultLanguageparameter in an application's now.config.json file. - Configure read-only options with the Table API
- Control the editability of read-only fields by configuring read-only options for a field with the readOnlyOption property in a Column object.
Changed in this release
- Version 4.4
- Flow API supports Service Catalog triggers and actions
- Use triggers and actions related to Service Catalog with the Flow API.
- Access Control List API supports protection policies
- Control whether someone can view or edit an access control list (ACL) with the protectionPolicy property in an ACL object.
- Keys updated for static assets in full-stack applications
- Static UX Assets [sys_ux_lib_asset] in full-stack applications have updated keys in the keys.ts file. UX Asset sys_ids aren’t changed.
Activation information
The ServiceNow SDK is available as a Node Package Manager (npm) package from the public npm registry and installed locally. For information about installing the ServiceNow SDK, see Install the ServiceNow SDK in an application.
Additional requirements
You must have Node.js and Node Package Manager (npm) installed to install the ServiceNow SDK. For more information, see Install the ServiceNow SDK in an application.