Is it possible to remove the values in date_created column in history sub-panel? I managed to remove the column date modified along with content but the same approach does not work for date_created, Could someone please share a solution.
In code, I commented out date_modified array in ForHistory.php files in Emails, Calls, notes, Tasks and Meetings modules also in ForUnlinkedEmailHistory.php in Emails. (All these files were copied to custom directory before changing.). Then the date_modified field was removed along with values. But the same approach doesn’t work for date_created.