SugarCRM: listview link for relate field
Open the file custom/modules/KEY_Module1/metadata/listviewdef.php
Replace the particualr field array with the below line
'FIELD_C' =>
array (
'type' => 'relate',
'link' => 'key_module1_key_module2',
'module' => 'KEY_Module1',
'id' => 'FIELDNAME_C',
'default' => true,
'studio' => 'visible',
'label' => 'LBL_FIELD',
'width' => '10%',
'related_fields' => array('fieldname_c'),
),
Related articles
- SugarCRM 6.3 enhances importing in Community Edition (h-online.com)
- Thoughts on Sugar CRM (ebiztechs.wordpress.com)
Advertisement
Posted on January 10, 2012, in SugarCRM and tagged PHP, SugarCRM, Programming, Languages, Customer relationship management. Bookmark the permalink. Leave a Comment.


Leave a Comment
Comments (0)