-
Continue reading →: Get help on Microsoft.Xrm.Data.Powershell module functions
Microsoft.Xrm.Data.PowerShell module is an open source library using which you can seamlessly connect to Datavesre API from PowerShell script and carry out Create, Read, Update, and Delete (CRUD) operations. I’ve been using Microsoft.Xrm.Data.PowerShell module in my Azure DevOps pipelines to perform custom actions. In this article, I will show you…
-
Continue reading →: Azure DevOps | Visual Studio | TF200016: The following project does not exist
We have an Azure DevOps Project by name ‘ALMAccelerator-Dev‘ and the the project has been connected to Visual Studio. We were able to Push and Pull commits with no issues. Recently while pushing one of the commits from Visual Studio, we got an error TF200016: The following project does not…
-
Continue reading →: Dataverse | ‘App Opener’ security role
App Opener is a new OOB security role comes with the minimum privileges for common tasks available on all the Dataverse Environments. Its recommended to use the App Opener role for copy and creating new roles. App Opener is protected and cannot be updated. The min prv apps use role, available in…
-
Continue reading →: (Preview) Use ‘Solution checker’ in Managed Environments
Solution checker enforcement, is a new feature in Managed Environments that gives admins much more control over the customizations in their environments. Solution checker enforcement allows you to block or warn on solution imports with critical severity violations, as defined in the solution checker rules. These violations can have security, performance,…
-
Continue reading →: [Code Snippet] Xrm.Data.Powershell | Get-CrmRecordsByFetch
In this article lets see how to execute the Get-CrmRecordsByFetch operation in PowerShell using Microsoft.Xrm.Data.PowerShell library. What is Microsoft.Xrm.Data.PowerShell In this article, I will provide the code snippet for Get-CrmRecordsByFetch operation. Get-CrmRecordsByFetch operation retrieves CRM records by using FetchXML query. Scenario: I need to fetch ‘User’ table records, if either…
-
Continue reading →: Xrm.Data.Powershell | Get-CrmRecordsByFetch | White space is not allowed before the string terminator.PowerShell
While executing Get-CrmRecordsByFetch operation in PowerShell using Microsoft.Xrm.Data.PowerShell library, I encountered White space is not allowed before the string terminator.PowerShell error. Reason: Fix: Sharing this trivial Issue as it was annoying and took sometime to fix 🙂
-
Continue reading →: C# | Parse Json using System.Text.Json (instead of Json.NET)
In this post lets see how to parse a complex Json content without using Json.NET library and by using the native System.Text.Json namespace. What and why cant I use Json.NET library? Scenario: Coming to our scenario we have following json content and we need to parse and read the inputs…
-
Continue reading →: Request a Power Apps premium license from org admins
In ‘Power Apps’ users can now request a license from their admin – directly in product. If a user is trying to run an app that requires a license, they will see the option to ‘Request a license’, in addition to the buy a license or start a trial option…
-
Continue reading →: Power automate | Child flows | ‘NestedWorkflowDoesNotContainResponseAction’ error
While running a Power automate Child Flows scenario, encountered the following exception. NestedWorkflowDoesNotContainResponseAction. To wait on nested workflow ‘xxx-xx-xxxx-xxxx’, it must contain a response action. Flow Error To explain the cause of the error and the fix, let me explain my Power automate Child Flows scenario. Following is the step by…
-
Continue reading →: Plugin Registration Tool (PRT) | ‘Invalid plug-in registration stage’ error while unregistering Assembly
While unregistering one of my custom plug-in assemblies from the Plugin Registration Tool (PRT), I got the following error: Invalid plug-in registration stage. Steps can only be modified in stages BeforeMainOperationOutsideTransaction, BeforeMainOperationInsideTransaction, AfterMainOperationInsideTransaction and AfterMainOperationOutsideTransaction. Reason: Fix: If you are looking for downloading and launching Plugin Registration Tool, please refer…


