PRB fixes added between Australia RTP and EA
Additional PRBs were fixed between the Australia Release Testing Preview (RTP) and Early Availability (EA) release versions.
For more information about the release cycle, see the ServiceNow Release Cycle.
Added Australia notable fixes
| Problem | Short description | Description | Steps to reproduce |
|---|---|---|---|
|
AI Search UX PRB1918092 |
Now Assist synthesized response cards should not show a price for a non-billable catalog item | When the LLM generates answers containing a catalog item, the tool tip for this item shows a price of $0.00 for non-billable item instead of showing nothing. | |
|
Application Manager PRB1889269 |
Progress worker state isn't set to complete after worker is finished | Installing plugins shows an error even when successfully completed. In the logs, it looks like the error comes from a script include. Previously, the code block was a part of a larger function that had appVersion and appID as parameters. The code was refactored into the forceSyncWithStore function, which doesn't have appVersion and appID as parameters. If the gs.info line is reached, it throws an error because those two fields were not passed into the function. |
|
|
Application Manager PRB1986694 |
App Manager and My Company Applications incorrectly shows available updates after update checker | When publishing a new version of the app, it doesn't appear in 'My Company Application'. |
Refer to the listed KB article for details. |
|
CMDB Data Manager PRB1964689 |
CMDBRetirementScriptableAPI doesn't handle policies targeting tables that don't begin with 'CMDB' | Data Manager policies that target only tables without 'CMDB' in the start of the table name can't be published or run due to the CMDBRetirementScriptableApi not correctly handling the search for those tables' defined retirement state. | |
|
Database Persistence - Data Management PRB1988503 |
Active subflow executions with clean parent flow executions are listed as 'Unreferenced Records' and are deleted by DMUnreferencedRecordCleaner | This issue was observed in Zurich. If a parent flow completes while an associated asynchronous subflow continues running, the completed parent flow context is cleaned up by the retention policy by routine system cleanup. As a result, the running subflow becomes unreferenced, and may be removed during routine system cleanup. |
Refer to the listed KB article for details. |
|
Email Notifications PRB1942395 |
The cursor moves to the end of an input field when the CPU throttling is 4* slower and 6* slower |
Expected behavior: Drafting an email shouldn't encounter unexpected cursor placement to the end. Actual behavior: The cursor jumps to the end while typing. |
|
|
Email Notifications PRB1951516 |
When using email client, drag and drop functionality isn't including an attachment on sending | In the current UI16 email client, users can add attachments using the paper-clip icon or by dragging and dropping files into the email body. However, drag-and-drop doesn't work outside the email body because a background field was not properly defined, which causes this limitation. |
When an email is sent, see the attachment isn't included. When users manually add the attachment, it's being added in to the email and is being sent. |
|
Email Notifications PRB1964152 |
Email Client template behavior changed after upgrading to Zurich | After upgrading to Zurich, the behavior of Email Client template selection has changed. In Xanadu and Yokohama, the system always reverted to the default template when showing the 'Email' tab again. However, in Zurich, the system keeps the last used template (template2) instead of returning to the default. |
Expected behavior: Template1 is applied again (returns to the initial status). Actual behavior: Template2 remains applied (the last used template is applied). |
|
Flow Engine PRB1958181 |
Flows are intermittently not triggered after upgrading in a domain separation enabled instance | After upgrading a domain separated instance, some flows are no longer triggered. This is because some of the flow's records are in the domain that the flow was defined in, and other records in a different domain. |
Refer to the listed KB article for details. |
|
Knowledge Management PRB1973365 |
The 'Article Template Selector' page is not visible in UI16 in master |
Refer to the listed KB article for details. |
|
|
List Filters PRB1967959 |
Unable to filter the Tags field in the presentation list from CSM/FSM Configurable workspace | When the user selects on the tag that has been added, a modal does not populate and the user is unable to select 'View records with this tag.' Instead, the 'tags' column cannot be filtered. |
Expected behavior: A modal is populated and the user can select View records with this tag to find matching records. Actual behavior: Nothing happens, and it says the 'tags' column can't be filtered. |
|
OneExtend PRB1925002 |
Agentic Workflow's trigger sys_user is taking precedence over run as 'AI User' | When trigger conditions are met, the workflow should be executed with workflow's 'Run As' user for the new incident. However, the workflow is actually executed with the trigger's sys_user and the execution is terminated with the error 'Access Denied'. | |
|
Platform Analytics Component API PRB1907336 |
The 'Created By' column values truncates after 10 characters in the Data Visualization library for Platform Analytics | ||
|
Platform Analytics Dashboard API PRB1843154 |
Not able to save a dashboard after editing | ||
|
Portfolio Management PRB1936553 |
The condition of the business rule 'Update Total Plan Cost In Proj Currency' evaluates to undefined when the com.snc.ppm_multicurrency plugin isn't installed |
Refer to the listed KB article for details. |
|
|
REST API Framework PRB1936861 |
'Requested URI does not represent any resource' is logged as an error instead of a warning | 'Requested URI does not represent any resource' is logged as an error instead of a warning in the system Logs. Errors in the system logs represent issues that must be fixed; however, the 'Requested URI does not represent any resource' message should be displayed as a warning in the system logs because it is an error that has been handled and the user/platform can recover from. | |
|
Service Portal PRB1886667 |
Korean consonants and vowels are separately returned when the user types into a variable using a keyboard in a portal page | ||
|
Virtual Agent Web Client PRB1972561 |
Enhanced chat does not pick up custom tokens in portal |
Refer to the listed KB article for details. |