Xanadu Patch 4b Hotfix 1

  • Release version: Xanadu
  • Updated February 27, 2025
  • 1 minute to read
  • The Xanadu Patch 4b Hotfix 1 release contains fixes to these problems.

    Build information:
    Build date: 02-23-2025_2130
    Build tag: glide-xanadu-07-02-2024__patch4b-hotfix1-02-20-2025
    Important:
    For more information about how to upgrade an instance, see ServiceNow Upgrades.

    For more information about the release cycle, see the ServiceNow Release Cycle.

    Note:
    This ServiceNow AI Platform major family release is now available in ServiceNow's Regulated Market environments. For more information about services available in isolated environments, see KB0743854.

    Fixed problem

    Problem Short description Description Steps to reproduce

    Workflow Contexts

    PRB1820829

    A fix causes a query to be executed when module access is requested A SQL query against sys_kmf_crypto_module is run whenever access to a module is checked with CallerPolicyAccessManager .isModuleAccessible. For a field with a Column Level Encryption (CLE) configuration, this API is called one or more times for each canRead|canWrite|canCreate call that is made. When canRead is called multiple times for each form load, the query is run many times when loading a single record.

    Fixes included