#dataverse
Posts tagged with this topic.
Apr 1, 2023
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...
Mar 25, 2023
Today, we will learn how to make use of the Azure Service Bus Queue to be implemented alongside Dataverse. The idea is Azure Service Bus Queue offers mechanism to make requests well-ordered which can be a way to make sure that your data is processed in the correct order. The flow...
Mar 17, 2023
When we are talking about lookup in MDA (Model Driven Apps), sometimes we are applying some filter (either using addPreSearch or setting it manually from control properties > view) to ensure the data that the user inputted is valid: But, when we are not disabling the Most...
Mar 4, 2023
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...
Feb 11, 2023
Finally, Power Platform Tools for VS 2022 have been released for quite some time now! Now it's the time to revisit what're the changes that I can spot and share them with you guys. Power Platform Tools for VS 2022 After you install the extension in your VS 2022, you can directly...
Jan 13, 2023
Let's talk a bit about Solutions management. In my current company, we separate out the solutions based on the component types. So we have WebResources, Plugins, Customizations, etc. The benefits of this model are: The changes are more trackable (if you are also check-in the...
Dec 17, 2022
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...
Dec 3, 2022
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...
Nov 26, 2022
Before we continue, this blog post will only work if you using Early-Bound on your plugin project (for Late-Bound, you can follow this blog post). The scenario that we will cover is to get rid of the hassle of the below method (I will show you using the code to make it easier):...
Nov 19, 2022
When preparing the demonstration for my session for Dataverse Summit 2022, I encountered an error when registering the Plugin package. The error is "Could not load file or assembly 'xxx' or one of its dependencies. A strongly-named assembly is required.". The error thrown is...