Sugar Enterprise --
I have tried the above steps but it doesn't seem to be working. I created a custom module for web site links and I want the links to be clickable in list view.
I added the following code to listviewdefs.php in my module's metadata folder.
Code:
'ADDRESS' =>
array (
'type' => 'url',
'label' => 'LBL_ADDRESS',
'width' => '10%',
'default' => true,
'link' => true,
'customCode' => '<a href="{$ADDRESS}" >{$ADDRESS}</a>', <==added this line
), Are my variables that represent the web address correct, or wrong?
Thanks,
Brett
Bookmarks