Felix Verduinfsvtech.hashnode.dev·Nov 12, 2024Power Platform ALM - New Git integration!A new Git integration feature recently launched and it makes working with Git a lot easier. Now, there’s no need to set up complex commit pipelines that export and unpack code — it’s all handled directly in your development environment. Let’s dive in...Discuss·56 readsDataverse
Felix Verduinfsvtech.hashnode.dev·Nov 11, 2024Dataverse - Converting strings to option setOption sets vs strings Recently I came in a situation where I had imported data from an online dataset and the data was imported as strings. For some columns I had imported the data type would be better of being an option set. Option sets in Datavers...Discuss·42 readsDataverse
Piotr Gaszewskipiotrgaszewski.hashnode.dev·Nov 5, 2024Dataverse environment variables friendly editorLet’s have a thought about the following case... I would like to have some configuration parameters for my model-driven Power App. There should be an option of changing the mentioned parameters for the applications’ business administrators. Dataverse...Discuss·229 readsDataverse
Piotr Gaszewskipiotrgaszewski.hashnode.dev·Sep 10, 2024The future of Dataverse pluginsUsing the Dataverse plugin framework is one of the most common ways of extending Microsoft Power Apps and Dynamics 365 functionalities with custom .NET code. The problem with it is, however, that it is still based on the old .NET 4.6.2. Framework ver...Discuss·47 readsDataverse
Abhishek Dhoriyaabhishekdhoriya.hashnode.dev·Jul 4, 2024Diving into the Digital EcosystemAs we steer through the modern business landscape, data is the new substratum propelling organizations forward. With an explosion of data from various sources, it becomes pivotal to streamline and manage this unstructured data, turn it into actionabl...DiscussMicrosoft Power Platform Tutorials for Beginners CourseMicrosoft Dataverse
Shayan R Sbeyondd365.dev·May 25, 2024Opening a Canvas Apps from Ribbon Button in Dynamics 365Currently there is no straight forward way to open a canvas apps from the ribbon button unlike the custom page that can be opened using the Xrm.Navigation.navigateTo(pageInput,navigationOptions).then(successCallback,errorCallback);Refer : navigateTo ...Discuss·1 like·121 readscanvas apps
Andreas Wandreaswijaya.hashnode.dev·May 14, 2024Power Platform: Team Template RemovalRecently I tried to delete managed solution that contains a team template component, but it did not allow me due to dependency error. For some reason the show dependencies page shows nothing, and using the suggested RetrieveDependenciesForDeleteRequ...Discuss·33 readsteamtemplate
Shayan R Sbeyondd365.dev·Apr 23, 2024Using Dataverse AI functions In Power AutomateWhat is Dataverse AI Functions Dataverse Provides built in AI Functions that are preconfigured. They are ready to use and do not require any data for training. They help in streamlining and improving the process Different available AI Functions ...Discuss·1 like·51 readsAI
Piotr Gaszewskipiotrgaszewski.hashnode.dev·Apr 19, 2024CreateMultiple and UpdateMultiple plugins performanceAnd another cat is in place! Right now, I’m writing about performance differences between Dataverse plugins Create/Update events vs CreateMultiple/UpdateMultiple events handlers. The article is available on OneDynamics Blog: CreateMultiple and Update...DiscussDataverse
Ian Bakerian-baker.net·Apr 2, 2024PowerApps: API QueriesThere are many under-the-hood tools available to PowerApps developers if they provision the correct resources. Resources not made readily available to those accessing PowerApps strictly via the UI such as: Power Automate Flow Run History Entity Met...Discusspowerapps