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.
Hierarchical Security is a new security feature introduced in CRM.
It could be either
Manager Hierarchy or Custom Position Hierarchy based.
To enable it we need to go to
Settings à Security


Let us enable Hierarchy Modelling and set the Hierarchy Depth as 2.
With depth we can specify up to what level the user can have read access to the records. Here the user will have write, update, append, append to access to those records only which are accessible to his direct report.

Let us say we have 3 users in our system.



Hierarchical Security Model works in conjunction with all the other existing security models.
Global Search Box
Available in the Tool Bar.

Multiple Entity Search



Enabling an entity for Search
Go to Administration à System Settings

Supports max 10 entities at a time.


Using addOnStageSelected and addOnStageChange method of Xrm.Page.data.process we can add function to trigger when a Stage in selected in the form or when the stage changes.

Clicking on a different stage

Clicking on a Next Stage


We can also use movePrevious() and moveNext() to move within the Process.