> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MergeMoveLog table

> Log of merge and move operations (person, contact, project)

## MergeMoveLog Table (37)

Log of merge and move operations (person, contact, project)

## Fields

| Name                      | Description                                                   | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------- | ------------------------------- | :------: |
| MergeMoveLog\_id          | Primary key                                                   | PK                              |    No    |
| tableNumber               | Number of table where the move/merge happened                 | TableNumber                     |    No    |
| operation                 | Operation type enumerator                                     | UShort                          |    No    |
| sourceRecord              | Source record id                                              | Id                              |    No    |
| destinationRecord         | Destination record id                                         | Id                              |    No    |
| options                   | Options relating to move of activities and other side effects | String(2047)                    |    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-bugfix-ty-screen-designer-paradox/d9iBlE_psINZNP59/media/loc/en/database/tables/MergeMoveLog.png?fit=max&auto=format&n=d9iBlE_psINZNP59&q=85&s=500913db0ecd8e33741f2cc8aa1e2790" alt="MergeMoveLog table relationship diagram" width="445" height="59" data-path="media/loc/en/database/tables/MergeMoveLog.png" />

## Indexes

| Fields      | Types       | Description |
| ----------- | ----------- | ----------- |
| tableNumber | TableNumber | Index       |
| operation   | UShort      | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.
