Dynamics 365 Integrations: Enhanced Tools in KingswaySoft 26.2

Dynamics 365 Integrations: Enhanced Tools in KingswaySoft 26.2

KingswaySoft 26.2 improves Dynamics 365 integrations, including Dynamics 365 Sales, Dataverse, Business Central, and Finance & Operations, with other business systems. The release strengthens audit log extraction, workflow action support, OAuth authentication, metadata handling, Business Central attachments, and real-time SSIS package execution.

For Dynamics 365 users, these updates can make existing integrations more reliable while addressing several specific errors and compatibility issues. The release also adds Business Central version 28 support, prepares Exchange Online integrations for the move from EWS to Microsoft Graph, and expands connectivity through the KingswaySoft JDBC Driver Pack.

Want a powerful no-code Dynamics 365 Integration Tool?

Talk to our experts and learn how the SSIS Integration Toolkit and other products can simplify integrations and keep your apps connected.

Contact Us

 

Key Highlights

  • The SSIS Integration Toolkit includes several performance, authentication, metadata, and error-handling improvements for Dynamics 365 and Microsoft Dataverse.
  • KingswaySoft added support for Business Central version 28, nested query conditions, and more reliable file attachment processing.
  • A Dynamics 365 Finance and Operations authentication issue involving OAuth Authorization Code authentication and the OData API has been resolved.
  • The JDBC Driver Pack adds 30 connectivity solutions for SaaS applications, cloud services, business platforms, and data formats.
  • SSIS Integration Gateway now passes Target Variable values more reliably during outbound SSIS package execution.

What Is Included in KingswaySoft 2026 Release Wave 2?

KingswaySoft 2026 Release Wave 2 expands integration coverage while improving the reliability of existing connections. The updates apply across three principal product areas:

  1. SSIS Integration Toolkit, which provides integration components for Microsoft Dynamics 365, Dataverse, Business Central, Finance and Operations, and many other enterprise applications.
  2. JDBC Driver Pack, which lets developers interact with API-based services through standard Java Database Connectivity interfaces and SQL-style queries.
  3. SSIS Integration Gateway, which supports real-time and outbound execution scenarios involving SSIS packages.

For Dynamics 365 customers, the SSIS Integration Toolkit changes are likely to have the most immediate impact because they address common integration concerns such as audit history extraction, authentication, workflow actions, metadata handling, and document attachments.

What Is New for Dynamics 365 and Microsoft Dataverse Integrations?

KingswaySoft has introduced several targeted improvements for organizations integrating with Dynamics 365 Customer Engagement applications and Microsoft Dataverse. These enhancements affect source operations, destination operations, authentication, audit data, metadata, and workflow execution.

Can Dynamics 365 Integrations Pass EntityCollection Parameters?

Yes. The Dynamics CRM/Dataverse Destination component now supports EntityCollection parameters when using the ExecuteWorkflowAction action.

An EntityCollection represents a group of Dataverse records passed together as an input parameter. In previous releases, attempting to use this type of parameter could result in a System.NotSupportedException indicating that the EntityCollection input argument was not supported.

The new support allows integrations to work with workflow actions that require multiple related records without encountering that limitation.

How Has PingFederate OAuth Support Improved?

KingswaySoft has improved OAuth handling for Dynamics 365 and Dataverse connections that use PingFederate.

When the configured authorization URL ends in /authorization.oauth2 and the token URL ends in /token.oauth2, token requests are now sent to the specified token URL. Previously, the request could be directed to the Microsoft /OAuth2/v2.0/token endpoint instead.

This change helps organizations using PingFederate route authentication requests through the identity infrastructure configured for their environment.

Are Dynamics 365 Audit Log Integrations Faster?

Yes. Version 26.2 includes further performance improvements when the Audit Logs source type is used to retrieve Dynamics 365 or Dataverse audit records through the CRM/Dataverse Source component.

Audit data can become substantial in active Dynamics 365 environments. Improvements to audit record extraction can therefore be valuable for integrations that move this information into a data warehouse, reporting environment, compliance system, or long-term archive.

KingswaySoft has also improved the handling of the Suppress General Service Exception option. The option can now suppress audit log-related 404 responses and other general server-side errors more effectively, making audit extraction processes more resilient.

What Dynamics 365 Audit Log Issues Were Fixed?

The release resolves an issue introduced in version 26.1 that could cause the Primary Output of the Dynamics CRM/Dataverse Source component to return null values.

This behavior occurred when users combined the Audit Logs source type with a FetchXML query targeted at a business entity. The version 26.2 fix restores the expected output for this integration scenario.

The clearer handling associated with the Suppress General Service Exception option should also make it easier to understand and manage exceptions encountered during audit log extraction.

How Has Dynamics 365 Metadata Support Changed?

KingswaySoft increased the default column length for the LogicalName field in the FieldMetadata output of the Dynamics Source component.

The previous length was nvarchar(64). It has now been increased to nvarchar(128) to support the longer field names allowed by Microsoft.

This update helps prevent metadata truncation or related downstream issues when an integration encounters logical names longer than the previous 64-character limit.

What Platform Updates Apply to Dynamics 365 Components?

KingswaySoft has upgraded the web services used for Salesforce, Dynamics CRM, and Microsoft Advertising components to .NET Framework 4.7.2.

This is part of the broader platform maintenance included in version 26.2 and helps keep the SSIS Integration Toolkit aligned with current framework requirements.

What Changed for Dynamics 365 Finance and Operations Integrations?

KingswaySoft resolved an authentication problem affecting Dynamics AX and Dynamics 365 Finance and Operations connections using the OData API.

When the Dynamics AX/F&O Connection Manager used OAuth Authorization Code authentication, the sign-in process could fail with the following error:

AADSTS900144: The request body must contain the following parameter: ‘scope’.

Version 26.2 fixes this issue, allowing the authorization request to include the information required by Microsoft Entra ID.

For organizations using OData to move data into or out of Dynamics 365 Finance and Supply Chain Management, this correction reduces the risk of sign-in failures affecting scheduled packages and other integration processes.

What Is New for Business Central and Dynamics NAV Integrations?

The Dynamics NAV components in KingswaySoft’s SSIS Integration Toolkit are also used to connect with Microsoft Dynamics 365 Business Central. Release Wave 2 adds support for the latest Business Central version, new query capabilities, and improvements for working with files and attachments.

Does KingswaySoft Support Business Central 2026 Release Wave 1?

Yes. The Dynamics NAV Connection Manager now supports 2026 Release Wave 1 (version 28) of Microsoft Dynamics 365 Business Central applications.

This update allows customers and partners adopting Business Central version 28 to continue using KingswaySoft’s source, destination, and lookup components with a supported application version.

As with any Business Central update, integrations should still be tested against the relevant environment, extensions, APIs, and customized data structures before production deployment.

Can Business Central Queries Use Nested Conditions?

Yes. The Dynamics NAV Source and Premium Service Lookup components now allow users to indent or dedent conditions when working with a Dynamics NAV or Business Central connection.

Indenting conditions makes it possible to create nested query logic. This is useful when an integration needs to combine multiple filters using more complex logical groupings rather than evaluating every condition at the same level.

For example, an integration may need to retrieve records that satisfy one primary condition and then match one of several secondary conditions. Nested logic makes that type of query easier to represent accurately.

Can the Source Component Download Business Central Attachments?

Yes. When attachment or file fields are selected in the Dynamics NAV Source component, KingswaySoft can now download the associated attachment content transparently.

This enhancement can simplify integrations that need to extract Business Central documents along with their related records. Possible scenarios include document archiving, migration, external processing, or synchronization with another business application.

Was the Business Central Attachment Writing Error Fixed?

Yes. KingswaySoft resolved an issue that could occur when writing document or file attachments to Business Central through the Dynamics NAV Destination component.

The operation could previously return the following error:

Read called with an open stream or textreader. Please close any open streams or text readers before calling Read.

The version 26.2 correction improves the reliability of integrations that create or update Business Central attachments.

How Does Exchange Online Support Affect Dynamics 365 Integrations?

KingswaySoft has added an Exchange Online (Microsoft Graph) authentication mode to the Email Connection Manager. According to the Microsoft documentation referenced in the release notes, Exchange Web Services will be fully deprecated in October 2026.

This change matters to Dynamics 365 users when an SSIS process combines ERP or CRM data with Microsoft 365 email information. Organizations using EWS-based connections should evaluate the Microsoft Graph authentication option and plan their transition before existing EWS integrations are affected.

The new option allows customers to continue using the existing KingswaySoft email integration components while connecting to Exchange Online through Microsoft Graph.

What Other SSIS Integration Toolkit Improvements Are Included?

Although the Microsoft Dynamics changes are central for Dynamics 365 customers, version 26.2 also contains broader platform, security, authentication, and connectivity improvements.

New REST Services and Components

The release adds REST framework coverage for services including:

  • Odoo
  • Enthuse
  • SendPulse
  • Temu

The release overview also identifies expanded support for e-commerce, fundraising, marketing automation, and operational systems. These connectors give organizations additional options for bringing external business data into SSIS-based extract, transform, and load workflows.

More Resilient Cloud Licensing

KingswaySoft has improved licensing support for Azure and Amazon Web Services EC2 virtual machines.

License activation is now bound to the cloud instance itself. This allows the license installation to persist more reliably through operating system reinstalls, instance resets, and other system-level changes.

This improvement can be particularly relevant when SSIS integration workloads are hosted on cloud virtual machines rather than permanent on-premises servers.

Security and Authentication Updates

The release includes several changes related to security and modern authentication:

  • Exchange Online connectivity through Microsoft Graph
  • PKCE OAuth Authorization Code flow support for Slack
  • OAuth Authorization Code authentication for BambooHR
  • OAuth authentication for Emarsys and Copper
  • Updated Kafka and OpenSSL libraries to address security audit and vulnerable assembly concerns
  • A configurable SASL mechanism for MongoDB authentication
  • A new symmetric key algorithm option for PGP encryption tasks

These changes help organizations maintain integrations as service providers update their security and authentication requirements.

File, Data, and Service Improvements

Version 26.2 also includes enhancements across KingswaySoft’s data processing components. These include an updated Parquet library, improved Parquet error reporting, Avro compatibility fixes, more SFTP connection options, and corrections for Excel, PDF, SQL Server, Snowflake, PostgreSQL, and Azure Service Bus components.

The release also adds support for Couchbase Analytics Service APIs, improves Redis metadata discovery, and resolves mapping validation issues in the Firestore Destination component.

What Has Changed in the KingswaySoft JDBC Driver Pack?

KingswaySoft 2026 Release Wave 2 adds 30 connectivity solutions to the JDBC Driver Pack. JDBC, or Java Database Connectivity, provides a standard interface that allows Java applications and compatible tools to access data through database-like connections.

The KingswaySoft drivers apply this familiar model to API-driven systems. Developers and data architects can use SQL-based access patterns instead of building separate custom API integrations for every supported service.

Which New JDBC Connections Are Available?

The new drivers cover CRM, marketing, productivity, finance, cloud, and data services.

CategoryNew JDBC Connectivity Solutions
CRM, marketing, and engagementActiveCampaign, Copper, Emfluence, Jotform, Mailjet, Pipedrive, SurveyMonkey, TikTok Business, Typeform
Productivity, collaboration, and operationsBasecamp, GoTo Webinar, Microsoft Planner, Microsoft To Do, RingCentral, Slack, Teamwork
Finance, ERP, HR, and business applicationsBambooHR, Expensify, FreshBooks, PayPal, Quickbase, Sage Business Cloud, Square
Identity and access managementAuth0
Cloud, data, and connectivity servicesAvro, Premium CSV Flat File, Google AppSheet, Google Knowledge Catalog, Parquet, Premium OData

For companies using Dynamics 365, the value of this expanded coverage is the ability to connect ERP and CRM data with a wider range of surrounding applications. These drivers can support reporting, analytics, application development, and operational data access through a consistent JDBC interface.

What Changed in the Salesforce JDBC Driver?

The Salesforce JDBC Driver has been updated to Salesforce API version 66.0.

This change aligns the driver with current Salesforce API support and the retirement of legacy SOAP login authentication. It helps customers move toward supported authentication methods while maintaining compatibility with current Salesforce platform requirements.

What Changed in KingswaySoft SSIS Integration Gateway?

KingswaySoft corrected an issue affecting the value passed to an SSIS package during outbound execution through SSIS Integration Gateway.

The Target Variable value might not previously have been passed correctly when the package was executed as Outbound through the Integration Gateway component. Version 26.2 fixes that behavior.

Target variables allow data received through the gateway to be placed into the appropriate SSIS package variable. Correctly passing that value is important because the package may depend on it to identify a record, select an operation, or control subsequent processing.

The fix supports more predictable execution in real-time integration scenarios where an external event initiates an SSIS package.

Why Trust KingswaySoft for Dynamics 365 Integrations?

KingswaySoft specializes in enterprise data integration, with solutions used by thousands of organizations across more than 110 countries and regions. Its tools support Microsoft Dynamics 365, Dataverse, Business Central, Finance and Operations, and many of the external applications and data platforms that surround them.

Dynamics 365 integrations rarely involve a single system. ERP and CRM data may need to move between e-commerce platforms, financial applications, marketing systems, collaboration tools, data warehouses, and industry-specific software. KingswaySoft provides connectors across these environments while simplifying the underlying APIs, helping technical teams build and maintain sophisticated integrations without developing every connection from the ground up.

KingswaySoft also focuses on balancing advanced functionality with practical usability. Its products are designed to provide reliable performance, strong software quality, and cost-effective connectivity while requiring a manageable level of technical skill. The detailed improvements in version 26.2, from evolving authentication requirements to metadata, performance, and compatibility fixes, also demonstrate the ongoing maintenance needed to keep Dynamics 365 integrations dependable as Microsoft and other platforms change.

What Should Dynamics 365 Customers Review Before Upgrading?

Dynamics 365 customers should begin by identifying which KingswaySoft components, connection managers, authentication methods, and service endpoints their SSIS packages currently use.

Particular attention should be given to:

  1. Packages that extract Dynamics 365 or Dataverse audit logs
  2. Integrations using EntityCollection workflow action parameters
  3. Business Central environments moving to version 28
  4. Business Central integrations that read or write attachments
  5. Finance and Operations connections using OAuth Authorization Code authentication with OData
  6. Email integrations still using Exchange Web Services
  7. SSIS packages triggered through Integration Gateway outbound operations
  8. Cloud-hosted SSIS environments using Azure or AWS EC2 licensing

Existing packages should be tested in a non-production environment before the updated components are deployed broadly. The full KingswaySoft Release Highlights document and detailed changelog can then be used to identify fixes or changes that apply to each integration.

Frequently Asked Questions

Q: What is KingswaySoft 2026 Release Wave 2?
A: It is version 26.2 of KingswaySoft’s integration products, released June 30, 2026. It includes updates for the SSIS Integration Toolkit, JDBC Driver Pack, and SSIS Integration Gateway.

Q: What are the main Dynamics 365 improvements in the release?
A: The release improves Dataverse audit log performance and error handling, adds EntityCollection workflow parameter support, updates metadata handling, and fixes an Audit Logs source output issue.

Q: Does KingswaySoft version 26.2 support Business Central 2026 Release Wave 1?
A: Yes. The Dynamics NAV Connection Manager now supports Business Central 2026 Release Wave 1 (version 28).

Q: Does the release affect Exchange Online integrations?
A: Yes. KingswaySoft added an Exchange Online authentication mode based on Microsoft Graph to help customers transition away from Exchange Web Services.

Q: What did KingswaySoft fix in SSIS Integration Gateway?
A: KingswaySoft fixed an issue that could prevent a Target Variable value from being passed correctly to an SSIS package during outbound execution.

Learn More About How the Release Affects Dynamics 365 Integrations

KingswaySoft 2026 Release Wave 2 includes a substantial number of changes, but not every update will affect every Dynamics 365 environment. The best next step is to compare the version 26.2 release notes with the connectors, authentication methods, and SSIS components used in your current integrations.

Review the detailed SSIS Integration Toolkit Release Highlights and product changelogs, identify the updates relevant to your Dynamics 365, Dataverse, Finance and Operations, or Business Central environment, and test affected packages before moving the new components into production.

 

By KingswaySoft | www.kingswaysoft.com

The post Dynamics 365 Integrations: Enhanced Tools in KingswaySoft 26.2 appeared first on CRM Software Blog | Dynamics 365.

Click Here to Visit the Original Source Article

Share the Post:

Related Posts