Trigger Business Rules on change of Stages of Business Process Flow

Introduction: Among many advanced features introduced in Microsoft Dynamics CRM 2016, one would be business rules getting invoked by a business process flow. Earlier with MSCRM 2013, business rules were introduced to provide custom business logic and eliminate the need of writing scripts around this logic. But now with Dynamics CRM 2016, some of the… Read More: Trigger Business Rules on change of Stages of Business Process… »

How to delete record/field value using the Web API in Dynamics CRM

Introduction: As we all know, the Web API has been introduced in Microsoft Dynamics CRM 2016. It offers a great development experience across many devices, programming languages and platforms. In our earlier blog, we have seen how to create and retrieve records using the Web API. Now, let’s take a look of how to delete… Read More: How to delete record/field value using the Web API in… »

How to use OOB Interactive Dashboard in Dynamics CRM 2016

Introduction: With the introduction of the ‘Interactive Service Hub’ in Dynamics CRM 2016, the OOB Interactive Service Dashboards gives the visual representation of the data associated with a particular entity. This helps you concentrate on things which deserve your attention. In the previous blog on ‘Interactive Service Hub’, we guided you how to create custom… Read More: How to use OOB Interactive Dashboard in Dynamics CRM 2016 »

Set Values of all Data Types using Web API in Dynamics CRM Through C#

Introduction: With the release of Microsoft Dynamics CRM 2016, Web API which was introduced offers a development experience across many devices, languages and platforms. In this blog we will take a look at how to set the all the datatypes in the CRM using C# through a windows application and using Web API. You may… Read More: Set Values of all Data Types using Web API in… »

Thank you for visiting us at Envision 2016

Envision 2016 was indeed a huge success! On behalf of Inogic, we hope that you have got a better feel about what we offer as you joined us at our booth (No. 1000). We also thank Microsoft team for making this flagship event special through various sessions which revolved around trends and opportunities in today’s… Read More: Thank you for visiting us at Envision 2016 »

Retrieve Resources from Resource Group and Service entity programmatically

Introduction: In order to deliver a service, resources which represent tools, rooms, people or pieces of equipment are used. These resources are collected into resource groups which have similar attributes. In MS Dynamics CRM, the resources are categorized as Facilities / Equipment or Users. Recently, we had to retrieve Resources from the Resource Group and… Read More: Retrieve Resources from Resource Group and Service entity programmatically »

Programming using WebAPI through C# in Dynamics CRM 2016

Introduction: Stepping towards the enhancement, Dynamics CRM 2016 introduced ‘Web API’ as the new concept which delivers a unique development experience across a wide variety of programming languages, devices, and platforms. We have earlier explored using WEB API through scripting from within Dynamics CRM environment in this blog. We noticed quite a few queries coming… Read More: Programming using WebAPI through C# in Dynamics CRM 2016 »

OneDrive Integration with Dynamics CRM 2016 Online

Introduction Before we explain you how to integrate OneDrive with Microsoft Dynamics CRM 2016 Online, let’s see what OneDrive is all about. OneDrive can be the most preferred option to store private documents. While you can use Office 365 Groups for collaborative storage, SharePoint can be used for public documents. For instance, when there is… Read More: OneDrive Integration with Dynamics CRM 2016 Online »

IsPartyDeleted in ActivityParty in Microsoft Dynamics CRM

Introduction: Even after working in Dynamics CRM for all these years, it doesn’t fail to throw up surprises. This time it is a property “IsPartyDeleted” in Activity Party. What is ActivityParty? For the ones that are just starting out with Microsoft Dynamics CRM, Activity Party is a special entity that is used only to store… Read More: IsPartyDeleted in ActivityParty in Microsoft Dynamics CRM »

Error, ‘0 is not a valid CRM type code’ resolved in Dynamics CRM

Introduction: While migrating data of the custom entities and its associated records like activities, notes, etc. from the source system to the target CRM, a difference is observed in the regardingobjecttypecode for all the custom entities in the source as well as the target CRM. When the entity is created, a unique integer value, Entity… Read More: Error, ‘0 is not a valid CRM type code’ resolved… »