Tuesday 6 March 2018

CRM Portal - View the Entity List Records in New Tab

By default, when you click on Entity List record, it opens that record in the same tab where the Entity List record was opened. But sometimes it might require that you want to see the details of record in other tab instead of opening it in a similar tab.

Use below code under Custom JavaScript to achieve the same:

$(document).ready(function(){

    $("[data-entity=incident]").children().children().attr('target', '_blank');


});


Output:





1 comment:

  1. Oohhh thank you sooo much for sharing about CRM Portal view entity list records. I was looking for this everywhere luckily I found a post by one of the writing services http://www.appscomparator.com/musical-ly-vs-vine-apps-comparison/ and it directed me here.

    ReplyDelete

Blogger Widgets