Now supported for System (OOB) Attributes.
Contact’s “Job Title” attribute in CRM 2011

Contact’s “Job Title” attribute in CRM 2015

Can be enabled for email data type attribute
In CRM 2011

In CRM 2015

Address field are also supported.
Now supported for System (OOB) Attributes.
Contact’s “Job Title” attribute in CRM 2011

Contact’s “Job Title” attribute in CRM 2015

Can be enabled for email data type attribute
In CRM 2011

In CRM 2015

Address field are also supported.
To achieve the same security model that was implemented using Manager Hierarchy earlier
(https://nishantrana.me/2014/10/04/hierarchical-security-modelling-manager-hierarchy-in-crm-2015/)
in Custom Position Hierarchy we need to follow these steps.
To create Custom Position Hierarchy



The Hierarchy à

Record created by user at position 3 is read only for the CEO user at Position 1 and editable for Manager User in Position 2 as we have set the depth as 2.
Sharing a mind map for quick and easy reference of new methods added for Business Process Flow in CRM 2015
(click for full screen)
Expand/Collapse Process
Xrm.Page.ui.process.setDisplayState(“collapsed”); // “expanded”

Hide Process from form
Xrm.Page.ui.process.setVisible(false);


