Category Archives: Dynamics CRM

EasyRepro – Open record using Grid.OpenRecord() in Dynamics 365 Unified Interface

Introduction EasyRepro is a framework which is used to automate UI testing for dynamics customers Projects. Problem Grid.OpenRecord() method is used for opening the record from home page. This method opens the record by clicking on the first available anchor tag in the list of records, which makes it necessary to have the first column… Read More: EasyRepro – Open record using Grid.OpenRecord() in Dynamics 365 Unified… »

Retrieval of Many-to-Many (N:N) Relationship Records using Web API in Dynamics 365

Introduction In this blog we will learn to retrieve Dynamic CRM entity records in respect of Many to Many relationships between two Dynamic CRM entities (OOB/Custom). So let’s take a look at the following example: In the below screeshot, there is one Many-to-Many relationship present between Account and Territory Entity of Dynamic CRM. One Territory… Read More: Retrieval of Many-to-Many (N:N) Relationship Records using Web API in… »

Working with multiple sub grids appearing on the Marketing List form in Dynamics 365 v9.1

Recently one of our customers upgraded to Dynamics 365 V9.1 version and encountered a problem with Marketing List entity. When the customer tried to view the existing Marketing List record, multiple sub grids were displayed on the Marketing List form. Follow the given steps to replicate the multiple sub grid issue: Create the Marketing List… Read More: Working with multiple sub grids appearing on the Marketing List… »

How to use htmlEncode functionality in Dynamics 365 CRM

Introduction Recently we were facing an issue where the presence of special character in string hindered the search of record in Dynamic CRM web and UCI. After working on this issue it was found that there are some more special characters which does not work like:  & “ ‘  < > + ; etc. Even… Read More: How to use htmlEncode functionality in Dynamics 365 CRM »

Cascading of Two Multi-Select Option Set fields in Dynamics 365 v9.0

Introduction Microsoft introduced Multi Select Option Set in Dynamics 365 V9.0, which will help us to select more than one option. Recently we had a business requirement, where the client required multi-select option set values to populate programmatically on selection of another multi-select option set. To achieve this, first, we need to create two multi-select… Read More: Cascading of Two Multi-Select Option Set fields in Dynamics 365… »

Azure Functions, Web API, PowerApps and other tricks for Dynamics 365 CRM – Most Clicked Blogs of the Year!

Powered by passion – Inogic is a leading Microsoft ISV for Dynamics 365 CRM for over more than a decade. We brew innovative products and fuel Dynamics 365 with our range of solutions. Inogic also offers bespoke high-quality low-cost offshore development services for Microsoft products such as Power BI, Flow, PowerApps, Portals and others. Given… Read More: Azure Functions, Web API, PowerApps and other tricks for Dynamics… »

Format Table Data to Show Horizontally in Power BI

Introduction In a recent business requirement, we were requested to display account details (account number, Email) horizontally by “Account Name” in the Power BI Report. When we selected a table to display data in our Power BI report, it displayed data vertically by default. We explored more to figure out that we can’t format tables to show… Read More: Format Table Data to Show Horizontally in Power BI »

Converting Date and Time based on User Time Zone in PowerApp for Dynamics 365 CE

Introduction In our previous blog we have explored on how to set date and time fields of dynamics 365 through power app. Handling date and time fields according to time zone is quite tedious task. In today’s blog we will explore more on how to handle date and time fields of dynamics 365 according to… Read More: Converting Date and Time based on User Time Zone in… »

Configuring Learning Path feature in Dynamics 365 CRM

Introduction Enhancing the user experience in Dynamics 365 is the on-going activity. Everyone wants to deliver their business application to their customers with rich context, videos, walkthroughs, articles etc. “Learning path” is a tool available in D365 which will help us to strengthen user engagement on D365. By providing them a guided instructions/hints the way… Read More: Configuring Learning Path feature in Dynamics 365 CRM »

Upgrade Runs Entity in Dynamics 365 CRM

Introduction Dynamics 365 CRM comes with various updates and features. While exploring Dynamics 365, we came across a new feature “Upgrade Runs.” Let’s explore more on this in this blog. Upgrade Runs helps us to check the upgrade details of installed solution. To check upgrade details go to->Setting-> Upgrade Logs section as shown in below… Read More: Upgrade Runs Entity in Dynamics 365 CRM »