Author Archives: Inogic

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 »

Integrate Intuit QuickBooks with Dynamics 365 CRM using InoLink to maintain data integrity

Have you ever wondered a scenario where you could view the accounting data of your organization within Dynamics CRM to expedite your business process? We have just the right solution for you! InoLink is a tool that integrates Dynamics 365 CRM with your accounting software Intuit QuickBooks. It allows Sales team of an organization, which… Read More »

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 »

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 »

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 »

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 »

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 »