Add Command using Ribbon Workbench – Part I

Recently someone asked if there is a way to add a child record to a Contract Line (contractdetail) entity for a record that has already been saved (and is set to read only/existing). We found that there are two parts to this solution. The first part of this article will focus on creating a button on the Contract Line entity, and calling logic to create a new record.

Controlling Attribute Status in Editable Grids

Recently we blogged about some of the functionality of Editable Grids in the Dynamics 365 release of the CRM application. We pointed out some of the features of the grid, including the capability of having read-only (disabled) fields. In this post we will discuss how to control the status of the fields based on a value of another field.

Features being deprecated in Dynamics 365 Customer Engagement

Deprecated features are features that Microsoft is planning on removing in a future release of Dynamics 365. The feature will still be available in the current release, which will allow organization the time to prepare and plan on updating their solution before the feature is completely removed.

Deprecation of Microsoft Outlook Client for Dynamics CRM

Towards the end of June, Microsoft announced that the Microsoft Dynamics CRM/365 Outlook client will be deprecated in a future release. The Legacy Outlook client has been around since early versions of Dynamics CRM. The deprecation of the Outlook client does not mean that this is happening immediately, but is planned for the next Major Release (version 10). Version 9.0 is on the way, and the Outlook client will still be included, but with no additional features or enhancements.

Form and Grid Form Context

Finally, after a long wait, editable grids are here. With the release of the editable grids, there have been some changes implemented not only on the grid, but also on the way that data that is manipulated from the form. There is now a single set of code that can be run from both the form and the grid, so that you don’t have to write your code separately for each.

CRM Exchange Sync support for Dynamics 365

Our CRM Exchange Sync with support for Microsoft Dynamics 365 has just been released, now with additional functionality and support for additional environments. The CRM Exchange Sync application provides the capability of synchronizing between Microsoft Dynamics CRM Marketing Lists and Contacts with Exchange Distribution Groups, Mail Contacts and Mail User records.

Dynamics 365 Editable Grids

Editable grids were introduced as a new custom control in Microsoft Dynamics 365, which provide inline editing capabilities for data within the main grid and form subgrids for web and mobile clients. The editable grids include support for grouping, sort and filtering data within the grid, so that we don’t have to switch between records and views.