Skip to content

Audit Log

Record change history

Every record in Orbita has a complete change log. It records who changed the record, when, and exactly what changed — the old and new value of each field.

How to view a record's history

  1. Open the card of the record you need
  2. Find the History tab at the bottom of the card
  3. Expand any entry to see the change details

The history shows:

  • Date and time of the change
  • The user's avatar and name
  • A list of changed fields with "before → after" pairs

Global audit log

Administrators can view changes across all entities at once in the Logs section (/audit-log).

The table loads in chunks (infinite scroll) and contains the columns:

ColumnDescription
TimeDate and time of the operation
UserWho made the change (or "System" for automatic changes)
EntityThe record type the change occurred in
Actioncreate / update / delete — color-coded
Record IDA link to the record itself (not available for deleted records)
ChangesThe "View" button opens a modal window with a detailed diff

Above the table is a global search box; each column header has its own filter (including a date filter and a numeric record ID filter).

Access

The "Logs" section is only visible to users with the corresponding permission. Without it, an access denied message is shown instead of the table.

What is tracked

ActionWhat is recorded
CreateThe initial values of all fields
UpdateOnly the changed fields (before / after)
DeleteThe fact of deletion, with the last known values

The history is kept forever and cannot be modified by users.

Orbita ITSM documentation