For the complete documentation index, see llms.txt. This page is also available as Markdown.

nCino Release Notes 26.0

Sign up to receive nCino release updates!
By clicking Subscribe, you agree to the processing of your email address in accordance with our privacy policy.

nCino - Release 26.3.7

Release Date: 16 Aug 2026

Feature Version Cleanup

Deleting a feature version now also removes its related entry from the featureVersionChangeLog table. This keeps version history data aligned with actual records and helps prevent stale audit entries from remaining behind.

CI Job History Build Number Validation

In nCino CI Job History, the Build Number filter now handles invalid non-numeric input more safely. Users are prevented from triggering backend numeric conversion errors when searching with alphabetic values in that field.

nCino CI Jobs Pagination

Pagination behavior in the nCino CI Jobs listing has been corrected for more reliable page navigation. Users can move across job records more consistently and review multi-page results without missing or incorrectly displayed data.

Sorting Criteria Field Availability

Field-based sorting in nCino Deployments and CI Jobs now properly loads available fields instead of showing “No fields found.” This restores the ability to configure object-level sorting rules needed for ordered execution and deployment control.


nCino - Release 26.3.6

Release Date: 09 Aug 2026

CI Job Name Display

Fixed an issue in nCino CI Jobs where the Job Name field appeared blank while editing an existing job, even though a valid name had already been saved. The field now loads correctly in the edit form, making it easier for users to review and update job settings without risking accidental overwrites.

Deployment History Commit Stability

Resolved a NullPointerException in nCino Deployment History that occurred during commit actions when a feature deployment iterator reference was missing. This fix restores a more reliable commit experience and helps ensure deployment history operations complete without unexpected failures.


nCino - Release 26.3.5

Release Date: 02 Aug 2026

Rollback Build DynamoDB Duplicate Key Error

Resolved a rollback build failure caused by a DynamoDB exception ("Provided list of item keys contains duplicates"). Rollback operations after CI Job execution now handle item keys correctly without passing duplicates to the DynamoDB API.

Post Deployment Result Not Generated After Rollback with Removed Org

Fixed a bug where removing a pre-selected Post Deployment Org before initiating rollback would result in no Post Deployment Result being generated. The rollback now correctly produces execution results for all selected orgs.

Feature Deployment Stuck at Retrieving Dataset

Addressed a customer-reported issue where nCino Feature Deployment failed with "sfOrg is null" and became stuck at the dataset retrieval stage. The root cause was related to HTML content on the object.

Incorrect Post-Deploy Logs in CI Jobs (New UI)

Fixed a display issue in the new UI where viewing Post-Deploy logs incorrectly showed deployment logs instead of the specific post-deploy org execution details.

nCino CI Jobs with ECA Orgs Failing After Initial Successful Builds

Resolved an issue where scheduled nCino CI jobs using ECA (External Connected App) OAuth-based org connections would fail after a few successful runs. The failure was caused by OAuth token expiry or refresh token issues during subsequent scheduled executions. Token refresh now works reliably across repeated builds.


nCino - Release 26.3.4

Release Date: 26 July 2026

Batch Size Should Not Default to Zero

Fixed an issue where the batch size field was auto-populated with zero by default. The batch size field will no longer be pre-filled with a value in all areas involving data migration.

[nCino] Deployment Iteration – Step 5 Data Deployment DynamoDB Error

Resolved a failure in Step 5 – Data Deployment during Feature Deployment using Deploy from Template Configuration. The deployment was failing with a DynamoDB error due to an empty attribute. Data Deployment now completes successfully without DynamoDB validation errors.

CI Job Build Fails with "No Default External ID Found" Error

Fixed a CI Job build failure that occurred during Step 2 – Object Configuration when using Deploy using Salesforce and Version Control. The build was throwing an exception, causing the entire CI Job to fail. The object configuration step now handles this scenario correctly.


nCino - Release 26.3.3

Release Date: 19 July 2026

Fixed Queue Item Persistence Failure During Data Retrieval Processing

Resolved an exception that occurred when writing queue items to DynamoDB due to a null attribute in the table schema mapping. Queue items are now persisted successfully even when optional fields are absent, preventing queue processing interruptions.

Fixed "Request Parameter: empty/null" Error in nCino CI Job Creation

Fixed an issue where creating a CI Job with Deploy from VC Configuration displayed a generic "Request Parameter: empty/null" error when External ID Mappings were not fully loaded. The application now handles the loading state properly before allowing users to proceed.

Fixed Incorrect Post-Deployment Org Status in nCino CI Jobs

Corrected the job status reporting for nCino CI Jobs where individual post-deployment org status was shown as "Success" instead of "Partially Successful" when one or more post-deployment orgs encountered failures. The status now accurately reflects mixed outcomes.

Fixed nCino Feature Deployment Stuck at Retrieving Dataset

Resolved an issue where nCino jobs would stall in the queue during the Retrieving Dataset step, even after removing and re-initiating the job. The fix ensures dataset retrieval proceeds without requiring an instance restart.

Hidden nCino-Specific Settings for Non-nCino Customers

Fixed a visibility issue where nCino-specific approval and notification options (e.g., Data Deployment Approval, Commit Approval) were displayed under Settings → My Account and Settings → Notifications for non-nCino customers. These sections are now hidden for tenants without the nCino module.

Fixed Dataset Creation Failure with "Repository/Branch/UniqueId details not found"

Resolved an error where dataset creation failed with "Repository/Branch/UniqueId details not found" when using Version Control using Salesforce Org as the source type in nCino Deployments. Datasets are now generated successfully with the correct configuration.


nCino - Release 26.3.2

Release Date: 12 July 2026

Feature Migration API triggered repeatedly

Fixed an issue where the 1.0?completeInfo=true API was triggered repeatedly during Feature Migration until the action was cancelled. The call now runs only as intended, reducing unnecessary server load and UI confusion.

nCino user type not retained in Edit Mode

Fixed an issue in Super Admin where the selected nCino user type was not retained after saving. The saved value now remains correctly set in Edit Mode across both Old and New UI.

Post-deployment status mismatch between New UI and Old UI

Resolved an inconsistency where the New UI showed post-deployment orgs as Success and displayed No Objects found while deployment was still in progress. Deployment status messaging is now consistent across both UIs.

Deploy from Version Control failed while loading External ID Mappings

Fixed an issue where deployment from Version Control could fail for Salesforce Org sources because the External ID Mappings API returned a backend exception when featureName was null. External ID Mappings now load correctly and no longer block deployment.


nCino - Release 26.3.1

Release Date: 05 July 2026

nCino CI Job Failure Due to DynamoDB Throughput Error

Fixed an issue where nCino CI job builds failed with a DynamoDB throughput capacity error during build status updates. The system now handles DynamoDB auto-scaling scenarios gracefully, preventing job failures under high-throughput conditions.

Feature Version Creation Error Fix

Resolved an error where creating a new version for an existing feature failed with the message "No feature with name [Feature Name]-." The feature versioning flow now correctly identifies and resolves the feature name, allowing new versions to be created without errors.


nCino - Release 26.2.13

Release Date: 28 June 2026

Latest Templates and Versions Sorting in CI Jobs Features Dropdown

The Features template list and the related Version/Versions dropdown in CI Jobs and Feature Deployments now display the most recently changed items first. This allows users to quickly locate and select the latest updated template and version without scrolling through the entire list.

Consistent Deploy Destination Org Dropdown Across UIs

Fixed an inconsistency where the Deploy – Dest Org dropdown in the New UI listed the source org as a selectable target, while the Old UI did not. The behavior is now aligned across both UIs to prevent accidental same-org deployments and eliminate user confusion.

External Field Mappings Retained for Post-Approval Deployments

Fixed an issue where configured external field mappings were missing when deploying a dataset from Deployment History after it had passed the approval process. All mapped fields are now correctly applied during post-approval deployments.

Accurate Deployment Status for Dataset Retrieval in Deployment History

Fixed an issue where performing a dataset retrieval (without an actual deployment) incorrectly showed the status as Success in Deployment History. The status now accurately reflects that only retrieval was performed, preventing misleading audit and release validation records.

VC-to-VC Commit Deployment to Org Fix

Fixed an issue where a successful VC-to-VC commit was followed by a deployment failure with the error "No objects were retrieved for label: {}". The deployment process now correctly retrieves committed components and completes successfully.


nCino - Release 26.2.12

Release Date: 21 June 2026

Custom Field Exclusion for Cleaner nCino Commits and Deployments

Users can now exclude unwanted Salesforce system fields during nCino commit and deployment review — reducing noise in pull requests and keeping change reviews focused on meaningful business changes.

Rollback Enabled for Partially Successful Deployments

Rollback is now available when a deployment partially succeeds before hitting an error. Previously, any error incorrectly blocked rollback for components that deployed successfully.

Fixed Undefined Error When Opening CI Jobs in Old UI

Resolved a blocking undefined error that appeared when navigating to CI Jobs in the Old UI. CI Jobs now load correctly.

Improved Notification Email Visibility in Preview Screens

Long notification email addresses in the Deployment and CI Jobs Preview screens now wrap properly instead of being truncated, making it easier to verify notification recipients.


nCino - Release 26.2.11

Release Date: 14 June 2026

nCino Retention Policy Fix

Fixed missing components in the data retention policy for nCino. Single DataLoader bulk file deletion was not being executed, and nCino S3 backup deletions were targeting the wrong bucket. ARM data retention settings now apply to nCino by default without requiring a separate checkbox.

Classic UI Deployment Approval Settings Not Loading

Fixed a blocking issue where the Deployment Approval settings fragment in the Classic UI failed to load due to an API error. Admins can now access and configure deployment approval settings under My Account as expected.


nCino - Release 26.2.10

Release Date: 7 June 2026

Multi-Level Approvals for nCino Deployments and Commits

Introduced a configurable multi-level approval workflow for nCino Data Deployments and nCino Commits, enabling organizations to define Level 1 (L1) and Level 2 (L2) approvers for deployment and commit activities.

Key Highlights:

  • Configure L1 and L2 approvers at the branch level.

  • CI JOBs Approver Selection

  • Feature Deployment Approver Selection

  • Approval requests are automatically sent to designated approvers via email.

  • Supports one-approver completion logic, where approval from any configured approver completes the respective approval stage.

    CI JOB Approvals Flow

    Feature Deployment Flow

  • Provides approval status notifications, approval reports, and deployment progress updates.

  • Includes approval history with approver details, approval status, and comments.

  • Automatically rejects pending approval requests after 14 days of inactivity.

  • Supports reminder notifications for pending approvals before expiration.

  • Prevents users from approving deployments or commits that they created themselves.

  • Provides end-to-end visibility into approval status through deployment and commit workflows.

RBC Deployment Label Name Auto-Population

Fixed an issue where the deployment label name was not auto-populating with the selected Feature/Template name during RBC deployments in the new UI. The label name now auto-fills as expected, matching the old UI behavior.


nCino - Release 26.2.8

Release Date: 24 May 2026

CI Job History Pagination Shows Stale Data on Back Navigation

The pagination now properly refreshes and displays the most up-to-date job data when navigating back and forth, including any newly completed jobs.

Removed Salesforce Org Persists in Post-Deployment Activities After Navigation

The removed org is now correctly cleared and no longer reappears after navigating back and forth during CI Job creation.


nCino - Release 26.2.7

Release Date: 17 May 2026

CI Job History Pagination Shows Stale Data on Back Navigation

Code refactoring for the Feature Commit History module in the New UI, improving maintainability and code quality.

Create Feature: New UI Code Refactoring

Code refactoring for the Create Feature module in the New UI, improving maintainability and code quality.

nCino - Release 26.2.6

Release Date: 10 May 2026

Create Branch from Feature Deployment

Users can now create a new branch in Version Control directly from the Feature Deployment screen via a new "+" button next to the Branch field. This eliminates the need to navigate to Admin → VC Repos, reducing context switching.

Null-Safety Fix for nCino Operations

Fixed a null pointer exception with proper null-safety checks during nCino operations.

New UI Deployment Screen Freeze Fix

Fixed the New UI deployment screen freezing when encountering unsupported sObject types. The UI now correctly blocks deployment and stays responsive, matching Old UI behavior.

CI Build Results Object Click Error Fix

Fixed a "Request parameters are empty/null" error in the New UI when clicking on objects in successful CI Build Results, which was caused by incorrect API parameter passing.

Build Trigger Dialog Auto-Close Fix

Fixed the build trigger dialog not auto-closing after a build is successfully queued. The dialog now dismisses automatically.


nCino - Release 26.2.5

Release Date: 03 May 2026

Selective Deployment Download Scope Fixed an issue where downloading data from a selective deployment iteration exported the entire dataset instead of only the records belonging to that iteration. Downloads now correctly scope to the current iteration.


nCino - Release 26.2.4

Release Date: 26 April 2026

Server start issue on data retention bucket update Server failed to start when the data retention bucket was updated in the installation file. Fixed to handle bucket configuration changes gracefully.

nCino Delta jobs failing Delta-based CI Jobs were incorrectly migrating extra objects, causing upsert failures on parent field updates. Fixed delta logic to deploy only the intended object.

Re-login prompt for sub-users without Commit History access Sub-users without Commit History permission were shown commit-related actions and prompted to re-login on click. Fixed to hide these options for users lacking the required permission.

Compare for sub-users Sub-users with Feature Deployment and Deployment History access received a 401 Unauthorized error on Compare. Fixed authorization to allow Compare for users with correct permissions.

Sub-user permission and roles issue in new UI Feature Deployment module was visible to sub-users even without permission, and granting creation access didn't auto-grant history access. Fixed permission enforcement and default role assignment.

Field Configuration RBC failures Parent Route values were being cleared during deployment when multiple references to the same parent existed. Also fixed self-referencing parent Screen Sections not being picked up.


nCino - Release 26.2.3

Release Date: 26 April 2026

Re-login prompt when going to nCino Deployment History tab in new UI

  • Non-admin users were prompted to re-login when accessing the Deployment History tab in the nCino module on the new UI. After re-login, they still could not view the module. This issue did not occur in the old UI. Fixed to allow proper access without re-login prompts.

nCino Rollback not working

  • nCino CI Job rollback was failing because the agent could not locate the required backup directory from the previous build. The baseline revision was also incorrectly updating on failed/partial/rollback builds. Fixed rollback flow and ensured baseline revision only updates on successful deploy builds.


nCino - Release 26.1.13

Release Date: 29 March 2026

Streamlined Feature Migration Logging

HTTP response bodies are no longer logged in standard logs. Logging now captures only essential details such as status, endpoint, request ID, and response time—reducing log noise and improving security.


nCino - Release 26.1.11

Release Date: 15 March 2026

View Dataset Pagination Improvement

Pagination has been improved in the View Dataset functionality to ensure records are retrieved and displayed in paginated responses instead of loading the entire dataset at once. This enhancement improves performance and reduces response times when working with large datasets.

Feature Management – Change Log Action Stability Fix

An issue was resolved in the Feature Management module where clicking the Change Log action triggered a console error in the New UI. The issue occurred due to an undefined reference while accessing the change log data. This has been fixed, and the Change Log action now loads correctly without any console errors.

Compare Module – Icon Update

The icons for Global Compare and Field-Level Compare in the Compare module have been updated with new icons to improve visual clarity and consistency in the user interface.


nCino - Release 26.1.8

Release Date: 22 February 2026

CI Jobs & Feature Deployment – Version Control Merge Enhancement

Enhanced version control behavior to ensure data from CI Jobs & Feature Deployment branches is seamlessly merged into the intended target branches. Merging into the same source branch is now restricted to prevent unintended updates.

CI Jobs – “Features” Selection Improvement

Resolved an issue with the select all “Features” functionality in CI Jobs to ensure accurate and seamless selection of all available features.


nCino - Release 26.1.7

Release Date: 15 February 2026

Relational Compare – Select All Fix

Resolved an issue where selecting “All” in Parent or Child relational compare was staging all object records instead of only the related records. The logic has been corrected to ensure only the relevant, user-selected records are included.

Data Comparison Step Status Display Fix

Fixed an issue where the Data Comparison step was not marked as completed. The correct current step is now updated in staging iteration details, and irrelevant steps are skipped in the UI.


nCino - Release 26.1.5

Release Date: 01 February 2026

Feature Deployment Status Handling

An issue was resolved where a feature deployment could remain stuck in an IN PROGRESS state even after successful execution, blocking subsequent deployments. The deployment status handling logic has been corrected to ensure the final state transitions properly, preventing further deployment or integration blocks.

Staging Deployment Data Scope

An issue was fixed where deployments triggered after staging would incorrectly process the entire dataset instead of only the staged data. The deployment logic has been updated to ensure the latest staging iteration is correctly used during deployment.

Selective Re-Deployment – External ID Mappings

An issue was resolved where External ID mappings were not loading during selective re-deployment iterations. The fix ensures External ID mappings are correctly stored and retrieved as part of the dataset, enabling accurate re-deployments.


nCino - Release 26.1.4

Release Date: 25 January 2026

Batch Size Support for Data Migration

Reintroduced the Batch Size option for data migration to process records in controlled batches, helping manage system load and ensure proper trigger execution during create or update operations in the target org.

Feature Deployment – Screens Template Batch Size Handling

Resolved an issue where enabling a batch size during the Screens template deployment caused failures by adding validation for CSV file size limits in bulk operations.

Forms Manager Template Deployment

Resolved an issue where Forms Manager template deployments remained stuck in an In Progress state by correcting the handling of self-referenced records during entry object data retrieval.


nCino - Release 26.1.3

Release Date: 18 January 2026

Query Editor Validation Fix (nCino)

Resolved an issue where valid queries entered in the Query Editor were incorrectly rejected with a validation error, preventing query execution during template configuration.

nCino CI Job Deployment Consistency Fix

Resolved an issue where the same nCino template produced inconsistent results between Deployment and CI Jobs. The fix ensures consistent behavior by correcting record type ID update logic during nCino CI job deployments.


nCino + DataLoader - Release 26.1.2

Release Date: 11 January 2026

Clone Version – Bucket Filter Retention

Fixed an issue where filters applied to entry objects were not retained when switching between buckets in a cloned version, ensuring filter configurations persist consistently across buckets.

Create Version – Entry Object Query Not Retained Across Object Sets

Fixed an issue where entry object filter queries from the original version were not fully populated when creating a new version of a multi-bucket feature template. The filter queries are now consistently carried forward for all object sets during version creation.


nCino - Release 26.1.1

Release Date: 04 January 2026

Version Control Source Reset in CI Jobs

Resolved an issue where source details were not refreshed when changing the source type or repository during CI Job editing. The source configuration now resets correctly, ensuring accurate and consistent setup.

Single DataLoader – Limit Value Persistence Issue

Fixed an issue where an unintended record limit was applied to subsequent Single DataLoader jobs. The system now correctly resets and applies record counts and limits when running jobs again or switching between extract, insert, and update operations with new CSV files.

DataLoader Extract – Download Performance Improvement

Improved the performance of the DataLoader Extract file download process. The download now initiates promptly upon user action, reducing extended pending time and ensuring faster response and file availability compared to earlier behavior.

nCino Object Migration with Rollback – Stability Fix

Resolved an issue where nCino object migrations failed during rollback-enabled feature deployments. The rollback process has been stabilized to prevent errors and ensure successful execution during rollback builds.

Last updated

Was this helpful?