Hi,
I have custom phones - phone_work_1_c and phone_work_2_c. My goal is to display them in listview in the phone_work field. I guess with customCode it will be easy. In DetailView I can get the value of a field with:
But in listview they do not appear:Code:'customCode' => '{$fields.phone_work_1_c.value} ',
How to show all custom phones in phone_work?Code:'PHONE_WORK' => array ( 'width' => '15%', 'label' => 'LBL_OFFICE_PHONE', 'default' => true, 'customCode' => '{$fields.phone_work_1_c.value} {$fields.phone_work_2_c.value}', ),
SugarCE 5.2.0a (Build 5447)
Thanks


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks