entityBulkMerge
Facilitates the bulk merging of entity records, often used to clean up or consolidate data across entities.
Columns
| Name | Type | References | Description |
| entity | String | The entity associated with the merge operation, typically referring to the individual or organization involved in the merge process. | |
| mergedate | Date | The date and time when the merge operation was performed, used for tracking when the data was merged. | |
| mergetype | String | The type of merge operation being performed, such as 'Data Merge', 'Record Merge', or another type, used to categorize the merge. | |
| status | String | The current status of the merge operation, such as 'Pending', 'Completed', or 'Failed', used for tracking the progress. | |
| subject | String | The subject of the merge operation, typically summarizing the purpose or focus of the merge, used for easy identification. | |
| template | String | The template used in the merge operation, often defining the structure and format of the data or records being merged. | |
| username | String | The username of the individual performing the merge, used for tracking who initiated the operation. |