Hi,

I want to show the assigned team in the Accounts Popup window. I have edited the popupdefs.php to include the following, but it only show the column and not the data.

PHP Code:
'TEAME' => array(
'width' => '3',
'label' => 'LBL_LIST_TEAM',
'default' => true,
), 
When I add
PHP Code:
'TEAM_ID' => array(
'width' => '3',
'label' => 'LBL_LIST_TEAM',
'default' => true,
), 
It shows the ID of the Assigned Team which is no good.

Any ideas on how to achieve this?