Hi, Robert.
You can create an extended layoutdefs for Accounts
custom/modules/Accounts/Ext/Layoutdefs/layoutdefs.ext.php
At this file (perhaps you need to create it) you type this piece of code:
PHP Code:
$layout_defs['Accounts']['subpanel_setup']['contacts']['subpanel_name'] = 'NewSubpanelName'
Replace the 'NewSubpanelName' to a better name for your needs.
Save the file modules/Contacts/metadata/subpanels/ForAccounts.php with the name choosen for 'NewSubpanelName' and modify the line:
To
PHP Code:
'where' => 'where clause for your needs',
This will select only the contacts which satisfy the query.
Cheers
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
Bookmarks