BC Outbound Queue
This feature is under active development and is not yet available. Details below describe the intended design and may change before release.
The outbound queue is a buffer inside the Business Central connector that all traffic to Dime.Scheduler passes through. It acts as a ledger: every change destined for Dime.Scheduler is recorded, and each entry tracks whether it has been sent.
Instead of fire-and-forget calls, the connector writes to the queue first, then a processor delivers each entry to Dime.Scheduler. The ledger keeps the authoritative record of:
- What has been sent successfully
- What is still pending
- What failed and why
The result is a complete, queryable picture of the integration state directly inside BC. You can diagnose synchronization issues after the fact, and inspect or replay entries instead of losing them silently.