Category Archives: Dynamics 365 v9

Migrating Dynamics 365 v9.0 Multi Select Option Set Field Data using SSIS

Introduction: Microsoft Dynamics 365 v9.0 brings some of the most awaited features and enhancements. One of the important feature introduced in Dynamics v9.0 is Multi Select Option Set. Prior to Dynamics 365 v9, there was no provision to use multi-select option set field. Our this blog explains how data import works for multi-select option set field.… Read More »

Dynamics 365 v9.0: Xrm.WebApi – Operations Part – 2

Introduction: In our previous blog, we have discussed about performing CURD operations Create, Update, Delete and Retrieve using Xrm.WebApi. In this blog, we will discuss Retrieve Multiple and Execute Actions. Let’s explore about these operations one by one. 1. Retrieve Multiple:  Retrieve multiple is used to retrieve more than one record from MS CRM. Suppose… Read More »

New Actions buttons on Dashboard Records in Dynamics 365 v9.0 Mobile & Tablet App

Introduction: Recently while working on Dynamics 365 v9.0 Mobile & Tablet App we found new action buttons on dashboard records which can be a benefit for Dynamics 365 user. So in this blog we will discuss about new action buttons in Dynamics 365 v9.0 Mobile & Table Client, which allows user to Qualify Lead and… Read More »

Fixed – Executing Action with Complex Output Parameters through Web API in Dynamics 365 v9.0

Introduction:        While working on Dynamics 365, we get a chance to work on lot many things. At times you work on C# or JavaScript or SSRS or SSIS. Having knowledge of so many languages, frameworks, or technologies could be taxing. Sometimes we face errors while developing something and don’t have control over how it could… Read More »