Category Archives: Dynamics 365 v9

Send SMS to user when a new record is created in Dynamics 365 CRM using Nexmo

Introduction Many times manager or higher management wants to receive SMS notification in their smart phone whenever any record is created in Dynamics CRM. Lets see how this is possible using Nexmo. Consider a senario where Sales manager wants SMS in their smart phone whenever Account record is created in their Environment. To make this… Read More »

Find Who Cloned Product In Microsoft Dynamics 365 CRM?

Introduction Microsoft Dynamics 365 is a treasure box which includes Sales, Service, Settings and so on. In this blog, we are going to explorer one of the valuable piece in this treasure box which named as Product. So this is something about the OOB “CLONE” button on Product entity, which ease our job by making… Read More »

Set Date and Time Field of Dynamics 365 in PowerApps

Introduction Power App helps you to create a quick mobile app to show details of your CRM organization. In today’s blog, we will explore more on how to set Date and Time field of Dynamics365 in Power App. Following are the steps to set Date and Time fields of Dynamics 365 in Power Apps: 1.… Read More »

Record name missing from lookup fields in Dynamics 365 Unified Interface

Introduction: Recently while working, we came across a scenario where the entity name was not seen on the lookup field but only ICON for the entity is seen on UCI. But the same thing was working correctly in Classic UI. After some research and play around we found solution to this problem. Solution: The view… Read More »

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 »

Execute action using Xrm.WebApi.online.execute in Dynamics 365 CRM V9.0

Introduction: In this blog, we are going to explore the use of Xrm.WebApi.online.execute to execute an action in Dynamics CRM version 9.0 and then process its response which will be consistent across Web client, UCI, Mobile and Tablets. For sample purpose we would execute an Out-of-Box action named “InstantiateTemplate”. Solution: First of all, we would… 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 »