Monthly Archives: May 2023

Update ItemCoverage using OData – Limitation & Workaround – D365FO

Updating existing data using Odata is not a new ask in any integration. Most of the entities which are exposed in D365FO would not have any issues during update. I`ve posted the CRUD operations for the entities here Update for … Continue reading

Posted in Uncategorized | Leave a comment

JSON Export in DIXF – D365FO

There are pre-defined datasource formats in F&O – XML, CSV, Excel etc. But there is no option of exporting the data as JSON using DIXF. Using this GitHub extension which convers xml to json, it is possible to achieve this. … Continue reading

Posted in Uncategorized | 1 Comment

Cross-company data sharing – D365F&O

In D365F&O, if there are more than one legal entity ,there may be scenarios where both companies use the same set of data and they always need to be synchronized(CUD operations). For example, if both companies use the same list … Continue reading

Posted in Uncategorized | 1 Comment

Import using Data Management package REST API with logic apps

D365FO provides two primary sets of APIs, Recurring Integration APIs & Data Management Platform (DMF) package APIs, to support file based integration scenarios. These APIs allow DMF data files as well as data projects to be imported and exported from … Continue reading

Posted in Uncategorized | 1 Comment

ADF – Generating an Rest API Bearer Token

I`ve already given the post on generating a bearer token usins Postman. As there are various requirements using cloud concepts , in this blog I will show you on creating the token using ADF. Create a new Pipeline . Let … Continue reading

Posted in Uncategorized | Leave a comment

Enable recording option in XBox Game bar

When I was trying to record using XBox Gamin bar, the ‘record’ option was disabled. So I tried uninstalling it using Powershell in admin mode and entered the following command Then went to Microsoft store to install the ‘XBox Game … Continue reading

Posted in Uncategorized | 1 Comment

ChatGPT in Excel

We are now familiar with the latest buzz on ChatGPT. In this post, I am giving a brief introduction on integrating ChatGPT with Excel. Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But … Continue reading

Posted in Uncategorized | 1 Comment