ServiceNow AI Platform core feature release notes
Summarize
Summary of ServiceNow AI Platform core feature release notes Yokohama
The Yokohama release of the ServiceNow AI Platform core features enhances functionalities across applications and AI Platform components. It delivers improved security, data management capabilities, and usability enhancements to support ServiceNow customers in optimizing their AI-driven workflows and platform management.
Show less
Key Features
- Enhanced Help Access: Streamlined access to context-specific help content within the system events and job scheduling dashboard tabs for easier navigation and support.
- Remote Table Data Management: Ability to insert, update, and delete data in external data sources via remote tables, facilitating better integration and data synchronization. Customizable script definitions support these operations.
- Guarded Script Evaluator: Improved instance security for sandbox scripts by restricting JavaScript features and APIs for untrusted client-generated scripts. New enforcement policies reject incompatible scripts by default from guest users and implement phased enforcement for authenticated users. Incompatible scripts are logged for review and remediation.
- Dynamic Attributes in Dynamic Categories: Add individual or grouped dynamic attributes to dynamic categories, and build dependencies between dynamic attribute store fields and attributes or attribute lists.
- Updated Access Control Lists (ACLs): Security enhancements for Transaction Management and Session Management tables via updates to ACLs using a combination of Deny and Allow rules, requiring a security attribute for role assignment to ACLs.
- TinyMCE HTML Editor Accessibility Checker: The a11ychecker plugin now identifies WCAG and Section 508 accessibility issues and provides auto-repair options, configurable through TinyMCE plugin settings.
- Configurable Workspace Field Support: Expanded support for additional field types in configurable workspaces, including Documentationfield, Domainpath, HTMLScript, Long, Longint, multismall, Order index, and Radio fields.
- REST API Access Policy Enhancements: Ability to specify which tables a Table REST API access policy applies to directly on the API Access Policy form.
- FX Currency Field Improvements: Use of three-digit ISO 4217 numeric currency codes with FX Currency field types for standardized currency handling.
- Session Language Sorting: Configure string column sorting to respect the user's session language rather than defaulting to English, improving localization support.
- Columnstore Index Type: Support for creating columnstore indexes with RaptorDB Professional to optimize data storage and retrieval performance.
Activation and Configuration
The ServiceNow AI Platform core features activate by default. Customers should review updated ACL configurations to align with enhanced security requirements. For accessibility improvements, configuring the TinyMCE accessibility plugin is recommended. Administrators can customize remote table data operations and API access policies to fit integration and security needs.
The ServiceNow® ServiceNow AI Platform core features provide functionalities to applications and other parts of the ServiceNow AI Platform. The ServiceNow AI Platform core features were enhanced and updated in the Yokohama release.
ServiceNow AI Platform core feature highlights for the Yokohama release
- Streamline how you access help content on the system events and job scheduling dashboard by accessing the appropriate help content in each tab.
- Insert, update, and delete data in an external data source from a remote table.
See Administer the ServiceNow AI Platform for more information.
New in the Yokohama release
- 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 Yokohama Patch 13 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.
- Add dynamic attributes to a dynamic category
- Add individual attributes or a group of attributes to a dynamic category.
- Reference a dynamic attribute or a list of dynamic attributes
- Build a dependency between a dynamic attribute store field and either a dynamic attribute or a list of dynamic attributes.
- Edit data in remote tables on an instance
- Insert, update, and delete data in an external data source from a remote table on an instance when you enable editing for the table. Customize the script definitions that enable you to insert, update, or delete data from a remote table.
Changed in this release
- Updated Access Control Lists (ACLs) for Transaction tables and Session Management tables
- The ACLs for a number of Transaction Management tables and Session Management tables have been updated to enhance security using a combination of Deny and Allow ACLs. All new ACLs have a security attribute. You must have the
security attribute to add to the role list of an ACL. For more information, see Configure an ACL rule, Deny-Unless ACL, and .The updated Transaction Management tables include:
- syslog
- syslog_ajax
- syslog_email
- syslog_transaction
- syslog_script
The updated Session Management tables include:- sys_audit
- sys_security_acl
- sys_user_auth
- sys_user_session
- Configuring plugins for the TinyMCE HTML editor
- The Accessibility Checker (a11ychecker) plugin is now available in the TinyMCE HTML editor. The plugin identifies WCAG and Section 508 accessibility violations and provides an auto-repair feature where applicable. To configure the plugin, see Change the TinyMCE HTML editor plugins. Additional configurations to the accessibility rules, like changing the WCAG level and HTML versions can also be done via TinyMCEconfigscript script.
- Field types supported in a configurable workspace
- The following field types are now supported for use in a configurable workspace:
- Documentation_field
- Domain_path
- HTML_Script
- Long
- Longint
- multi_small
- Order index
- Radio
- Specify the tables that a REST API access policy restricts
- Specify the tables that a Table REST API access policy applies to on the API Access Policy form.
- Use ISO currency codes with the FX Currency field type
- Use three-digit ISO 4217 currency codes from the Numeric code field on the Currency [fx_currency] table with fields of the FX Currency field type.
- Sorting according to the session language
- Configure whether string values in columns are sorted according to the user's session language or English.
- Columnstore index type
- Optimize data storage and retrieval by creating a columnstore index. This index type is available with RaptorDB Professional.
Activation information
The ServiceNow AI Platform core features are active by default.