V6 Dealer Release Notes - Sprint 07-09
Document No. 07-09 | Release Date 24-September-2026
Author: Pramod Keeliputti
Cyncly Group
Audience
This document is intended for use by Cyncly V6 and Dealer customers. The use of this document or the Cyncly products described in this document is subject to the Cyncly Terms of Trade and the Cyncly End User License Agreement (EULA).
Table of Contents
- This release
- Deployment
- Macros
- Frame Configuration (API)
-
New Features and Enhancements
- Default change notification
- Enhanced Quote and Purchase Order Reports
- Improved Ticket Notification Emails with Record Details and Supplier Links
- Markdown rendering for Terms & Conditions in reports
- Updated Draft Report Notification Message
- Dealer Link Reverse Proxy Model
- V6 Server Rewrite
- Dealer Link now compatible with Azure-hosted APIs (Linux App Service)
- TypeScript 7 conversion — DealerUI frontend
- KuakaTest migrated to Linux App Service
- Vite 8 build-performance upgrade — DealerUI frontend
- License Server - Feature Flag for Fabricator
- Improved Dealer Network Page Loading
- Bug Fixes - Known Issues
- In Development / Design
- Development Maintenance
This release
This release of V6 Dealer Web Module introduces several enhancements.
Version release SP09 (Sprint 07-09)
Sprint 07-09 Release Build No: 2026-SP09
Minimum V6 version requirements
| Component | Version |
|---|---|
| V6 | 1.10.89.1008 |
| Macros | 13.1.21+ |
| Frame Config | 3.0.13 |
| Dealer Link | V3.0.0.2 |
Deployment
| Details | Reference |
|---|---|
Ready to deploy to Client EnvironmentsBefore deployment, clients are responsible for testing all new functionality and features outlined in the Release Notes within their DEV and TEST environments.
|
Macros
| Details | Reference |
|---|---|
ver 13.1.9 (2026-SP07)Changes:
ver 13.1.9 (2026-SP08)Changes:
ver 13.1.11 (2026-SP09)Changes:
Experimental / preview —
Dealer bindings — CONFIGURATION Public Function UseNativeDealerAttributes() As Boolean
Return False
End Function
|
Frame Configuration (API)
| Details | Reference |
|---|---|
v3.0.4 (2026-SP08)
changes
|
|
New Features and Enhancements
| Details | Reference | |
|---|---|---|
| 1 |
Default change notificationApplying quote defaults across line items no longer silently discards Supplier Price Adjustments during V6 frame recalculation.
|
PBI 227154 |
| 2 |
Enhanced Quote and Purchase Order ReportsQuote and Purchase Order reports now include additional author information for greater detail and clarity. What's changed?
|
PBI 228280 |
| 3 |
Improved Ticket Notification Emails with Record Details and Supplier LinksSupport Ticket and Custom Item Ticket notification emails now identify the dealership, branch, and quote that each ticket relates to, so recipients can see at a glance which record is affected. Supplier recipients also receive secure bridging links that open the referenced content directly in the supplier portal. |
PBI 228281 |
| 4 |
Markdown rendering for Terms & Conditions in reportsSummaryTerms & Conditions now render with proper formatting in generated reports. Previously, when the Terms & Conditions text contained markdown (for example What changed
Technical detail
Scope / limitations
User impact
|
PBI 228742 |
| 5 |
Updated Draft Report Notification MessageUpdated the draft report notification message by removing the reference to the watermark. This change provides more consistent wording, as users have the option to disable the display of the draft watermark on reports. |
PBI 229135 |
| 6 |
Dealer Link Reverse Proxy ModelDealer Link 3.0.0.1 introduces a reverse-connection model. Dealer Link now connects outbound to Dealer over gRPC, instead of hosting a server that Dealer connects into.
|
PBI 229267 |
| 7 |
V6 Server RewriteThis release re-platforms the V6 service that the Dealer platform depends on by moving from per-worker isolated sandboxes to a shared resource pool with load-balanced worker threads, and extends the Dealer-facing COM surface. It builds on the V6 Team's shared resource-pool refactor.
1. Load-balanced threaded service (#229531)
2. Concurrency hardening (#229531)
3. Dealer COM surface (#229699, #229746)
StatusThroughput and memory gains are proven and tested. Concurrency hardening is ongoing; one rare, timing-dependent fault remains under active investigation. Repeated full-saturation stress testing continues before production sign-off. |
PBI 229503 PBI 229531 PBI 229699 PBI 229746 |
| 8 |
Dealer Link now compatible with Azure-hosted APIs (Linux App Service)Dealer Link connects to the cloud dealer and supplier API over gRPC (HTTP/2) to dispatch V6 work to the on-prem engine. Azure Windows App Service cannot proxy inbound HTTP/2, so it downgraded the gRPC stream to HTTP/1.1 and rejected Dealer Link’s reverse-worker connection (502), preventing work from reaching V6. Resolved by hosting the dealer and supplier APIs on Azure Linux App Service (three platform settings: Rolled out per environment as each customer’s APIs move to Linux (dev/Kuaka first). Windows hosting remains available for rollback. |
PBI 229812 |
| 9 |
TypeScript 7 conversion — DealerUI frontendMigrated the Dealer UI frontend from the rollup bundler (which embedded the TypeScript compiler and blocked TypeScript 7) to Vite, with type-checking split into a fast standalone TypeScript 7 (native/tsgo) gate. Updated the codebase to be fully clean under TS7 semantics (201 errors → 0), and ensured all build targets now build and type-check from a single command.
|
PBI 229825 |
| 10 |
KuakaTest migrated to Linux App ServiceMigrated the KuakaTest ( The migration was completed side-by-side with a live cutover. New Linux apps were provisioned with the required HTTP/2 and gRPC-proxy settings, deployed via the pipeline as a portable artifact, and then hostnames, managed certificates, and DNS were flipped over. The Dealer Link reverse worker now connects (V6 health green), and both API hostnames serve HTTPS. The Windows apps were left stopped but intact for rollback. Produced a repeatable, scripted Windows to Linux migration procedure to roll the remaining customer environments onto Linux. |
PBI 229833 |
| 11 |
Vite 8 build-performance upgrade — DealerUI frontendUpgraded the DealerUI frontend build from Vite 6 to Vite 8 (Rolldown/Oxc). Fully removed Rollup (including DealerConnect), collapsed the SCSS pipeline to a single compile, and moved the development workflow to native Vite
|
PBI 229845 |
| 12 |
License Server - Feature Flag for FabricatorFabricator workflow onboarding is now gated per supplier. The Enable Fabricator Workflow option is available only to suppliers entitled to the feature. Other suppliers continue to onboard tenants with the Standard workflow and do not see the fabricator option. This keeps the fabricator workflow hidden until it is released and available only to suppliers licensed for it. |
PBI 229883 |
| 13 |
Improved Dealer Network Page LoadingThe Dealer Network page in the Supplier portal now loads smoothly. A loading indicator is shown while your dealership network is retrieved, the page stays responsive while loading, and large dealer networks load noticeably faster. |
PBI 229940 |
Bug Fixes - Known Issues
| Details | Reference | |
|---|---|---|
| 1 |
Purchase orders with delivery dates not showing on delivery pipeline (Dealer Dashboard)A tooltip has been added to the delivery pipeline to clarify when upcoming purchase orders are expected to be displayed. |
Bug 227462 |
| 2 |
Fixed Incorrect License Counts in Supplier Portal Dashboard and Dealer NetworkSummaryThe supplier Active Licenses dashboard widget displayed Root causeThe license figures are aggregated from the cached franchisee/tenant payload. Two classes of missing data were silently producing
What changed
User-facing impact
Risk / scope
|
Bug 228985 |
| 3 |
Inactive users visible on assignee dropdown for support ticketsThe Assigned To dropdown on the Supplier Support page previously listed all users, including inactive users, allowing support tickets to be assigned to users who were no longer active. This has been corrected so that new assignments can only be made to active users. What's changed?
|
Bug 229142 |
| 4 |
Improved Cancel Project DialogUpdated the button labels in the Cancel Project dialog with clearer and more intuitive wording, making the available actions easier for users to understand when cancelling a project. |
Bug 229227 |
| 5 |
Add Client dialog improvementUpdated the validation message in the Add Client dialog to ensure terminology is consistent with the associated field names. |
Bug 229330 |
The following items are 'work in progress' that may surface in upcoming sprints.
In Development / Design (work in progress)
| No. | Details | Reference |
|---|---|---|
| 1 | Multi-language support (French Translation) | PBI 225169 |
| 2 | Option Pricing | PBI 225293 |
| 3 | CRM Integration (Zoho) | PBI 225297 |
| 4 | Add functionality for Cyncly Support to be able to change status of quotes | PBI 226385 |
| 5 | Relocate Delivery Pipeline to its own tab | PBI 227459 |
| 6 | Add tool to mirror/merge Client and Manufacturer Notes | PBI 228284 |
| 7 | Add more column sorting on list page tables | PBI 228286 |
| 8 | Power User to be able to delete Active quotes | PBI 228288 |
| 9 | Dealer Demo Database (review and optimize) | PBI 228374 |
| 10 | FPB1 - Fabricator Foundation, Quote Approval, and Fabrication Job Management | PBI 228563 |
| 11 | FPB2 - Fabrication - Optimization | PBI 228564 |
| 12 | FPBI4 - Fabrication Purchase Orders | PBI 228570 |
| 13 | FBI5 - Issue Fabrication Purchase Order to Supplier | PBI 228571 |
| 14 | Add ability to paste image into thumbnail in custom item | PBI 228794 |
| 15 | ATS : Setup Test Framework | PBI 228847 |
| 16 | V6-414 - Multi-Required Date Orders (MRD) - CPQ | PBI 229232 |
| 17 | AI take-off Data Extraction Tool - Research & POC | PBI 229237 |
| 18 | ATS Client Section scripts | PBI 229379 |
Development Maintenance
| No. | Details | Hrs | Reference |
|---|---|---|---|
| 1 |
SP06-2026 QA Regression Testing SummaryCompleted manual regression testing on the sprint cut to validate core functionality and identify potential regressions prior to release. Areas covered:
The regression suite focused on confirming that existing functionality remained stable following sprint changes. Results were documented, and defects were raised where required. |
56 | PBI 229290 |
| 2 |
SP07-2026 QA Regression Testing SummaryCompleted manual regression testing on the sprint cut to validate core functionality and identify any potential regressions prior to release. Areas covered:
The regression suite focused on confirming existing functionality remained stable following sprint changes, with results documented and defects raised where required. |
35.5 | PBI 229477 |
| 3 |
SP08-2026 QA Regression Testing SummaryCompleted manual regression testing on the sprint cut to validate core functionality and identify any potential regressions prior to release. Areas covered:
The regression suite focused on confirming existing functionality remained stable following sprint changes, with results documented and defects raised where required. |
40.5 | PBI 229797 |
| 4 | Deploy 2025-SP23.26 to customer environments | 5.5 |
PBI 229338 PBI 229340 PBI 229461 PBI 229622 PBI 229623 PBI 229624 |
| 5 | Sprint Code Deployment Automation | 52.5 | PBI 229369 |
| 6 | Assess System-wide consistency of modals and buttons | 1.5 | PBI 229403 |
| 7 | SSI Items Supplier Price Adjustments | 1 | PBI 229640 |
| 8 | Customer - Solution Design | 2 | PBI 229938 |
| 9 | Deployment Platform Release | 22.45 | PBI 229944 |
Copyright 2026 Soft Tech - A Cyncly Company. All Rights Reserved Worldwide.
No part of this document may be reproduced by any means, translated to any electronic medium, stored in a retrieval system, or transmitted, in any form or by any means electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of Soft Tech.