> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# travelgeneratedtransaction table

> Record of all generated replication data files from this database (*.dwn files from mother database to child, *.up from child database to mother)

## travelgeneratedtransaction Table (30)

Record of all generated replication data files from this database (\*.dwn files from mother database to child, \*.up from child database to mother)

## Fields

| Name                           | Description                                                                   | Type                                                  | Nullable |
| ------------------------------ | ----------------------------------------------------------------------------- | ----------------------------------------------------- | :------: |
| travelgeneratedtransaction\_id | Primary key                                                                   | PK                                                    |    No    |
| travel\_id                     | Central=0, Departm.=H01000000-H7F000000, Travel=assoc\_id                     | Id                                                    |    Yes   |
| tranlogfirst\_id               | This up/dwnfile holds transaction from traveltransactionlog\_id = this number | FK [traveltransactionlog](./traveltransactionlog.mdx) |    Yes   |
| tranloglast\_id                | This up/dwnfile holds transaction to traveltransactionlog\_id = this number   | FK [traveltransactionlog](./traveltransactionlog.mdx) |    Yes   |
| recordstatus                   | gen, sent, ack.                                                               | UShort                                                |    Yes   |
| transmissionnumber             | sequence pr. user                                                             | UInt                                                  |    Yes   |
| transmissiontype               | File or direct communication                                                  | UShort                                                |    Yes   |
| registered                     | Registered when                                                               | UtcDateTime                                           |    No    |
| registered\_associate\_id      | Registered by whom                                                            | FK [associate](./associate.mdx)                       |    No    |
| updated                        | Last updated when                                                             | UtcDateTime                                           |    No    |
| updated\_associate\_id         | Last updated by whom                                                          | FK [associate](./associate.mdx)                       |    No    |
| updatedCount                   | Number of updates made to this record                                         | UShort                                                |    No    |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/travelgeneratedtransaction.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=62fabf58b31097daa835855bc371d08a" alt="travelgeneratedtransaction table relationship diagram" width="864" height="59" data-path="media/loc/en/database/tables/travelgeneratedtransaction.png" />

## Indexes

| Fields                         | Types    | Description |
| ------------------------------ | -------- | ----------- |
| travel\_id                     | Id       | Index       |
| transmissionnumber, travel\_id | UInt, Id | Index       |

## Relationships

| Table                                          | Description                                                          |
| ---------------------------------------------- | -------------------------------------------------------------------- |
| [associate](./associate)                       | Employees, resources and other users - except for External persons   |
| [traveltransactionlog](./traveltransactionlog) | Log of all updates made to the database, that need to be replicated. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [traveltransactionlog table](/en/database/tables/traveltransactionlog.md)
- [SQL Server schema for Database Mirroring](/en/online/mirroring/sql-server-schema.md)
- [associate table](/en/database/tables/associate.md)
- [Blocked tables list](/en/online/mirroring/blocked-tables.md)
- [extra_tables table](/en/database/tables/extra-tables.md)
- [ext_table table](/en/database/tables/ext-table.md)
