# Viewing Object Backup History

## ![](/files/CBvqj0H8446fKLeXtHLv) Overview

The Backup History feature lets you view all backed-up and archived records for an object. It lets you see current field values, use Time Machine to compare them with previous versions, and view all related records. Read the entire article or jump to a specific section below.

* [#select-an-object](#select-an-object "mention")
* [#backup-history](#backup-history "mention")
* [#filter-backup-history](#filter-backup-history "mention")
* [#search-backup-history](#search-backup-history "mention")
* [#view-backup-record](#view-backup-record "mention")

## View Backup History

{% stepper %}
{% step %}

### Select an Object

1. Select the Salesforce object you wish to view the backup history of.
2. Click the **Backup History** button in the objects list view.&#x20;

   <div align="left"><figure><img src="/files/PHFTQDkvc71iiP9evOOx" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If the Backup History button isn't available for an object, you need to add it to the object's list view. See the following article for instructions.

* [Adding Backup History Button to Objects](/backup-and-archive/backup-and-archive-in-salesforce/backup-history/adding-backup-history-button-to-objects.md)
  {% endhint %}
  {% endstep %}

{% step %}

### Backup History

An object's Backup History shows a table of all backed-up and archived records for the object. The list of records can be filtered by Status and searched by Record ID. You can view backed-up records and compare past versions to see what fields have changed.

<div align="left"><figure><img src="/files/wYi7SE6QOaK0kpPDBvxg" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Filter Backup History

1. Click the **Record Status** dropdown menu.
2. Select Backed-up Records or Archived Records to show just those types of records in the table.&#x20;

   <div align="left"><figure><img src="/files/cZ5NGujYIiL0XWZ5XTgu" alt="" width="563"><figcaption></figcaption></figure></div>
3. The Backup History table will now only show records of the selected status.&#x20;

   <div align="left"><figure><img src="/files/WmlRaNiTqpNkvNZjKmqJ" alt="" width="563"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Search Backup History

{% hint style="info" %}
Only the **Record ID** column is searchable.
{% endhint %}

1. In the **Search** textbox, enter the **Record ID** to search for.
2. The matching records will be displayed in the Backup History table.&#x20;

   <div align="left"><figure><img src="/files/roFeSWzyUHN8fDFlnUHv" alt="" width="563"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### View Backup Record

1. Click the **Record ID** of the record you wish to view.&#x20;

   <div align="left"><figure><img src="/files/m3O20bKldt7ZmZHRSfb1" alt="" width="563"><figcaption></figcaption></figure></div>
2. The **Details** tab shows the fields of the most recent backed-up record.&#x20;

   <div align="left"><figure><img src="/files/3zulflu8036G2vNyMMk1" alt="" width="563"><figcaption></figcaption></figure></div>
3. The **Time Machine** tab lets you compare fields from different backed-up versions of a record.&#x20;

   <div align="left"><figure><img src="/files/K8h3ZtMEGq0f95vBkcXI" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
For more details on using the **Time Machine** feature, see the following article.

* [Using Time Machine Component](/backup-and-archive/backup-and-archive-in-salesforce/time-machine/using-time-machine-component.md)
  {% endhint %}
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flosum.com/backup-and-archive/backup-and-archive-in-salesforce/backup-history/viewing-object-backup-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
