Hi,
When I click on the history tab for a specific record in a table, I see a (html) table showing the history of this record being updated order by last modified. The table headings are id, date, language, user, and comments. Is that possible that we can add another heading for one of the fields in the (html) table? For example, I want to know the status of a record being changed, can I just add Status as heading and add <td>{$logitem.history__status_id}</td> in the Dataface_RecordHistory.html? Thanks.