MS Graph APIs to add
Please add the following Dynamics 365 Business Central APIs on Microsoft Graph: - Reading and creating Sales Documents - Reading and creating Purchase Documents - Retrieving Item Ledger Entries - Retrieving Warehouse Entries - Reading and creating Warehouse documents - Reading and creating Jobs -...
Support for write transactions in Page Background Tasks
Page Background Tasks actually supports only read-only transactions to the database. A quite common requirement is to start a task in the background that does calculations and then modified some records (for example, marking a record as “calculated” or changing some fields of a related entity). ...
Using Dataverse for Teams for integrations between BC and Teams
Applications within a team in Microsoft Teams have access to a Dataverse for Teams environment. Dataverse for Teams is a common platform that allows all these interfaces to have a unified understanding of how the data is modeled and consumed. To improve integration between Dynamics 365 Business C...
Export report dataet to XML
The ability to export report dataset to Excel is nice and useful, but for better troubleshooting or for some integration scenarios, could be interesting to have the possibility to export the report dataset also in XML format. Can this be possible? Thanks in advance.
AppSourceCop analyzer should check for breaking changes also on Query objects
The AppSourceCop analyzer currently doesn't check for breakig changes on AL query objects.
We can create a query with N fields in version 1.0.0.0 of an extension and then physically remove a field on version 1.0.0.1 without receiving any error during validation.
This should be fixe...
Power Automate Connector in Azure Logic Apps: supporting managed identity
The Dynamics 365 Business Central connector actually does not support using managed identities when used with Azure Logic Apps.
You can configure and setup the managed identity on the connector, but when you trigger the flow you will have a permission error.
More info here:
h...
Supporting JSON as table’s field data type
Azure SQL Database supports JSON data type natively from more than 1 year. The JSON type allows you to store JSON documents in a native binary format that is opti...