How to fix D365FO UDE sync error: Microsoft.Dynamics.CAP.Iris.Connectors.Exceptions.DSSidecarOperationException: DS/Sidecar operation: dbsync failed with the error code FailedDependency

When working with Unified Developer Experience (UDE) environments in Microsoft Dynamics 365 Finance & Operations, database synchronization errors can sometimes occur during package deployment. These issues can be particularly frustrating because the deployment may fail even though the custom package itself does not appear to contain any obvious problems. I recently encountered this situation while … Leggi tutto

Converting Italian E-Invoices (FatturaPA) to PEPPOL UBL with XSLT

In the Italian market, electronic invoicing is standardized through the FatturaPA XML format, while cross-border and European B2B integrations increasingly rely on the PEPPOL network and UBL (Universal Business Language). Bridging these two worlds is not always straightforward. In this article, I want to share a project I’ve been working on: an XSLT-based transformation that … Leggi tutto

Fix CompteLib Language Issue in Dynamics 365 F&O FEC Audit File Report

Introduction The Fichier des Écritures Comptables (FEC) is a mandatory accounting export required by the French tax authority (DGFiP) during tax audits. Companies operating in France must be able to generate the FEC file containing detailed accounting entries in a standardized format. In Microsoft Dynamics 365 Finance & Operations, the FEC export is generated using … Leggi tutto

Modern Azure Blob Storage Helper for Dynamics 365 Finance & Operations – Fully Compatible with Latest SDK

As Microsoft continues to evolve the Azure SDKs, developers working with Dynamics 365 Finance and Operations (D365FO) need updated and future-proof approaches for managing blob storage operations — especially when integrating with external C# libraries via .NET assemblies.In this article, I’ll introduce a modern C# helper class built using the new Azure.Storage.Blobs SDK (which replaces … Leggi tutto

Relationship between PurchLine and SalesLine in Dyn365

If you need to find the relationship between Purch Line and Sales Line you can use the following links between the fields: SalesLine.InventTransId == PurchLine.InventRefTransIdSalesLine.InventRefId == PurchLine.PurchIdSalesLine.InventRefTransId == PurchLine.InventTransIdSalesLine.ItemId == PurchLine.ItemId These relationships are valid if the field: purchLine.ItemRefType = InventRefType::Sales