Date_created field values remain only the header can be removed - in history sub-panel

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.

Thank you in advance.

What did you do to remove the other one? Are you talking about changes through Studio, or through code?

And if it is in code, please say where.

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.

Kindly let me know if there is a solution.

I don’t know why that field doesn’t appear in the metadata of the layouts, like other fields.

Have you tried doing this change from Studio, not through code? Maybe you can do it there, editing the layouts…

If, not I guess you’ll have to look into the code for the Summary screen, and see where it’s getting that field from. Good luck!