---
sourceDocument: OOB-Other Release Notes
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/other-release-notes

 Release :

    - other

ft:locale :

    - en-US

ft:publication_title :

    - OOB-Other Release Notes

ft:clusterId :

    - rnob

bundleId :

    - rnob


---

# Logik.ai 2025/05/02 release notes

# Logik.ai 2025/05/02 release notes {#ariaid-title1}

Release version: Other  
Updated November 25, 2025  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) 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 Logik.ai 2025/05/02 Release Notes

The Logik.ai 2025/05/02 release introduces significant enhancements and minor bug fixes aimed at improving user experience and system functionality.
Key upgrades include enhanced admin access control, Managed Tables improvements, and new library functions for script management.
Show full answer Show less  

## Key Features

* **Admin Access Control:** Admins can now manage user access to critical areas, with permissions adjustable via CSV files. Feature activation requires a support ticket and does not disrupt existing admin privileges.
* **Managed Tables Updates:** Enhanced user experience with resizable columns, autosave functionality, improved sorting/filtering, and the ability to freeze columns. Users can now export filtered data sets and patch updates without replacing entire datasets.
* **Library Functions:** Reusable functions can be created and managed in a new "Function Library" section, allowing advanced scripting capabilities across various rules.
* **Transaction Manager Enhancements:** Users can download a 90-day edit history of fields and utilize the new Flightpath tool for debugging rules visually.
* **Smooth Scroll Feature:** A new layout property improves scroll interactions within the transaction body and LIG.
* **Long Text Support:** New layout property displays long text values in a popover, enhancing usability.
* **Expandable Editable Field:** The textArea field type in the Line Item Grid allows for more user-friendly text input.

## Key Outcomes

With these enhancements, ServiceNow customers can expect improved administrative control, streamlined data management, and enhanced scripting capabilities. The updates are designed to increase efficiency, reduce errors, and provide a more intuitive user experience across the Logik.ai platform.  
Logik.ai 2025/05/02 release notes include new enhancements and minor bug fixes.

## Schedule {#oob-rn-logik-ai-2025-05-02__section_mf2_ld5_khc}

{#oob-rn-logik-ai-2025-05-02__table_qfw_t1k_jhc__entry__2}

| Sector | Upgrade |
|-|-|
| Demo | Thursday, May 01, 2025, 8 pm CT |
| Test | Thursday, May 15, 2025, 8 pm CT |
| Prod | Friday, Jun 06, 2025, 8 pm CT |
[Table 1. ScheduleThis build upgrades Logik.ai environments according to the following schedule:]

{#oob-rn-logik-ai-2025-05-02__table_qfw_t1k_jhc}

Example: an environment with URL https://\[YourLogikURL\].prod.logik.io receives this build Jun 06, 2025.

## Release notes {#oob-rn-logik-ai-2025-05-02__section_oyb_bzs_l4b}

This release version includes the following new enhancements and fixes.

## New enhancement: Admin access control {#oob-rn-logik-ai-2025-05-02__section_bsp_35b_lhc}

Admins can now limit access to the following areas:

* Deploy
* Utilities
* Configuration
* Transaction Manager
* Managed Tables
* End user

{#oob-rn-logik-ai-2025-05-02__ul_owv_325_khc}

Users will be able to add/remove/update user permissions via CSV.

Permissions levels will be None, Read, Write, and Admin. For some areas these permissions are collapsed (such as deploy only having None or Admin).

Turning this feature on requires a support ticket. The behavior users will see when enabling this feature is non-disruptive, meaning all current admin users have full admin privileges until you upload a CSV file changing those
privileges.

For more information, see [ServiceNow CPQ Admin: User Access Control](https://www.servicenow.com/docs/r/order-management/logik_admin_user_access_control.html).

## New enhancement: Admin Managed Tables updates {#oob-rn-logik-ai-2025-05-02__section_syk_j5b_lhc}

Managed Tables received a major UX and functionality rework.

* Columns in Managed Tables are now resizable by the user
* Autosave now occurs when you click out of a row rather than out of a cell, meaning that a row won't change until you are done editing the entire row - when a row has autosaved, it flashes green
* Managed Tables now support sorting and filtering
* Managed Tables now allow you to scroll left and right to see your expanded data
* Managed Tables allow for freezing columns as you scroll left and right
* Users can now disable autosave to edit multiple rows then save manually after they are done to keep multiple rows in sync
* When a Managed Table is filtered the export functionality allows for exporting a subset of rows
* After downloading a partial set of managed table data if you make changes and uploading via matrix loader data is now patched to the current data rather than replacing the entire table dataset
{#oob-rn-logik-ai-2025-05-02__ul_ymq_cnv_khc}

## New enhancement: Library functions {#oob-rn-logik-ai-2025-05-02__section_acm_k5b_lhc}

Library functions are reusable functions that enable the user to create a script that is callable across rules advanced conditions and advanced actions. Library functions can be enabled via support ticket.

A new "Function Library" section has been added to the Utilities menu. This enables the creation of library functions. In this new section of the Admin users are able to manage their functions.

Calling library functions inside advanced scripts can be done by typing fn.\<LibraryFunctionName\>.

What you can do inside a library function:

* Execute table lookups
* Execute typical Array, String, Boolean, and Mathematical operations
* Set default values per parameter and create docstrings

{#oob-rn-logik-ai-2025-05-02__ul_pqk_5mv_khc}

What you can't do inside a library function:

* Directly reference fields: these must be passed in to your parameters if you want to use their value within your function
* Update the value of a field
* Call another library function
{#oob-rn-logik-ai-2025-05-02__ul_dzz_5mv_khc}

## New enhancement: Transaction Manager {#oob-rn-logik-ai-2025-05-02__section_pmf_x5b_lhc}

Easily download a 90-day history of field edits for any transaction. Available in the Utilities section---just enter a Transaction ID to get the edit history as a Parquet file.

## New enhancement: Flightpath for Transaction Manager {#oob-rn-logik-ai-2025-05-02__section_j1b_y5b_lhc}

Easily debug rules with Flightpath---a visual tool in the Runtime UI that shows how the rules engine responds to user inputs and events. Intended for Admin use only.

## New enhancement: Smooth Scroll {#oob-rn-logik-ai-2025-05-02__section_g3y_fvb_lhc}

New `autoScrollIntoView` layout property smooths the scroll interaction between the transaction body and LIG.

## New enhancement: Long text support {#oob-rn-logik-ai-2025-05-02__section_icz_gvb_lhc}

New `supportLongText` layout property for LIG and Product Search List Result fields displays a popover when an enabled field is selected. This supports use cases for fields with long text values.

## New enhancement: Field Type textArea - LIG expandable editable field {#oob-rn-logik-ai-2025-05-02__section_m1z_hvb_lhc}

The textArea field type supports an expandable editable field in the Line Item Grid.

## Bug fixes {#oob-rn-logik-ai-2025-05-02__section_jdc_jvb_lhc}

{#oob-rn-logik-ai-2025-05-02__table_gxv_hvs_l4b__entry__2}

| Fix | Short description |
|-|-|
| LGK-16808 | Fixed a bug where dynamic picklists were not able to find associated tables |
| LGK-16998 | Fixed a bug in Transaction Manager that could cause errors upon reconfigure of a product while changing the quantity of child line items |
| LGK-17023 | Resolved an issue where deployment time of Solution Configuration Blueprints was slower than expected |
| LGK-17049, LGK-17059 | Resolved issues in Transaction Manager where product search was not properly paginated |
[Table 2. Bug fixes]

{#oob-rn-logik-ai-2025-05-02__table_gxv_hvs_l4b}

## Additional resources {#oob-rn-logik-ai-2025-05-02__section_p4y_l2q_jhc}

* Request new features or enhancements through the [Idea portal](https://support.servicenow.com/ideas) on [Now Support](https://support.servicenow.com/now).
* Connect with other Logik.io users at [Now Community](https://www.servicenow.com/community/)
{#oob-rn-logik-ai-2025-05-02__ul_rln_bfq_jhc}

