Category Archives: Dynamics 365

Working with String (RESX) web resource in Dynamics 365 v9.0

Introduction: As we all know the new release of Dynamics 365 i.e v9.0 has come up with many new features. Along with these features Microsoft also introduced below new web resources for Dynamics CRM. Vector Format (SVG) String (RESX) In this blog, we are going to check how to work with web resource type “String… Read More »

Integrating Dynamics 365 with Azure Functions – Part 1

Introduction: Azure function is a serverless architecture where your code is hosted in the cloud and you do not need any infrastructure to host this. Traditionally extending business logic for Dynamics 365 Customer Engagement (D365 CE) included creating plugin and workflow assemblies which would be deployed to CRM using Plugin registration tool. The assembly could… Read More »

Appointments on Schedule Board in Dynamics 365 Field Service

Introduction: Schedule board in an important feature in Dynamics 365 which gives an overview of the resource availability and bookings user can make. Whenever the Field Service solution is installed, the schedule board shows the work orders by default. But what about the other entities? What if I want to schedule the appointments too on… Read More »

Create New Records in Dynamics CRM using Microsoft Flow

Introduction: Microsoft Flow is a powerful business application that allows the user to create and automate workflows across multiple applications and services without developers help. In one of our blog “Microsoft Flow – Create a record in Dynamics 365 using Gmail Connector”, we saw how to create a record in Dynamics 365 using Gmail Connector.… Read More »

New Email Feature in Dynamics 365 v9.0

With the release of Dynamics 365 v9.0, Microsoft has introduced many new features that make our Dynamics 365 even better. With the new User Interface changes, we just can’t stop looking at it. The new User Experience added in the Dynamics 365 has become more consistent across multiple devices such as desktop, mobile and, tablet.… Read More »

Fixed – “You Need Microsoft Dynamics 365 License To Continue” Error While Reactivating Workflow

Introduction: Recently, while working we tried to make changes to an old workflow. Where we deactivated that workflow and then again activated the same workflow after making some changes, but we faced an error saying “You need Microsoft Dynamics 365 license to continue”. As we were working with System administrator Role and that user also… Read More »

Working with Translation for Managed Solution in Dynamics 365

Translation help users to understand the given details in their native language when user is unaware of that language. In CRM it is especially helpful when we are working on a packaged solution. Dynamics 365 CRM allow us to provide translation using Import/Export of translation as below. And also by adding XML tag for translation… Read More »

Useful Tool for Copying Previous Time Entries Using “Copy From” Option in Dynamics 365 Project Service

Introduction: Recently, we had business requirement where client need to record time against a project. And once the time entries has been recorded against the resources for particular week, those recorded time need to be reviewed by project manager (project manager may or may not ask to correct any of the time entry), further once… Read More »

How to associate Knowledge Article with Incident (Case) Programmatically in Dynamics 365

Introduction: Microsoft has introduced a knowledge management system for Dynamics CRM 365. This enables users to create rich knowledge articles, which also supports embedding external multimedia content like images and videos in the form of links. It also allows translations and versioning for the articles. In this blog will discuss about how to associate Knowledge… Read More »