-
Continue reading →: Power Apps – Component library
Components In Power Apps, Components are reusable building blocks for canvas apps so that app makers can create custom controls to use inside an app. Components scope is local, which means you can create a Component in an App and can reuse with in the screens of that particular App.…
-
Continue reading →: Power Apps Portal – Remove an Entity from Global Search
If you are not familiar with Portal ‘Global Search’, please refer my other article to learn the steps to configure global search for an entity. In this article, how to remove global search for a configured entity. Disable the ‘Search Index’: Open the entity you would want to disable the…
-
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…


