githubEdit

nCino Release Notes 25.4

nCino Release Notes 25.4.13

Release Date: 28 December 2025

Query Length Handling Improvement

Resolved an issue where MALFORMED_QUERY exceptions were logged when queries exceeded the maximum length. Queries are now split and processed correctly to prevent execution failures.

Attachments Migration with Rollback Enabled

Fixed an issue where attachment migration failed during Feature Deployments when Rollback was enabled. The update ensures proper handling of bucket object values, preventing errors and allowing migrations to complete successfully.


nCino Release Notes 25.4.12

Release Date: 21 December 2025

Job Error Record ID Handling

Improved handling of job error results to accurately resolve record IDs when Salesforce returns destination record IDs instead of source IDs, ensuring reliable identification and review of failed records.

CI Jobs – VC Baseline Revision Rollback

Resolved an issue where rollback for VC Baseline Revision CI jobs failed due to missing templates and incorrect backup snapshot handling. The fix ensures rollback builds execute successfully and backup snapshots are correctly located and accessible.

RBC Deployment – Blank Lookup Field Handling

Fixed an issue where Salesforce records with blank lookup fields failed during nCino RBC migrations. The update ensures lookup field data is handled correctly even when the parent object has no retrieved records, allowing empty lookup values to be updated successfully in the target org.

Field Mapping UI – API and Label Name Display

Updated the mapping UI to display field API names directly, with corresponding label names shown on hover. This improves clarity during mapping while retaining access to user-friendly labels.


nCino Release Notes 25.4.11

Release Date: 14 December 2025

DataLoader Pro – Reference-Based Object Migration

A fix has been implemented to ensure that objects with reference dependencies are no longer skipped during DataLoader Pro execution. The updated handling correctly processes referenced objects, ensuring complete and consistent data migration when reference relationships are involved.

DataLoader Extract – Query Validation Performance

Improved the DataLoader extract flow by optimizing query validation handling. This enhancement prevents long-running validation delays and ensures extract jobs proceed reliably even for large datasets.

CI Jobs – Backup Snapshot Download

Resolved an issue where backup snapshot downloads failed with a “File not found” error for CI jobs using a baseline source. Backup artifacts are now generated and retrieved correctly, ensuring reliable snapshot access after job execution.

Feature Deployment – Deployment Status Handling

Fixed an issue where redeployments using selective deployment remained stuck in the In Progress state despite successful completion. Deployment iterations are now correctly finalized by saving only the selected objects, ensuring accurate status updates in Deployment History.

DataLoader – Large File Download Handling

Fixed an issue where large extract jobs produced invalid or incomplete CSV downloads. Extract results are now correctly packaged and downloaded in ZIP format, ensuring reliable access to full datasets for high-volume jobs.

Feature Commit – CSV File Ordering

Resolved an issue where object CSV files committed to version control were not consistently sorted. CSV files are now committed in a deterministic, sorted order, ensuring consistency across Feature Deployments and CI Jobs.


nCino + DataLoader Release 25.4.10

Release Date: 07 December 2025

nCino – Deployment History Action Button Fix

A fix has been implemented to restore the functionality of the action button next to the download icon in Deployment History. The button now correctly expands the object set view, as intended.

DataLoader Pro – UI Sync Issue After Bulk Delete

A fix has been implemented to ensure that all jobs are immediately removed from the list after a bulk delete operation. Previously, one job continued to appear until the page was manually refreshed. The job list now updates correctly without requiring a browser refresh.

Login Screen Loading Issue – Template Dependency Optimization

A fix has been applied to prevent heap-space and restart issues caused by processing objects with complex parent dependencies during initial template creation. The system now skips non-selected standard and non-nCino package objects, ensuring the login screen loads reliably.


nCino + DataLoader Release 25.4.9

Release Date: 30 November 2025

DataLoader Pro – Multi-Level Parent Hierarchy Fix

A fix was implemented to correctly handle multi-level parent relationships during DataLoader Pro migrations. An issue where ancestor object failures caused master and parent objects to fail has been resolved. The migration flow now isolates such failures and works reliably, including when Automatic Apply Filter is enabled.

DataLoader Module – DB Optimization

Redundant database calls across DataLoader Pro and Single DataLoader execution flows were removed, including unnecessary process, job, and object lookups. Job execution now fetches only relevant in-progress records, minimizing load. These enhancements significantly reduce DB usage and prevent connection pool shutdown issues.

DataLoader Pro – Child Object Selection Fix

A fix was implemented to ensure that, when editing a DL Pro job, the child object list correctly displays all available child objects rather than only the previously selected ones. This resolves inconsistencies in object visibility during job configuration.

DataLoader Pro – Incorrect Parent Object Identification

A fix was applied to ensure only the intended parent objects are included during job execution. The issue occurred when an object acted as both a parent and a child to the master object. The logic has been corrected to prevent additional, unintended parents from being identified and processed.

DataLoader Pro – Job Redirect Issue Resolved

A fix was implemented to ensure that, after running a DataLoader Pro job, the application correctly redirects back to the same job. Previously, it always loaded the first job in the list. The redirect logic on the DL Pro landing page has now been corrected.

Corrected Error Message Handling

Resolved an issue where an incorrect authentication error was shown for query-related failures. The system now displays the proper error message when a connection exception occurs.


nCino + DataLoader Release 25.4.8

Release Date: 23 November 2025

Proxy Connectivity Issue – nCino & Data Loader

A fix was implemented to resolve failures in nCino and Data Loader operations when Salesforce connectivity was routed through a proxy. Bulk API requests now establish connections reliably without timing out when the proxy is enabled.

Schema Synchronization for Feature Migration Templates

A new option has been added to synchronize schema metadata directly within the Feature Migration Template. Triggering a sync refreshes the latest objects, fields, and attribute changes from Salesforce, ensuring templates remain up-to-date and reducing deployment failures caused by outdated schema definitions.


nCino + DataLoader Release 25.4.7

Release Date: 16 November 2025

Handling User Data

A fix was rolled out to make sure the user data such as jobs are handled properly once the user account is deleted from the Super Admin.

Handling Object Relations

A fix is provided to make sure the circular relations of objects in the buckets with multiple objects will be handled properly.


nCino + DataLoader Release 25.4.6

Release Date: 09 November 2025

Delta Preparation Enhancement

Enhanced delta preparation logic to ensure only relevant changes from the selected revisions are included when the source is Version Control (VC). This fix resolves migration failures caused by missing .csv files during deployment.

CI Job – Validation Rules Handling

Resolved an issue where the “Disable Validation Rules” setting was not honored during nCino CI job execution. The fix ensures that destination org details are correctly passed from the Agent to Rabbit, allowing validation rules to be accurately identified and disabled during deployment.

Audit Fields Handling in Data Migration

Resolved an issue where audit fields were incorrectly included during data migration, causing deployment failures for specific templates. The fix ensures audit fields are now processed only for objects that support them, preventing similar errors during deployment.

RBC Feature Deployment – Authentication Error

Resolved an issue where nCino RBC feature deployments intermittently failed with authentication errors despite valid credentials. The fix ensures record type data is properly saved during deployment, and additional loggers have been added to help trace any future occurrences.

Salesforce SOAP Login Deprecation Notice

Salesforce has deprecated the “username + password + security token” authentication method for integrations using the SOAP API starting with version 65. This legacy method will be completely disabled by Summer ’27 for API versions 31–64. Customers using this method in AutoRABIT connections (e.g., {{ConnectionName}}) must migrate to OAuth (JWT Bearer) authentication to ensure uninterrupted connectivity. The migration can be done through Connections → {{ConnectionName}} → Migrate to OAuth, followed by the on-screen steps to confirm the connection status as “OAuth (JWT)”.


nCino + DataLoader Release 25.4.5

Release Date: 2 November 2025

Parent–Child Object Reference Handling

Implemented code changes to ensure parent object references in child records are correctly migrated when both parent and child objects are selected as child objects in a Data Loader Pro job.

Lookup Key Sorting Fix in Feature Commit

A fix was implemented to ensure the sorting field defaults to the lookup key during feature commit creation. The sorting field now switches to “Name” only when a lookup key field does not exist, preventing duplicate lookup keys in pull request file changes.

Dataset Loading Issue with Special Characters

Resolved an issue where datasets failed to load and got stuck at “Retrieving Iterations...” when the deployment label contained a “#” character. The label handling logic was updated to prevent URL truncation during dataset retrieval.

RBC Deployment – Invalid Field Error with Attachment Names

A fix was implemented to handle attachment names containing commas (,). Previously, deployments failed with an “Invalid Field” error when processing attachments with commas in their filenames.


nCino + DataLoader Release 25.4.3

Release Date: 19 October 2025

Connection Pool Shutdown Issue

Optimized redundant database calls to prevent connection pool shutdown errors. This enhancement ensures stable and consistent connections during data processing, eliminating the “Connection Pool Issue” encountered by users.


nCino + DataLoader Release 25.4.2

Release Date: 15 October 2025

Person Account Org

A fix has been implemented to ensure records are processed correctly in environments with Person Account–enabled orgs, preventing migration failures.

Skipping Migration for Selected Parent Records

Resolved an issue where parent records were incorrectly migrated even when the Automatic Apply Filter option was selected. The system now skips parent records as intended.

Cloning Single DataLoader Job

Addressed an issue that prevented cloned DataLoader jobs from updating records properly. Cloned jobs now retain and update data accurately.

Feature Management Versioning

Implemented a UI enhancement to ensure versioning information displays correctly within the Feature Management section.

DataLoader Pro – Invalid Query Error

Fixed an issue that occurred during job execution when no mappings were provided. The system now handles empty or null mapping values gracefully during job editing and saving.

DataLoader Pro – Circular Reference Error

Introduced a safeguard to handle empty source and destination external ID conditions, preventing circular reference errors during data processing.


nCino + DataLoader Release 25.4.1

Release Date: 5 October 2025

Person Account Org Handling

Resolved an issue that caused record failures in environments with Person Account–enabled orgs. The process now supports these orgs seamlessly.

DataLoader Extraction – Custom Query Handling

Implemented a fix to ensure that custom queries in DataLoader extractions are parsed and executed correctly, preventing query-related failures.

Attachment Processing

Addressed an issue with attachment handling in form templates to ensure smooth and reliable processing during uploads and migrations.

DataLoader Status Auto-Update

Introduced an automatic refresh mechanism to keep job status updates in sync, ensuring that the latest execution status is always displayed in real time.

Last updated

Was this helpful?