Dynamics 365

Search the Dynamics community

Filter blog posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter blog posts

LikeLike (3)
Microsoft Dynamics CRM 2015 Hierarchies

This feature has been requested over and over and I can gladly say it is finally available out of the box! Yes, I’m talking about the ability to view a hierarchy of records in a tree view from within your Dynamics CRM 2015 system. This featu...

MagnetismXRM 6,230
LikeLike (2)
CRM 2013: JavaScript – Lookup Filtering using addCustomFilter

CRM 2013 brings with it a number of new supported javascript methods, including the ability to better apply custom filtering to lookups. In CRM 2011 if we needed custom filtering, we would have to go about the somewhat cumbersome process of creati...

MagnetismXRM 6,230
LikeLike (2)
Fields not Appearing for OOTB Merge Button in Dynamics 365

In Dynamics 365 v9 you are able to merge two records together using the Out-Of-The-Box (OOTB) Merge Button. The Merge Button appears when you select up to two records in a View and allows the data of two records to be merged into one. The Merge bu...

MagnetismXRM 6,230
LikeLike (2)
Using fetchXml with Xrm.WebApi.retrieveMultipleRecords in Dynamics 365 V9

Dynamics 365 V9 includes the new Xrm.WebApi helpers that allow you to access the Dynamics 365 Web API without having to create your own requests. The Xrm.WebApi.retrieveMultipleRecords method allows you to easily retrieve records, but the examples...

MagnetismXRM 6,230
LikeLike (2)
Dynamics 365 Detect Unified Interface from JavaScript

With the introduction of the new Unified Interface in Dynamics 365, you may want to be able to detect if the current form is being rendered in the Unified Interface or not in JavaScript. It is possible to do this with an internal function: Xrm.Int...

MagnetismXRM 6,230
LikeLike (2)
JavaScript and the Dynamics 365 WebAPI for Beginners - Associating Records

An action that needs to be commonly performed in Dynamics 365 is associating and disassociating records. These records may be associated via a 1:N or an N:N relationship, and you may want to either create or remove this association. Performing thi...

MagnetismXRM 6,230
LikeLike (2)
Installing Dynamics CRM 2013 Server

The process for installing Microsoft Dynamics CRM 2013 Server is very similar to the installation for CRM 2011, although there are a few new services that are installed. In this post, we will take a look at the CRM 2013 Server installation process...

MagnetismXRM 6,230
LikeLike (2)
How to Add Signatures Using Pen Control in Microsoft Dynamics 365

Microsoft Dynamics 365 comes with a feature called “Pen Control”, which allows the users to directly draw and add a signature using the Microsoft Dynamics 365 Mobile App. It is a control that can be added to a “Multiple Lines of Text” field. In th...

MagnetismXRM 6,230
LikeLike (2)
Working with Dynamics CRM Activity Party Lists in C# Plugins

Every time I have to do something with activities in CRM it ends up taking way longer than expected. Unlike most entities in CRM, activities have a lot of unusual relationships and field types, not to mention all the behind the scenes processes wh...

MagnetismXRM 6,230