Category Archives: MS CRM 2016

This is all about technical aspects of Microsoft Dynamics CRM 2016.

Form script for keypress events and auto-completion feature in CRM 2016

The control object provides methods to change the presentation or behavior of a control and identify the corresponding attribute. We can access controls using the Xrm.Page.ui.controls, Xrm.Page.ui Section.controls, or Xrm.Page.data.entity Attribute.controls collections. The Xrm.Page.getControl method is a shortcut method to access Xrm.Page.ui.controls.get. The new custom controls for CRM … Continue reading

Posted in MS CRM 2016 | Tagged , , | Leave a comment

Security model of Microsoft Dynamics CRM

Microsoft Dynamics CRM provides a security model that protects data integrity and privacy and supports efficient data access and collaboration. Following are the main goals of the security model: • Provide users with the access only to the appropriate levels … Continue reading

Posted in MS CRM 2013, MS CRM 2016 | Tagged , | Leave a comment

Upload and manage document templates in CRM 2016

Document template in CRM 2016 is used to export CRM data as Excel or Word files, which can be used as templates to generate Excel or Word documents with standardized and up-to-date CRM data for analysis and reporting purposes. Once … Continue reading

Posted in MS CRM 2016 | Tagged , , | Leave a comment

Use Connection strings in XRM tooling to connect to CRM

With Microsoft Dynamics CRM Online 2016 Update and Microsoft Dynamics CRM 2016 (on-premises), XRM tooling enables to connect to CRM instance by using connection strings. This is similar to the concept of connection strings used with Microsoft SQL Server. Connection … Continue reading

Posted in MS CRM 2016 | Tagged , , | Leave a comment

Microsoft Dynamics CRM 2016 Solution Enhancements

Previously, when an entity was added to a solution and that solution was exported, the entity and all of its assets were exported in that solution. This included attributes, forms, views, relationships, visualizations, and any other assets packaged with the … Continue reading

Posted in MS CRM 2016 | Tagged , | Leave a comment

Microsoft Dynamics CRM Mobile Offline Capability

With Dynamics CRM 2016, tablets and phones have full offline mobile capabilities and Dynamics CRM Online will be able to get full offline experience with mobile apps. This provides the ability to get your work done even when there is … Continue reading

Posted in MS CRM 2016 | Tagged , , | Leave a comment