> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/release-notes/release-notes/ncino-release-notes/ncino-release-notes-26.0.md).

# nCino Release Notes 26.0

{% @mailchimp/mailchimpSubscribe cta="Sign up to receive nCino release updates!" listId="a085e26e7e" %}

## nCino - Release 26.3.10 <a href="#ncino-release-26.3.10" id="ncino-release-26.3.10"></a>

**Release Date: 06 Sep 2026**

Reliable nCino Full and Delta CI Job Execution

Resolved an issue that could cause scheduled or manually triggered nCino Full and Delta CI Jobs to fail with the **AR-1056** error. Temporary workspaces are now cleared after commits, deployments, and CI Job activities are completed. This prevents stale workspace information from affecting subsequent job executions.

## nCino - Release 26.3.9 <a href="#ncino-release-26.3.9" id="ncino-release-26.3.9"></a>

**Release Date: 30 Aug 2026**

**Corrected Feature Cloning and Version Creation**

Resolved an issue where feature version operations could incorrectly create a separate feature because the feature prefix was applied improperly. Cloning and version creation now follow the expected behavior for standard and community templates in both the existing and new user interfaces.

**Approval Setting Deletion Not Retained**

Resolved an issue where deleting an nCino approval setting for a Salesforce org was not persisted after saving. Deleted settings now remain removed when the approval configuration is reopened.

**Improved Approval Reminder and Auto-Rejection Processing**

Resolved an issue that could interrupt approval reminder processing across Salesforce orgs.\
Log handling and executor shutdown have been corrected to prevent processing failures and thread leakage. Day 7 and Day 12 reminders and Day 14 automatic rejections are now processed reliably.

**Sorting Criteria Not Saved for Commit-Only CI Jobs**

Resolved an issue where **Sorting Criteria** configured for an nCino CI Job using the **Commit Only** trigger were not saved. The configured criteria are now retained and applied during job execution.

**Improved User Interface Behavior**

Resolved multiple user interface issues affecting queue notifications, filter behavior, and filter status indicators. Feature versions now reset correctly when the selected feature changes, and clearing filters no longer causes errors. The **Apply** button also remains unavailable until the required version data finishes loading.

**Pre-Deployment Backup for All Objects**

nCino now completes the backup of all objects included in a deployment before executing any deployment changes. The deployment proceeds only after every required object is backed up successfully. If any backup fails, the deployment is stopped to ensure that a complete recovery point remains available.

***

## nCino - Release 26.3.8 <a href="#ncino-release-26.3.8" id="ncino-release-26.3.8"></a>

**Release Date: 23 Aug 2026**

**Approval Reminder and Auto-Rejection Reliability**: Resolved an issue where CI jobs awaiting approval could remain stuck indefinitely when approval detail records were missing. This fix ensures that approval reminders and auto-rejection triggers function correctly even when initial records are absent.

**Selective Feature Deployment Cancel Action**: Fixed the Cancel button behavior on the Selective Feature Deployment page to ensure users can exit the flow without unresponsiveness. The interface now correctly handles the cancellation request, allowing for a smoother navigation experience during feature selection.

**Failed Record Visibility for Baseline Revision CI Jobs**: Fixed an issue where the Failed Count link showed no records after a partially successful Deploy from Version Control CI job using Baseline Revision. Users can now correctly access and view the specific records that failed during the baseline revision deployment process.

**Data Retrieval Log Availability**: Resolved an issue where the Data Retrieval step showed “Log does not exist” even after a CI job completed successfully. This ensures that comprehensive execution logs are available for review immediately following the completion of nCino data retrieval tasks.

**In-Progress CI Job Log Messaging**: Improved log availability behavior while CI jobs are still running to provide more reliable access to execution logs. The "Log does not exist" message is no longer incorrectly displayed while build and deployment processes are actively in progress.

**Throughput Exception Reduction**: Implemented query and data-access improvements to reduce read throughput exceptions across DL and nCino components. These optimizations enhance system stability by identifying and mitigating high-frequency data access patterns that previously triggered exceptions.

**nCino New UI Code Refactoring**: Completed code refactoring work in the new nCino UI to improve maintainability and streamline the codebase. This internal cleanup enhances the performance and long-term stability of the nCino integration components within the updated user interface.

***

## nCino - Release 26.3.7 <a href="#release-notes-ncinodl-26.3.7" id="release-notes-ncinodl-26.3.7"></a>

**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 <a href="#release-notes-ncinodl-26.3.6" id="release-notes-ncinodl-26.3.6"></a>

**Release Date: 09 Aug 2026**

#### CI Job Name Display <a href="#release-notes-ncinodl-26.3.5" id="release-notes-ncinodl-26.3.5"></a>

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 <a href="#release-notes-ncinodl-26.3.5" id="release-notes-ncinodl-26.3.5"></a>

**Release Date: 02 Aug 2026**

#### Rollback Build DynamoDB Duplicate Key Error <a href="#rollback-build-dynamodb-duplicate-key-error" id="rollback-build-dynamodb-duplicate-key-error"></a>

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 <a href="#post-deployment-result-not-generated-after-rollback-with-removed-org" id="post-deployment-result-not-generated-after-rollback-with-removed-org"></a>

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 <a href="#feature-deployment-stuck-at-retrieving-dataset-support-247963" id="feature-deployment-stuck-at-retrieving-dataset-support-247963"></a>

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) <a href="#incorrect-post-deploy-logs-in-ci-jobs-new-ui" id="incorrect-post-deploy-logs-in-ci-jobs-new-ui"></a>

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 <a href="#ncino-ci-jobs-with-eca-orgs-failing-after-initial-successful-builds" id="ncino-ci-jobs-with-eca-orgs-failing-after-initial-successful-builds"></a>

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 <a href="#release-notes-ncinodl-26.3.4" id="release-notes-ncinodl-26.3.4"></a>

**Release Date: 26 July 2026**

#### Batch Size Should Not Default to Zero <a href="#batch-size-should-not-default-to-zero" id="batch-size-should-not-default-to-zero"></a>

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 <a href="#ncino-deployment-iteration-step-5-data-deployment-dynamodb-error" id="ncino-deployment-iteration-step-5-data-deployment-dynamodb-error"></a>

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 <a href="#ci-job-build-fails-with-no-default-external-id-found-error" id="ci-job-build-fails-with-no-default-external-id-found-error"></a>

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 <a href="#release-notes-ncinodl-26.3.3" id="release-notes-ncinodl-26.3.3"></a>

**Release Date: 19 July 2026**

#### Fixed Queue Item Persistence Failure During Data Retrieval Processing <a href="#dt-13651-fixed-queue-item-persistence-failure-during-data-retrieval-processing" id="dt-13651-fixed-queue-item-persistence-failure-during-data-retrieval-processing"></a>

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 <a href="#release-notes-ncinodl-26.3.2" id="release-notes-ncinodl-26.3.2"></a>

**Release Date: 12 July 2026**

#### Feature Migration API triggered repeatedly <a href="#dt-13608-feature-migration-api-triggered-repeatedly" id="dt-13608-feature-migration-api-triggered-repeatedly"></a>

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 <a href="#dt-12925-ncino-user-type-not-retained-in-edit-mode" id="dt-12925-ncino-user-type-not-retained-in-edit-mode"></a>

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 <a href="#dt-13574-post-deployment-status-mismatch-between-new-ui-and-old-ui" id="dt-13574-post-deployment-status-mismatch-between-new-ui-and-old-ui"></a>

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 <a href="#dt-13629-deploy-from-version-control-failed-while-loading-external-id-mappings" id="dt-13629-deploy-from-version-control-failed-while-loading-external-id-mappings"></a>

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 <a href="#release-notes-ncinodl-26.3.1" id="release-notes-ncinodl-26.3.1"></a>

**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 <a href="#release-notes-ncinodl-26.2.13" id="release-notes-ncinodl-26.2.13"></a>

**Release Date: 28 June 2026**

#### Latest Templates and Versions Sorting in CI Jobs Features Dropdown  <a href="#latest-templates-and-versions-sorting-in-ci-jobs-features-dropdown-dt-13172" id="latest-templates-and-versions-sorting-in-ci-jobs-features-dropdown-dt-13172"></a>

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 <a href="#consistent-deploy-destination-org-dropdown-across-uis-dt-13458" id="consistent-deploy-destination-org-dropdown-across-uis-dt-13458"></a>

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 <a href="#external-field-mappings-retained-for-post-approval-deployments-dt-13356" id="external-field-mappings-retained-for-post-approval-deployments-dt-13356"></a>

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 <a href="#accurate-deployment-status-for-dataset-retrieval-in-deployment-history-dt-13476" id="accurate-deployment-status-for-dataset-retrieval-in-deployment-history-dt-13476"></a>

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 <a href="#vc-to-vc-commit-deployment-to-org-fix-dt-13459" id="vc-to-vc-commit-deployment-to-org-fix-dt-13459"></a>

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 <a href="#custom-field-exclusion-for-cleaner-ncino-commits-and-deployments" id="custom-field-exclusion-for-cleaner-ncino-commits-and-deployments"></a>

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.&#x20;

#### Rollback Enabled for Partially Successful Deployments <a href="#rollback-enabled-for-partially-successful-deployments" id="rollback-enabled-for-partially-successful-deployments"></a>

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 <a href="#fixed-undefined-error-when-opening-ci-jobs-in-old-ui" id="fixed-undefined-error-when-opening-ci-jobs-in-old-ui"></a>

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 <a href="#improved-notification-email-visibility-in-preview-screens" id="improved-notification-email-visibility-in-preview-screens"></a>

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.&#x20;

***

## nCino - Release 26.2.11 <a href="#release-notes-ncinodl-26.2.11" id="release-notes-ncinodl-26.2.11"></a>

**Release Date:** **14 June 2026**

#### nCino Retention Policy Fix <a href="#dt-13273-ncino-and-dl-data-retention-policy-fix" id="dt-13273-ncino-and-dl-data-retention-policy-fix"></a>

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 <a href="#dt-13427-classic-ui-deployment-approval-settings-not-loading" id="dt-13427-classic-ui-deployment-approval-settings-not-loading"></a>

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 <a href="#multi-level-approvals-for-ncino-deployments-and-commits" id="multi-level-approvals-for-ncino-deployments-and-commits"></a>

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

  <figure><img src="/files/3Pud1IvnsjuKrOX57jfZ" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/GqiwRBiac5h8cEd4hdS2" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/W28u95G7s77AywK44Ewp" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/qfj3w2rjw4LtKGw4ybdJ" alt=""><figcaption></figcaption></figure>
* **Feature Deployment Approver Selection**

  <figure><img src="/files/WGNFP9kgOLpQh2EZm2XJ" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/Gdy05IHRYNmiPjmq3SVh" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/VWljz4IwHee3Xx5p473x" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/q31Pfvqn6j6Pir9AFaCo" alt=""><figcaption></figcaption></figure>
* 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**

  <figure><img src="/files/P8FmEbIKjXtL6Q6wxcuR" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/STtVO2lAh0JTvddtu3il" alt=""><figcaption></figcaption></figure>

  **Feature Deployment Flow**

  <figure><img src="/files/EzgOpqCaiz8aSt8Yt8BU" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/SHW06s2RBc9n6qrY6gSW" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/hw4BmBiqN4HKMiQnG4F2" alt=""><figcaption></figcaption></figure>
* 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 <a href="#rbc-deployment-label-name-auto-population" id="rbc-deployment-label-name-auto-population"></a>

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 <a href="#ci-job-history-pagination-shows-stale-data-on-back-navigation" id="ci-job-history-pagination-shows-stale-data-on-back-navigation"></a>

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 <a href="#removed-salesforce-org-persists-in-post-deployment-activities-after-navigation" id="removed-salesforce-org-persists-in-post-deployment-activities-after-navigation"></a>

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 <a href="#ci-job-history-pagination-shows-stale-data-on-back-navigation" id="ci-job-history-pagination-shows-stale-data-on-back-navigation"></a>

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**&#x20;

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 <a href="#feature-deployment-status-handling" id="feature-deployment-status-handling"></a>

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 <a href="#staging-deployment-data-scope" id="staging-deployment-data-scope"></a>

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 <a href="#selective-re-deployment-external-id-mappings" id="selective-re-deployment-external-id-mappings"></a>

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 <a href="#batch-size-support-for-data-migration" id="batch-size-support-for-data-migration"></a>

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 <a href="#feature-deployment-screens-template-batch-size-handling" id="feature-deployment-screens-template-batch-size-handling"></a>

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 <a href="#forms-manager-template-deployment" id="forms-manager-template-deployment"></a>

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.&#x20;

***

## nCino - Release 26.1.3

**Release Date:** **18 January 2026**

#### **Query Editor Validation Fix (nCino)** <a href="#query-editor-validation-fix-ncino" id="query-editor-validation-fix-ncino"></a>

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** <a href="#version-control-source-reset-in-ci-jobs" id="version-control-source-reset-in-ci-jobs"></a>

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** <a href="#single-dataloader-limit-value-persistence-issue" id="single-dataloader-limit-value-persistence-issue"></a>

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** <a href="#dataloader-extract-download-performance-improvement" id="dataloader-extract-download-performance-improvement"></a>

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** <a href="#ncino-object-migration-with-rollback-stability-fix" id="ncino-object-migration-with-rollback-stability-fix"></a>

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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/release-notes/release-notes/ncino-release-notes/ncino-release-notes-26.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
