Category Archives: Dynamics 365

How to get quick results by using ‘Global Intelligent Search’

Introduction: In the recent release, Microsoft added one powerful feature called ‘Global Intelligent Search’. In this blog, we will see how the admin can enable this for the organization and how it helps the user, and some tricks to get quick results. Enable Relevance Search: In the Power Platform admin center, select an environment. Select Settings> Product > Features. Under Search,… Read More »

Get 360 degrees view of your Customer using Dynamics Customer Insights

A recent addition to the suite of “insights” applications has been the Dynamics Customer Insights. This is a standalone application that can be subscribed to and is part of their Customer Data Platform offering. The idea behind this app being the ability to collate customer information including transaction history or behavioral actions across multiple systems… Read More »

How to Read URL Parameters from URL using uriQuery() function in Power Automate

Introduction In this blog, we will see how to read the parameter from the URL in Power Automate. For example, let’s take the below URL: https://inogic.com?EmpId=1&EmpName=JohnThomas Here, we have passed Employee Id and Employee Name in the web URL and now we have to get those two parameters from URL. There is one inbuilt function… Read More »

How to Bulk Update Prices in Dynamics 365 CRM

Introduction While working on the Product Catalog, I noticed that there are “Updated Prices” button on the “Price List Item”, “Role Prices” and “Category Prices” table sub-grids present on the “Price List” table record that gives provision to bulk update the pricing i.e., increase/decrease prices by a certain percentage. Update Prices button on Price List… Read More »

How to Hide Portal Search for Anonymous Users in PowerApps Portal

Introduction We recently had a requirement in Power Apps Partner Portal where the client specifically wanted Portal search option you see in the navigation bar to be seen and accessible ONLY for users who logs into the portal. With this, non-authenticated users will have no unauthorized access to CRM data visible in portal even via… Read More »

How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API

Introduction Normally, using Xrm.Utility.getEntityMainFormDescriptor Client API, we get the details of default main form of specified entity in the form of sections and attributes list. If we want to get the list of all the entity attributes or sections that is visible on an entity form, then we can use this Client API. In this… Read More »