Entity History shows you a complete change log for a single record -- every field that was added, modified, or deleted, by whom, and at what time. It is different from the Audit Trail, which tracks financial GL postings. Entity History tracks data changes to master and transactional records such as Customers, Vendors, Products, and countries.
Entity History is accessed from a record's action menu, not from a standalone menu item. Look for View history in the row action menu (the three-dot overflow menu) on any list page that supports it -- for example, the Countries list. The URL pattern is /Accounting/history/{EntityType}/{EntityId}.
The page uses a two-panel layout:
Left panel -- Activity Timeline
A chronological list of every change event for this record, newest first. Each timeline entry shows:
| Field | Description |
|---|---|
| Action | Added, Modified, or Deleted |
| User | Who made the change |
| Date and time | When the change was recorded |
| Changed fields | Up to two field names shown as badges; additional fields shown as a count |
Click any timeline entry to load its details in the right panel.
Right panel -- Change Detail
A field-by-field diff for the selected event:
| Column | Description |
|---|---|
| Property | The field name that changed |
| Value Change | For modifications: the old value (struck through in red) and the new value (highlighted in green). For additions: the new value only. For deletions: the old value only. |
At the top of the page you can see at a glance:
Related: Audit Trail · System Logs
Was this page helpful?