Zurich Patch 2 Hotfix 2
Summarize
Summary of Zurich Patch 2 Hotfix 2
Zurich Patch 2 Hotfix 2, released for the Zurich version of ServiceNow on November 11, 2025, delivers important fixes addressing mobile platform issues related to offline functionality and data integrity. This release is part of the ServiceNow AI Platform family and is available in Regulated Market environments, supporting isolated deployments.
Show less
Key Fixes
- Offline Query Accuracy (PRB1959673): Corrects an issue where offline query results on mobile devices showed null values for reference data columns. The fix ensures accurate data display in offline caches when reference columns are defined on child tables.
- UI Policies Application Offline (PRB1957087): Resolves the problem where UI policies for a screen table were not applied offline on mobile when records come from extended tables. Now, UI policies such as field visibility correctly apply during offline edits.
- Data Loss During Offline Cache Updates (PRB1959666): Prevents data loss caused by incomplete offline cache updates during online operations. This fix ensures that referenced records retain all necessary field data, avoiding null overwrites when switching between screens.
Practical Impact for ServiceNow Customers
Customers using ServiceNow mobile applications will experience improved reliability and data consistency when working offline, especially with complex table relationships and UI policies. These fixes enhance the user experience by ensuring that offline caches accurately reflect the intended data and that UI behaviors remain consistent offline.
Upgrade Considerations
This hotfix can be safely applied to Zurich Patch 2 and previous Zurich releases, including Zurich Patch 2 Hotfix 1 and Zurich Patch 1. It consolidates earlier fixes and should be included in upgrade plans to maintain optimal mobile platform functionality and security.
The Zurich Patch 2 Hotfix 2 release contains fixes to these problems.
- Build information:
- Build date: 11-11-2025_1307
For more information about the release cycle, see the ServiceNow Release Cycle.
Fixed problem
| Problem | Short description | Description | Steps to reproduce |
|---|---|---|---|
|
Mobile Platform PRB1959673 |
Offline query results are incorrect due to reference data columns being populated as null in the offline cache payload | On mobile, the offline query results are incorrect due to reference data columns being populated as null in the offline cache payload. This happens when the column is defined on the child table of the table used for reference input. |
Observe that there's a record for the wm_task record in the data section, under the task table. It has a test user populated with a null value specified for the test_user field. |
|
Mobile Platform PRB1957087 |
UI policies applicable to the screen table aren't applied when offline on mobile | While offline and on mobile, UI policies applicable to the screen table aren't applied when the underlying record comes from an extended table of the screen table. |
Observe that the document rebuilds. The UI policies aren't applied and don't hide or show the fields. |
|
Mobile Platform PRB1959666 |
Data is lost when updating the offline cache during online operations | While offline and on mobile, data is lost when updating the offline cache during online operations such as viewing screens or performing actions. This happens because the first screen updates information for the dot-walked (referenced) fields record, but the document doesn't contain all the information for all the fields for the referenced fields record. Null is filled in the database update for any field for which there isn't information. |
Observe that the screen is missing the referenced record from Screen 1. |
Fixes included
Unless any exceptions are noted, you can safely upgrade to this release version from any of the versions listed below. These prior versions contain PRB fixes that are also included with this release. Be sure to upgrade to the latest listed patch that includes all of the PRB fixes you are interested in.