# View CopyStorm Data

The *View CopyStorm Data* tab serves as a dedicated interface for visualizing and validating your Salesforce data within your CopyStorm backups.

![](/files/Wc6f4eOwVEGM7KD8WFin)

## Step 1: Choose a Database to view

Click on the “Database” dropdown. This will display a list of all CapStorm-managed Database used for Salesforce Backups

![](/files/uvjlevam2KrZU0Ahjwpw)

This will open a drop down of all available CopyStorm Databases.

Then, optionally provide a Snapshot to view from. The default is the primary CopyStorm Database.

![](/files/0tNT4IUFFnwkrsqR6TSU)

## Step 2: Choose an Object to view

Upon selecting your database, proceed by choosing an object to view from the *Object* dropdown menu, which encompasses all available Salesforce objects in the database.

![](/files/7Tmd0NZ6pckSUekjtb8N)

## Step 3: Select the fields you want to display

Pick one or more fields to be displayed in the results. By clicking the “Show All” checkbox, all fields are shown when querying for records.

![](/files/uM16zunOoosME84xpMyI)

The following four fields are always displayed by default:

* Id
  * The Salesforce ID of the record
* CreatedById
  * The Salesforce ID associated with user who created the record
* LastModifiedById
  * The Salesforce ID associated with user who last modified the record
* SystemModStamp
  * A timestamp indicating the most recent modification of the record.

## Step 4: Apply Filters

Select one or more fields for filtering the queried records.

![](/files/ixmEc5obbf8sms4QcW8f)

Field filters support the following comparators:

* contains
* equals
* not equals
* greater than
* greater than or equal to
* less than
* less than or equal to

## Step 5: Click *Run Query*

To pull results from your CopyStorm Database, click the *Run* icon in the top-right:

![](/files/7dhysJdB8WVH1Hp3WRec)

Once your data is retrieved, the results will be displayed in the data grid:

![](/files/Wc6f4eOwVEGM7KD8WFin)

## Step 6: Export Results

The CopyStorm Data Viewer provides the ability to export your results to CSV format. This can be achieved by clicking the *Export* button in the top right.

![](/files/7dhysJdB8WVH1Hp3WRec)

This process will download a CSV file:

![](/files/3qTN75OGXQzkooVCahNN)

The name of the CSV file takes the following form:

**ObjectName\_SnapshotName\_Database\_CurrentTimeStamp.csv**

## Use Case: Open a Single Row of Data

To view a single record, you can click directly on any Salesforce ID field that is highlighted.

An example is shown below:

![](/files/TQK0J6lpZOaLRCrb2qCq)

Clicking Directly on the Salesforce ID will open a new tab in the CapStorm/Container Web UI displaying the single record. An example of a Single Row View is shown in the image below:

![](/files/I6OJWFxMvpafmLDdKE70)

## Use Case: Open a record in Salesforce

To open a single record in Salesforce, you can click directly on the “Open In Salesforce” icon directly to the right of the Salesforce ID

An example is shown below:

![](/files/UalbBKqIokf1mSGSRnSx)

Clicking Directly on the “Open in Salesforce” icon will open the record in Salesforce in a new tab.

*Note*: This icon will be displayed even if the record has been deleted in Salesforce

## Data Viewer Settings

Navigate to the *Data Viewer Settings* by clicking *Settings* in the top-right

![](/files/jVRN5L3ZbieusAobVWT6)

### Settings Options

| Setting              | Description                                                                                                                                                                                                                                                                                                                                                                                                          |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Clear Metadata Cache | The CopyStorm Data Viewer stores CopyStorm database schema information locally in your browser to improve performance. If fields or objects that are present in your database are not available in the data viewer UI, you can press this button to clear the local browser cache. After pressing this button, the CopyStorm Data Viewer will update with the latest object and field information from the database. |


---

# 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://learn.capstorm.com/capstorm-container/reference/copystorm-data-viewer.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.
