Category: powerapps
-
Managed vs. Unmanaged Solutions in Power Apps/Dynamics 365
The content explains the differences between managed and unmanaged solutions in Power Apps and Dynamics 365, emphasizing their roles in development, testing, and production environments. Unmanaged solutions allow for flexibility and editing, whereas managed solutions are fixed and secure for deployment. Understanding solution layers is crucial for maintaining effective customizations.
-
Creating and Managing Data Masking Rules in Dynamics 365
Data masking in Dynamics 365 is vital for protecting sensitive customer information, such as credit card numbers and social security numbers. This technique replaces confidential data with masked characters, permitting access only to authorized users. The post explains how to create, manage, and assign masking rules to ensure data security…
-
Dynamics 365 – Disable Record Creation in Timeline
This post discusses a method to restrict users from manually creating records in specific table types on the timeline in PowerApps. By accessing the form designer and adjusting the timeline control’s properties, users can uncheck the “Create directly from timeline” option for certain activity types to block their registration.
-
Copy PowerApps/Dynamics 365 Solutions with PowerShell
Copying solutions between environments is a common task in Dynamics 365 and Power Apps projects if you do your deployments via DevOps pipelines. In this post, I will explain how to accomplish this task with PowerShell. For connecting to Dataverse via PowerShell, you can check my other post https://crmminds.com/2024/07/05/connect-to-dataverse-with-powershell/ Why…
-
Connect to Dataverse with PowerShell
Managing Microsoft Dataverse with PowerShell simplifies retrieving records and managing solutions for devops pipelines. In this post, we’ll focus on connecting to Dataverse with PowerShell, one of the key steps in automating tasks. Why Connect to Dataverse with PowerShell? PowerShell scripts can interact with Dataverse to perform operations like retrieving…