Category Archives: Dynamics 365 v9

How to Update ‘Auto Travel Time’ in Field Service on Schedule Board

Introduction The latest release of Field Service version 8.6.0.274 for Dynamics 365 CRM introduces a new feature of automatically updating the travel time for the bookable resource booking on the schedule board. If we enabled the Auto Update Booking Travel, whenever the booking on hourly view is changed on schedule board the travel time is… Read More »

Import or Export Records from PowerApps for Dynamics 365 CE

Introduction In this blog, we will explore more on how to import and export records from one PowerApps application to another PowerApps application just like import/export functionality of Dynamics 365 CE. Import and Export controls are controls used for importing and exporting data from the local file in PowerApps application. Let’s just start exploring this… Read More »

One way to overcome “429” error (concurrent requests limit exceeded error) in Dynamics 365 CRM Web API

Introduction With JavaScript, we have real-time interaction with Dynamics 365. Microsoft gives us feasibility to use CRM Web API in JavaScript to perform operations such as Create, Update, Delete, Retrieve, etc. But there is a limitation on the number of API requests made by each user, per organization instance, within a five-minute sliding window. Please… Read More »

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 »

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 »