> ## 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.

# 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/zNQa3AO19PFK63SB/media/loc/en/database/tables/MergeMoveLog.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=eb906bfc1fb0633939f8b9ccf256acbb" 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.


## Related topics

- [Move](/en/api/reference/restful/agent/appointment_agent/move.md)
- [Merge](/en/api/reference/restful/agent/person_agent/merge.md)
- [Move To Folder](/en/api/reference/restful/agent/email_agent/move-to-folder.md)
- [Move With Email](/en/api/reference/restful/agent/appointment_agent/move-with-email.md)
- [Move Extended](/en/api/reference/restful/agent/appointment_agent/move-extended.md)
