> For the complete documentation index, see [llms.txt](https://docs.justransform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.justransform.com/transactions/console/results-table.md).

# Results Table

The center of the Transactions Console contains a table with your Transactions. This is what the table looks like when you search for transactions.

<figure><img src="/files/hQpazvdWzuzAsBC1Dh78" alt=""><figcaption></figcaption></figure>

Each row in the table represents a transaction and displays the following information

### Column

**Transaction ID**

This contains a unique transaction ID for the processing event. A transaction ID may be original ID or may also contain the following to prefixes

* “S” = Sub Transaction (eg. S 987654321) - Represents a Sub transaction and the ID represents the original transaction ID. In this example the transaction represents a replay from the original transaction 987654321. Sub transactions may get created from the Business Process configuration and may represent use cases such as unique transactions within a batch. The batch may represent the original transaction and the sub transaction the processing of the unique transaction within the batch.
* “R” = Replay Transaction (eg. R 123456789) - Represents a Replay transaction and the ID represents the original transaction ID. In this example the transaction represents a replay from the original transaction 123456789

**Replay Status**

This data contains whether the transaction is the original or if it is a manually replayed transaction

**Status**

Success - Transaction processed Successfully

Warning - Transaction occurred a “Warning” condition based on validation rule, but processing completed as configured

Failure - Transaction occurred a Hard Failure, and an alert if configured triggered for the event.

**Start Time**

Represents the Start Time of the transaction record represented in UTC time zone

**Source Connection**

Contains the name of the Source Connection used within the Business Process. This data represents the connection that originated the transaction. The data will be pulled from the name of the Connection configured via “Connections”

**Target Connection**

Contains the name of the Destination Connection used within the Business Process. This data represents the connection that the output data will be sent to. The data will be pulled from the name of the Connection configured via “Connections”

**End Time**

Represents the Start Time of the transaction record represented in UTC time zone

### Transaction Controls

Clicking the select function on a single Transaction or multiple, controls for the following will show:

* Replay
* Replay+
* Replay Script
* Cancel Transaction

<figure><img src="/files/SmnF0x67I6lRyKs3qHny" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.justransform.com/transactions/console/results-table.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.
