Category Archives: Dynamics 365

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 »

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 »

Events and Reminders in Resco Mobile App

Introduction Resco Woodford provides many features one of which is, to be used by the technician by working on the field. Resco provides one of the features that user/technician gets notified for any of the events from the Dynamics CRM in the latest version of the Woodford (11.3.1.0). Consider that user needs to be notified… Read More »

Add Linear Slider Mobile Control in Microsoft Dynamics 365 v9.0

Introduction Microsoft Dynamics CRM 365 introduced features for mobile and tablet to increase user interaction, user convenience and for user friendliness. This control is available for Mobile, Tablet application and on the v9 version of D365 (UCI). Linear Slider Control This control is used to represent field values in linear manner. To add value in… Read More »