Hi,
How do I include the Account Type into the Contacts list view?
Thanks.
hc.
Hi,
How do I include the Account Type into the Contacts list view?
Thanks.
hc.
Hello,
This might help. Do change the variables as per your need.
Thumbs up.
Skype ID - david__boris
SugarForge Projects:
WYSIWYG now in studio!(Version 1.1 is out now!)
Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.
Fab Tools! > Dashlet Not Followed Opportunities for past six Months
Hi David,
I followed the instruction from the link you provided but for some reason did not work. Here is what I did:
Created a file custom/Extension/modules/Contacts/Ext/Vardefs/account_type.php
Added the following code in custom/modules/Contacts/metadata/listviewdefs.phpCode:$dictionary['Contact']['fields']['account_type'] = array ( 'name' => 'account_type', 'rname' => 'Account_Type', 'id_name' => 'id', 'vname' => 'LBL_TYPE', 'type' => 'relate', 'link' => 'accounts', 'table' => 'accounts', 'isnull' => 'true', 'module' => 'Accounts', 'dbType' => 'varchar', 'source' => 'non-db', );
hc.Code:'ACCOUNT_TYPE' => array ( 'default' => true, 'label' => 'LBL_TYPE', 'width' => '10%', ),
Hello,
Change
toPHP Code:'rname' => 'Account_Type',
PHP Code:'rname' => 'account_type',
Thumbs up.
Skype ID - david__boris
SugarForge Projects:
WYSIWYG now in studio!(Version 1.1 is out now!)
Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.
Fab Tools! > Dashlet Not Followed Opportunities for past six Months
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks