CRM 2015 : How to customize Cross-entity search results view

If you want to change the fields shown in the cross-entity search results, here is all you need to know:     -For each entity the result view can show only 3 fields and.... -Those are exactly the 3 first fields on the Quick Search View... Hope it helps!           .

[Quick Tip] How to Apply Javascript On Business Process Fields

In Dynamics CRM 2013 having control on Business Process fields seems to be impossible. You cannot apply Business Rules on these fields but yet it's possible to access them via Javascript. I think this can be very useful since it's very simple to implement. You only have to prefix your field names in the code … Continue reading [Quick Tip] How to Apply Javascript On Business Process Fields

Set Record Fields Values and Open Views With an URL

In Microsoft Dynamics CRM 2013 you can link an external application or add a button somewhere to access the creation form of an entity or a view with simple querying in the organization URL. Entities and Views can be displayed by passing parameters to the main.aspx page. There are many parameters that can be used … Continue reading Set Record Fields Values and Open Views With an URL