-
Continue reading →: [Step by Step] Power Apps Portal – Configure Global Search
In this article, lets learn how to configure global search in ‘Power Apps Portals’. What is Global Search in Portals: Global search of portals allows you to search for records across multiple entities. Allows you to search across multiple columns and configure what columns of an entity would be searchable.…
-
Continue reading →: StyleCop error – The parameter is incorrect
Other day, I encountered following error while triggering ‘Run StyleCop‘ from Visual Studio. Reason & Fix: In my case, I cloned a DevOps branch and ran the ‘Run StyleCop’ without building the code. Since there were no executable’s, StyleCop thrown error ‘The parameter is incorrect‘. Build the solution and ‘Run…
-
Continue reading →: XML External Entity Injection – Fix
We have a Web Service, which accepts ‘XML’ payload from client and processes. Recently the ‘Web Service’ underwent Penetration testing (Also called ‘Ethical hacking’) and following vulnerability has been identified: Reason: Our Web Service, processes the XML payload submitted by client using the following code snippet: We were not having…
-
Continue reading →: Azure DevOps – Unable to ‘Pull’ changes from Visual Studio
I have an Azure DevOps Repo cloned to VS 2017 and ‘Pull’ command was not download and merging the remote repo. ‘Pull’ command update the code in your local repo with the changes from other members of your team. To know more about ‘Pull’ command refer here Following steps worked as…
-
Continue reading →: [Step by Step] Using TypeScript in Dynamics 365 9.x
What is TypeScript: TypeScript extends JavaScript by adding types to the language. TypeScript sits as a layer on-top of JavaScript, this layer is the TypeScript type system. In a layman terms, TypeScript allows C# way of writing jScript. In this article, lets see how to leverage TypeScript capability while writing…
-
Continue reading →: Power Apps component framework (PCF) – Beginner guide
Note: If you are looking for building a React (Virtual) PCF control, please refer this post Off late, I have been receiving lot of requests to explain the nitty-gritty of Power Apps component framework aka PCF. While there are tons of great articles and videos on PCF are already available,…
-
Continue reading →: D365 Data Export Service – Unable to connect to Azure SQL Server from Profile
Other day while configuring Data Export Service to replicate the CDS data to Azure SQL Server’s Database, I encountered following error from the ‘Profile’ creation step: Unable to connect to the Destination mentioned in the KeyVault URL Troubleshooting steps and Fix: From the error message its clear that, Data Export…


