Hi, Mike.
It is possible to do.
Fortunately you can do that in a Upgrade Safe way.
You have to extend the forHistory.php subpanel definition inside each modules which is included into the collection list of the SubPanel History.
For the field definition inside the ForHistory.php you have to do the following:
PHP Code:
'date_due'=>array(
'vname' => 'LBL_LIST_DATE_DUE,
'width' => '10%',
'alias' => additional_date',
),
This is a sample for the Task ForHistory.php subpanel definitions.
What does it say to Sugar: Show the field date_due but insert an alias in the query, this alias to additional_date.
So all the fields date you want to add must have the alias pointing to the same field, in this case: additional_date.
I hope it helped you.
Cheers.
Bookmarks