Skip to main content

Microsoft Dynamics 365 Business Central Writer

Microsoft Dynamics 365 Business Central is an all-in-one, AI-enabled ERP solution designed for small to mid-sized businesses, helping them manage finance, sales, purchasing, inventory, and operations more efficiently. Striim’s Dynamics 365 Business Central writer integrates with the Business Central platform, enabling customers to continuously write and update data into their Business Central environment in real time.

Feature summary

Feature

Supported?

Notes

Objects

   Standard entities (tables)

✓

   Custom entities (tables)

✓

Authentication

   Basic authentication

   OAuth authentication

✓

Supports standard OAuth via connection profiles and manual OAuth using Authorization Code Flow.

   Custom authentication methods

Security and Governance

   TLS 1.2

✓

   Connection Profile

✓

Supports OAuth (standard flow) using Tenant ID and Server Root URL.

Supported sources

   Sources that emit WAEvents

✓

All sources that emit WAEvents. You can use event formatters to convert non-WAEvents.

Building Applications / Programmability

   Wizards

   Flow Designer

✓

   Striim TQL

✓

Operations / Write modes

   Append Only

✓

The APPENDONLY mode is available, but only for custom tables that have a unique primary key constraint. If there’s no unique constraint, using APPENDONLY could lead to data duplication or integrity problems.

   Merge and Append

✓

Writing Methods

   Batch load

✓

   Streaming load

Additional Writing Features

   Auto-quiesce

✓

Post initial load completion is supported

   Schema evolution

-

   Replication

✓

Based on polling mechanism

Runtime

   Resilience

✓

Configurable automatic retries

   Recovery - A1P (at-least once processing)

✓

A1P ("at-least once processing") means that after recovery there may be some duplicate events written to the target.

   Parallel execution

✓

   Metrics and auditing

✓