Category Archives: Dynamics CRM 2015

Creating Calendar rules with Breaks in Microsoft Dynamics CRM 2015

Introduction: Microsoft Dynamics CRM has comprehensive Calendar management capabilities to manage work schedules. You are allowed to not only specify the work hours but also the break times when the resource would be unavailable. Here we are demonstrating how to add breaks to daily work schedule programmatically. Calendar and Calendar rules entities in CRM are… Read More »

API functions to control Subgrid behavior starting Dynamics CRM 2015 Update 1

Introduction: Prior to CRM2015 update 1 the only available function for interacting with the subgrids on the form was refresh(). This function is used to refresh the sub-grid records. With the release of CRM 2015 update 1, more functions were introduced to interact with the sub-grid using JavaScript. Function list: 1. addOnLoad 2. removeOnLoad Use… Read More »

Customizing the IFD Sign-in Pages for Dynamics CRM

Introduction: An on-premise deployment of Dynamics CRM can only be accessed from within the intranet. If you would like to provide access to your on-premise Dynamics CRM to your team from outside the corporate network, you need to make this available externally over the internet. To do this, you need to configure IFD (Internet Facing… Read More »

Sales Literature in Dynamics CRM

Sales literature stores all the sales information which is used for sales team like brochures, promotional materials and other sales literature materials. Creating Sales Literature- So now we will see how to create and use sales literature in sales process. To create sales literature in Dynamics CRM Go to – Sales → Sales Literature àNew Enter… Read More »

Full-Text Search in SharePoint files from Dynamics CRM

Introduction In order to utilize the rich document management features of SharePoint and use it as the file storage platform, Dynamics 365 CRM has provided native integration to SharePoint. SharePoint Integration Once Document Management is enabled for an entity in CRM, you can see the following tab available in the Dynamics CRM entity forms. Through this… Read More »

Passing special characters For Odata request using JavaScript in Dynamics CRM 2015

To retrieve records from Dynamics CRM using JavaScript one of the popular options is using CRM Odata services using REST endpoint. There are many situations occurs when we need to retrieve records from CRM by name using REST retrieve multiple request. For example in below script we are retrieving products by product name. While passing… Read More »