you change the view file at custom\modules\your module\metadata\detailviewdefs.php, by add a link_target prams to it, like the follow.
Then go to admin Repair and do a "Clear Template Data Cache" for your module.
PHP Code:
array (
'name' => 'website_c',
'label' => 'LBL_WEBSITE',
'displayParams' =>
array (
'link_target' => '_blank',
),
),

Originally Posted by
bleggee
I have a Field Type "URL" in one of my Modules. When Clicked, it opens the corresponding website in the same windows as Sugar. Does anyone know if there is a way to force it to open in a NEW Browser window ... By changing Sugar code or settings ... that is, WITHOUT changing the Defaults of the Browser?
Bookmarks