-
Continue reading →: [Step by Step] Access team templates can be added in a Dataverse solution
We can now include the access team templates in a solution so they can be imported and installed in another environment. This eliminates the manual process to re-create the access team templates in the other environment. In this article, I will explain the basics of Access Teams along with the…
-
Continue reading →: Dataverse | C# | Fetch Environment Variable’s ‘Current’ or ‘Default’ value
In Dataverse, Environment Variables store parameter keys and values, which serve as inputs to various other application objects. Since environment variables are considered solution components, you can transport the references (keys) and update the values when migrating solutions to different environments. In this article, I will provide a C# code…
-
Continue reading →: Canvas App | Unable to share to ‘Microsoft 365’ Group
With Azure AD groups, you can grant access and permissions to a group of users instead of for each individual user, to manage access to resources, applications, and tasks. Group Types: Azure Active Directory(AD) contain two group types Security: Used to manage user and computer access to shared resources. Microsoft 365: Provides…
-
Continue reading →: Dataverse | Audit security role’s association and disassociation with User/Team
I received a question about how to audit when a Security Role is assigned or removed from a User or Team in Dataverse. In this article, I will demonstrate how to track the audit changes related to Security Roles. Steps to track security role audit changes: 🙂
-
Continue reading →: Canvas App: Camera Control | Auto capture pictures
In this article, I will explain how to use the Camera control to automatically capture images at specified intervals. Manually capture an Image: To capture an image on a button click, Auto capture the Image: Use the Stream, StreamRate, and OnStream properties to automatically capture images on a timer, for example snapping a picture…
-
Continue reading →: Canvas App/Custom Page | Get the environment’s ‘Environment URL’
In my previous article, I explained the steps to fetch the ‘Environment ID’ without the need of cloud flow. In this article, lets see how to fetch the Environment URL using PowerFx formula. This works for both Canvas App and Custom Pages. Steps to fetch the Environment URL: 🙂
-
Continue reading →: Canvas App | Get Environment ID without the need of cloud flow
In one of my previous articles I explained the steps to fetch the Environment ID in Power Automate flows. In this article, lets see how to leverage Canvas Apps table data source, to fetch the Environment ID in Canvas App. What is Environment Id Steps to fetch the Environment ID…
-
Continue reading →: Dataverse solution import failure| Invalid format of KeyVault secret reference found
Please refer my previous article on steps to configure and consume the Environment Variable of type Secret. I had encountered an issue while importing a solution that had an Environment Variable of type Secret, using pac cli. Reason and Fix: 🙂
-
Continue reading →: Canvas App | Utilizing Timer control to Display Timed Popups
In one of my previous articles, I’ve explained the steps to show popups. In this article, lets see how to auto close popups after certain duration using Timer control. Scenario: Enter the desired duration to display the popup, then click ‘Go’ to activate the popup, which will automatically disappear after…


