About Power Platform CLI Solution Command

We can use tons of remarkable commands in Power Platform CLI that can be very useful. For example, when changing Localization. Instead of doing it in the usual way which needs to change the Personalization Settings > Languages > Base Language: Then we need to go to the component itself in the make.powerapps.com and changed … Continue reading About Power Platform CLI Solution Command

Advertisement

About Dataverse Environment Variable Export-Import

Today we will learn in-depth about Dataverse Environment Variable. Basically, Environment Variable is a table where we can store a value that we will use for our customizations. Where the popular way to do it in the past is creating a custom table (e.g [your_prefix]_configuration/[your_prefix]_generalsetup), now we have the official way to store those data. … Continue reading About Dataverse Environment Variable Export-Import

Let’s try Power Platform Pipelines

One of the latest features that most people waiting for is the Power Platform Pipelines. I created 3 Developers' environments for demonstration and enabled the Managed Environments feature. For those who want to try it, you can follow this link to get your own environment to test (the link will show you how to join … Continue reading Let’s try Power Platform Pipelines

Model-Driven-Apps: setup deployment Angular files to Dev using spkl

Last week, we already learn how to build Angular WebResources to be shown in the side pane. In that blog post, I deploy all the files manually which of course took time to do. Today, we will learn how to optimize it in order to boost productivity. We will learn how to use spkl and … Continue reading Model-Driven-Apps: setup deployment Angular files to Dev using spkl

Learn how to deploy plugins with Azure DevOps Pipeline

Last week, we already learn how to set up Azure DevOps Pipeline for Web Resources. And this week, we will learn how to set up the pipeline, but for the Plugin (backend customization). And the interesting part, we also will implement the Plugin Package (or plugin-dependent assembly). What we will accomplish will be like the … Continue reading Learn how to deploy plugins with Azure DevOps Pipeline

Learn how to deploy web resources with Azure DevOps Pipeline

Before we begin, this topic is similar to what Benedikt Bergmann explains in his blog post. But like always, if I do not yet try it by myself = I do not yet fully understand 😀. The twist will be I will create the web resource project using Dataverse DevTools by Danish Naglekar (TypeScript for … Continue reading Learn how to deploy web resources with Azure DevOps Pipeline

Create solution’s setting file for export-import purposes (Power Automate + Dataverse)

When I published this blog post about Power Automate Deployment (manual), the great - Bill Blancett gave suggestions regarding the solution's import setting file that we can use if we want to import the solution using CI/CD or using Power Platform Tools CLI (you need to make sure you install this on your machine): TL/DR … Continue reading Create solution’s setting file for export-import purposes (Power Automate + Dataverse)

Exploration: Implement CI/CD in Dataverse

In this blog post, I will share a bit of my experience in implementing CI/CD on the Dataverse Environment. Even now is not perfect and still got lots of room to improve, I hope you guys can learn something from it. Creating The Exe I currently not using any features on official tools (Power Platform … Continue reading Exploration: Implement CI/CD in Dataverse

Dataverse DevOps: Create Solution Exporter By Description

The last time I explained about DevOps, we can create an exe tool that can be used to automatically deployed Plugin and WebResources. Today, we will learn how to create business logic to export the Solutions (Managed/Unmanaged) based on the Solution description (If developer set the solution's description = DateTime.Now.ToString("dd-MM-yyyy"), then the tool will automatically export … Continue reading Dataverse DevOps: Create Solution Exporter By Description

Dataverse DevOps: Create Tool for Auto Deployment for WebResource + PluginAssembly

One of the topics I wanted to learn and cover is how to do DevOps in a Dataverse environment. DevOps for me is an operation/process that helps to ensure smooth delivery from developer to operation (end-user). The idea is to remove all the unnecessary/recursive process and automate it so all the stakeholders can focus on … Continue reading Dataverse DevOps: Create Tool for Auto Deployment for WebResource + PluginAssembly