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
Tag: devops
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
Dynamics CRM 365: Build Automation for Create/Update RESX WebResource + Power Automate
In this post, we already make the basics of the exe program for updating Resx WebResource and being called with Power Automate Desktop. Now we will continue to extend our customization. Power Automate Desktop enables us to make automation for our local computer. For instance, we have a Virtual Machine that we host in Microsoft … Continue reading Dynamics CRM 365: Build Automation for Create/Update RESX WebResource + Power Automate
Dynamics CRM 365: Build Automation for Create/Update RESX WebResource + Power Automate Desktop
In this post, we already learned how to make a plugin library for getting resx web-resource. Now we will build a simple automation program (a little bit DevOps) to read an excel file and create/update resx web-resource with a single click. Also, we will use Power Automate Desktop which enables us to a more complex scenario in … Continue reading Dynamics CRM 365: Build Automation for Create/Update RESX WebResource + Power Automate Desktop