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.
When I addPHP Code:'TEAME' => array(
'width' => '3',
'label' => 'LBL_LIST_TEAM',
'default' => true,
),
It shows the ID of the Assigned Team which is no good.PHP Code:'TEAM_ID' => array(
'width' => '3',
'label' => 'LBL_LIST_TEAM',
'default' => true,
),
Any ideas on how to achieve this?


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks