canceling this post ...
canceling this post ...
Last edited by bleggee; 2010-01-22 at 10:46 PM.
Personally, I just hit the back button in the browser. If you know you want to go to the next Contact in the list you should see some VCR controls in the upper right corner of the Detail View so that you can iterate through the list. If you don't see it look for 'disable_vcr' => true, in your config.php or config_override.php and change to false.
Co-Founder of: SugarOutfitters
Modules:
SecuritySuite (Teams)
Photo Module
Follow me on Twitter:eggsurplus
Your Personal Developer
I see ... Now that I look, my issue with this Module is that I do NOT use the field name "Name". In my other modules, that Name field is a Clickable Link ! Is there any way to define a different field as "Clickable" ? If not, I guess I wil throw in the Name field, just for good measure to get everything working.
Oh, I see now! Yes, you can define another field as being the link. To do so open custom/modules/Contacts/metadata and open listviewdefs.php (if this does not exist yet copy modules/Contacts/metadata/listviewdefs.php to that location). Add 'link' => true, to the field you would like to have the link. For example:
And that should do it. If not, run Repair & Rebuild on the Contacts module. You shouldn't need to for list view changes though.PHP Code:
'TITLE' =>
array (
'width' => '10',
'label' => 'LBL_LIST_TITLE',
'link' => true,
'default' => true,
),
Co-Founder of: SugarOutfitters
Modules:
SecuritySuite (Teams)
Photo Module
Follow me on Twitter:eggsurplus
Your Personal Developer
Great!! Thanks.
By the way, can I add something to this code so that the link opens in a NEW Browser window?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks