Category Archives: Dynamics CRM

Solution Import issue on Dynamics 365 CRM v9.1

As we know, Microsoft has recently released Dynamics V9.1. After its release, most of the customers have upgraded to v9.1. When we tried to import the managed solution from dev CRM instance to customer end, we got the below error where customer CRM version was 9.1.0.30. The exact error we got from Downloaded log file… Read More »

Use of Microsoft Flow with Dynamics 365 CRM On-premise

Introduction Recently, while trying to work on Microsoft Flow to perform some actions from Dynamics CRM on-premise, we discovered that to access on-premise data we needed to create connection with Microsoft flow. So, in this blog we will show how you can connect your on-premise organization with Microsoft flow. It is possible to connect Microsoft… Read More »

Inogic Power BI Services: Compile graphics, reporting, dashboards and many more within Dynamics 365 CRM

Microsoft keeps innovating its products and services persistently to keep abreast with the latest technologies, no wonder it is always much ahead of their competitors in the global market since ages. Its tools and products have been catering to diverse functionalities, and are extremely popular among the users. In this blog we are going to… Read More »

Using Angular in Dynamics 365 CRM – Part I

Introduction: Angular, a TypeScript based framework that helps to build applications that work across all the platforms. We thought of writing a blog to help the developers of Dynamics community to build Angular Application as an HTML web resource in Dynamics 365 and further help them to set up a development process that speeds up the… Read More »

Custom Commands in Resco Mobile App

Introduction: Commands in Resco mobile app allow certain actions throughout the whole form. The main principle is to create a command in Woodford, but the logic that need to be performed on execute of the command can be defined in the JavaScript. Let’s consider an example, on “Work Order” user wants a custom command to… Read More »

Set the Number of Records Displayed Per Page in Dynamics 365 App for Mobile & Tablet

Introduction: With the release of Dynamics 365 v9.0, Microsoft enabled some personalized settings of Dynamics CRM for Mobile Client. One of the settings is to set the number of records displayed per page. This setting is already available in Web client of Dynamics 365, now is also available in Mobile client. Suppose, if we enable… Read More »

Working with Angular JS framework in Dynamics CRM Portal

Introduction: When developer need to use the js framework in the web. With the Dynamics 365 portal and liquid templates you can utilize the development approaches with those frameworks within your liquid templates. Working: Here I am taking example I will be using the angular js framework here. We will create the new web, to… Read More »

How to Make Optional Fields as Mandatory Fields in Dynamics 365 Portal

Introduction: Dynamics 365 Portals helps people to access CRM data outside CRM environment and that too at times with people accessing portal may not have login privileges to CRM. So there can be scenarios where in CRM, admin level users can create contacts in CRM and give those contacts just access to portal. So it’s… Read More »