How to call Xrm.WebApi using TypeScript
A lot of projects come to a point where it gets necessary to get information from another entity within JavaScript (JS)/TypeScript (TS) to act on those in some way. There are different ways of achieving this. Some of those are sync calls, which should not be used. In this...
Read MoreEnable additional language in CDS with Azure DevOps Pipelines
In this blog post, you will learn how to enable additional languages in your CDS environment with Azure DevOps pipelines. This post can be considered the second post in a series of blog posts that talk about different approaches to solve challenges with Azure DevOps Pipelines that cannot be...
Read MoreAdding Anchor Links to every header
Usually, I blog about the Power Platform, Dynamics 365/CDS, and ALM, but in this blog post, I will describe how to add Anchor Links to every header of your blog posts automatically. A few weeks ago, Jonas Rapp posted a video on how to add Header Anchor Links in...
Read MoreCreate and fill an Excel file dynamically with Power Automate
In this article, I will describe how to create an Excel file dynamically with Power Automate and fill it with data from the Common Data Service. Creating those dynamically can be a bit tricky. Therefore, I will provide step by step description of how to do that. Scenario Let’s...
Read MoreApply Solution Upgrade in Pipeline
In todays article I would like to describe how it is possible to apply a Solution Upgrade directly in your Azure DevOps pipeline. This post can be considered the first post in a series of blog posts that talk about different approaches to solve challenges with Azure DevOps Pipelines...
Read More