Using the Dataverse Web API you can pretty much run any CRUD (create, retrieve, update, delete) operation in the Dynamics 365 applications. However, you still find today some special cases like the one that I'm going to talk about in this article. This special case is actually brought by the column type "PartyList", which has … Continue reading Retrieving email CC using Dataverse Web API
Category: Microsoft Dataverse
Extend access token lifetime
Imagine you have an external system pushing some customer data to your Dynamics 365 environment overnight and sometimes it requires longer than an hour throwing a 401 error. In this article, I'll describe how you can extend the lifetime of the access token used to connect to the Microsoft Dataverse API in order to resolve … Continue reading Extend access token lifetime
What is your IP?
What is the IP address used by your online Dynamics 365 or Microsoft Dataverse environment? If you are connecting from a plugin, a Custom API, a custom workflow activity or a Power Automate Flow to an external API, what is the public IP seen by that external system? Before answering those questions, why are we … Continue reading What is your IP?
Deploy Custom API using spkl
I have been recently testing the new Custom API functionality and how it could be integrated with spkl. This article describes some of those tests and the current status. In case you are not familiar with spkl, it is a great development and open-source tool created and driven by Scott Durow (thanks for all this … Continue reading Deploy Custom API using spkl
Microsoft Dataverse Terminology
Last year we saw some naming changes in the Power Platform regarding the Common Data Service, now finally called Microsoft Dataverse. Because I carry on forgetting the terminology 😵, I have written this simple article with the summary table published by Microsoft: https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-intro#terminology-updates
Unable to install new language
I was trying to install a new language in my Microsoft Dataverse / Dynamics 365 environment and I carried on getting the error "Duplicate Record. A record with these values already exists". If you are suffering the same, do NOT panic 😀 I also downloaded the log file and it provided some additional technical information: … Continue reading Unable to install new language