[Vtigercrm-commits] [vtiger-commits] r5026 - /vtigercrm/trunk/modules/CustomView/PopulateCustomView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Apr 8 01:58:23 EDT 2006
Author: mmbrich
Date: Fri Apr 7 23:58:22 2006
New Revision: 5026
Log:
Added Webmails custom view population
Modified:
vtigercrm/trunk/modules/CustomView/PopulateCustomView.php
Modified: vtigercrm/trunk/modules/CustomView/PopulateCustomView.php
==============================================================================
--- vtigercrm/trunk/modules/CustomView/PopulateCustomView.php (original)
+++ vtigercrm/trunk/modules/CustomView/PopulateCustomView.php Fri Apr 7 23:58:22 2006
@@ -125,6 +125,10 @@
Array('viewname'=>'All',
'setdefault'=>'1','setmetrics'=>'0',
'cvmodule'=>'Campaigns','stdfilterid'=>'','advfilterid'=>''),
+
+ Array('viewname'=>'All',
+ 'setdefault'=>'1','setmetrics'=>'0',
+ 'cvmodule'=>'Webmails','stdfilterid'=>'','advfilterid'=>''),
);
@@ -323,6 +327,12 @@
'campaign:expectedrevenue:expectedrevenue:Campaigns_Expected_Revenue:V',
'campaign:closingdate:closingdate:Campaigns_Expected_Close_Date:D',
'crmentity:smownerid:assigned_user_id:Campaigns_Assigned_To:V'),
+
+
+ Array('subject:subject:subject:Subject:V',
+ 'from:fromname:fromname:From:N',
+ 'to:tpname:toname:To:N',
+ 'body:body:body:Body:V'),
);
More information about the vtigercrm-commits
mailing list