ServiceNow AI Platform core feature release notes

  • Release version: Australia
  • Updated March 12, 2026
  • 7 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of ServiceNow AI Platform core feature release notes - Australia Release

    The Australia release of the ServiceNow AI Platform core features introduces enhanced configurations, security improvements, and new capabilities designed to improve application development, instance security, and user experience. These updates provide ServiceNow customers with granular control over read-only field behavior, enhanced sandbox script security, expanded dynamic schema support, and improved API access management, among other enhancements.

    Show full answer Show less

    Key Features

    • Granular Read-Only Field Controls: Configure read-only options to control whether read-only fields can be updated via client scripts and server-side operations. This feature strengthens instance security while maintaining flexibility and supports testing stricter controls in non-production instances.
    • Feature Preview Program: Activate and test pre-release capabilities centrally to evaluate new features before production deployment.
    • Guarded Script Evaluator: Restricts JavaScript features in sandboxed scripts, rejecting incompatible scripts from guest users by default and gradually enforcing restrictions on authenticated users to enhance security.
    • Dynamic Schema Enhancements: Support for reference data types in dynamic attributes and filtering dynamic schema elements within the Workspace condition builder.
    • API Access and Security: Manage guest user access to REST and GraphQL APIs with path-based ACLs, enable resource-level security, and support optional trailing slashes in REST API endpoints for compliance with external standards.
    • Admin Role Granularity: Assign specific permissions to developers or users performing limited administrative tasks without granting full admin rights.
    • Improved UI and User Preferences: Introduction of an AI indicator identifying AI-generated content in forms, customizable mail icon visibility in email fields, additional country options in language and region preferences, and new date/time format settings that reflect user locale.
    • Address Field with Auto-Suggestions: New address field type for Core UI and Workspace forms that provides real-time suggestions to reduce manual entry errors.
    • JavaScript Engine Updates: Adoption of ECMAScript 2021 (ES12) features and updates from the Rhino engine for enhanced scripting capabilities.
    • Session-Based Guest Access Controls: Track and restrict guest user access to records created or modified during their session, enhancing security on public forms and portals.
    • Deprecated Legacy UIs: UI11 and UI15 interfaces are deprecated; customers are encouraged to adopt the Next Experience UI for a modern and accessible interface.
    • Accessibility Enhancements: Format Painter plugin for TinyMCE improves consistent formatting in HTML editor fields, benefiting users with cognitive disabilities and supporting keyboard navigation.

    Important Upgrade Notes

    • If dynamic schema was implemented in Xanadu or Yokohama releases, it will be automatically migrated to the revised framework introduced in Zurich. Customers should review the Dynamic Schema Zurich Migration Guide for details.
    • New back-end “readonlyoption” field controls read-only field protections and maintains backward compatibility.
    • Secure default settings for system properties that affect instance security have been applied to reduce vulnerabilities.

    Plugin and Feature Deprecations

    • Form Designer Plugin: Planned for deprecation in the C release; customers should transition to Form Builder for form configurations.
    • Subscription Management Plugin: Planned for deprecation in August 2026; customers should update to the latest Subscription Management application.

    Activation and Usage

    The ServiceNow AI Platform core features are active by default. Customers can leverage the Feature Preview Program to test new capabilities safely before production deployment. Enhanced security features like guarded scripts and granular ACLs help maintain a secure platform environment while enabling controlled flexibility for developers and users.

    The ServiceNow AI Platform® core features provide configurations for applications and other parts of the ServiceNow AI Platform. The ServiceNow AI Platform core features were enhanced and updated in the Australia release.

    ServiceNow AI Platform core features highlights for the Australia release

    Control whether read-only fields can be updated through client scripts and server-side operations by configuring read-only options.

    See Administer the ServiceNow AI Platform for more information.

    Use the Feature Preview Program to choose which pre-release capabilities to activate and test on your instance.

    Important information for upgrading ServiceNow AI Platform core features to Australia

    The dynamic schema application framework was revised in the Zurich release. If you implemented dynamic schema in the Xanadu or Yokohama releases, the application is automatically migrated to a new framework as part of the upgrade to releases starting with the Zurich release. For details on the migration and steps you might need to perform, see the Dynamic Schema Zurich Migration Guide [KB2146133] article in the Now Support Knowledge Base.

    The Australia release introduces enhanced protections for read‑only fields across the ServiceNow AI Platform®. These changes include a new “read_only_option” field with granular control levels, including “strict_read_only” and “client_script_modifiable". The changes occur in the back end and maintain backward‑compatible behavior. This update helps strengthen your instance security while preserving the flexibility you need. Refer to KB2718122 for additional technical details on how to identify affected fields and adjust their settings. For more information about granular read-only security options, see Configuring read-only security options.

    New in the Australia release

    Access and test pre-release features
    The Feature Preview Program provides a centralized location to discover, activate, and test pre-release capabilities on your instance. When a pre-release feature is added to your instance, you receive a notification and can access the Feature Preview Program to review feature details, activate features for testing, and provide feedback.
    Enhance instance security for sandbox scripts with guarded script
    The guarded script evaluator restricts the JavaScript features and APIs available to untrusted, client-generated scripts running in the script sandbox environment. Beginning with the Australia Patch 2 release, incompatible scripts sent to the server by guest users are rejected on all instances by default. Scripts sent by authenticated users are evaluated using a phased approach to enforcement that varies by the type of instance to provide time to detect and review incompatible scripts before rejecting them. Scripts that use unsupported features are recorded in the Incompatible Guarded Scripts list, where you can rewrite them or create exemptions for scripts that can't be rewritten.
    Granular read-only security options
    Control the editability of read-only fields by configuring read-only options, allowing for customized behavior that balances usability and security. Read-only options provide granular control over whether read-only fields can be updated through client scripts and server-side operations. You can also test stricter read-only controls in non-production instances before implementing them in production.
    Support for reference data types in Dynamic Schema
    Create dynamic attributes using reference data types.
    Work with Dynamic Schema elements in the Workspace condition builder
    Filter Workspace lists using dynamic schema elements in the condition builder.
    Toggle the mail icon display

    Show or hide the mail icon in email fields by configuring the hide_email_icon dictionary attribute.

    AI indicator in forms
    Easily identify AI involvement across the ServiceNow AI Platform® through a visual cue that identifies form fields in configurable workspace and Core UI that have been updated with AI-generated content.
    Guest API access control
    Manage guest access to REST and GraphQL API endpoints using path-based ACLs while maintaining separate authenticated user controls.
    Granular admin roles
    Grant specific permissions to developers or users who perform minor administrative tasks without granting them unrestricted access to the full admin role by reviewing and assigning available granular admin roles.
    Optional trailing slash configuration
    Align with external specifications and industry standards by configuring REST APIs with optional trailing slash support.
    Path-based REST ACL control
    Control access to REST services by creating path-based ACLs using specific HTTP method and path combinations.
    Automatically generate request definitions for scripted REST API resources
    Use sample requests made to an API resource to generate request header associations, query parameter associations, and a request schema for that resource and the related scripted REST API service.
    Resource-level security configuration
    Enable public access or custom ACL authorization by configuring resource-level security settings.
    Address field type with auto-suggestions
    Reduce manual entry errors through a new Address field type for Core UI and Workspace forms, which provides real-time address suggestions displayed as you type.
    New dot-walk scoping security properties and table attribute
    Strengthen scope boundary enforcement when dot-walking across application scopes using Reference Fields through additional properties and a table attribute. For more information, see the Dot-Walk Scoping Security Enhancement [KB2793170] article in the Now Support Knowledge Base.

    Changed in this release

    Country setting added to Language and Region preferences
    Users can select their country from the Next Experience language and region preferences.
    New options for date and time format in the User record
    Users can select from new options for Date format and Time format in the User record.
    Control whether date and time formats reflect the user locale by default
    Configure date and time formats to reflect the user locale when no date or time format has been selected in user preferences through the glide_i18n.date.default_to_locale system property.
    Control how to set the language for guest users
    Use a guest user's IP address to set their language through the glide_i18n.ip_geolocation system property.
    Activate additional choices for countries
    Activate additional choices for countries in the Next Experience language and region preferences or in a User record.
    ECMAScript 2021 (ES12) JavaScript mode supports additional scripting features
    Use additional scripting features in applications or scripts that use the ECMAScript 2021 (ES12) JavaScript mode.
    JavaScript engine updated with changes from the Rhino engine
    The JavaScript engine on the ServiceNow AI Platform was updated to incorporate changes from the open-source Rhino JavaScript engine.
    New Normalization Data Services system property

    Create duplicate records in core_company extension tables by setting the com.glide.acl_check_all_filter_on_new system property to true to reference account records.

    System properties secured by default
    Glide properties that can impact instance security are set to secure values by default. For more information about which system properties are affected and why, see the Glide Property Hardening [KB1982254] article in the Now Support Knowledge Base.
    Tracking records in unauthenticated users' sessions
    Track records created, modified, or deleted by unauthenticated users to enable session-based ACL access on public forms, portals, or workflows.
    Manage guest user access to records
    Restrict guest user access to records they created or updated during their current session using the 'is in session' condition builder on the ACL form for Sys ID fields.
    Session-based guest access
    Manage REST GraphQL security with path-based ACLs that are enforced without needing to require authentication for access to an API.
    Support duplicate company names across core_company extension tables
    Avoid normalization conflicts when creating records with the same company name in both the Company [core_company] table and its extension tables, such as Customer Account [customer_account], using the glide.cmdb.canonical.use_base_core_company_only property. It ensures that uniqueness enforcement applies only to base core_company records.

    Deprecated features

    Starting with the Australia release, the legacy user interfaces commonly referred to as UI11 and UI15 are deprecated. These legacy UIs no longer receive enhancements or defect fixes, and will no longer be supported. Certain system features might continue to display through legacy rendering paths (for example, printer‑friendly views) and will be addressed case by case as part of ongoing platform improvements. Use the Next Experience for a modern, accessible, unified interface. For information about activating the Next Experience UI, see Considerations for activating Next Experience.

    Activation information

    The ServiceNow AI Platform core features are active by default.

    Plugin information

    Plugins planned for deprecation

    The following plugins are planned for deprecation in a future release:

    • Form designer (com.glide.ui.ng.fd): Planned for deprecation in the C release. Form Builder is the recommended replacement for all form configurations. For details, see the Deprecation Process [KB0867184] article in the Now Support Knowledge Base.
    • ServiceNow Subscription Management (com.snc.usage_admin.snc): Planned for deprecation in August 2026. Update to the most recent version of the Subscription Management application through the Application Manager. For more information about the Subscription Management application, see Subscription Management.

    Accessibility information

    Format Painter plugin for TinyMCE enables you to apply consistent font styles, sizes, and table formats within the HTML editor field. This improvement helps users with cognitive disabilities and low vision by reducing confusion and supporting clear, predictable formatting throughout documents. Keyboard navigation is supported, providing added ease of use for keyboard-only users. For more information, see Configure the HTML toolbar.