entityGroupBulkMerge
Handles the bulk merging of entity groups, typically used for consolidating or updating group memberships.
Columns
| Name | Type | References | Description |
| group | String | The group associated with the record, used to classify or organize entities or users within the system. | |
| mergedate | Date | The date and time when the merge operation occurred, used for tracking the timing of data integration or updates. | |
| mergetype | String | The type of merge operation being performed, such as 'Data Merge', 'Record Merge', or other classification based on the operation. | |
| status | String | The current status of the merge operation, such as 'Pending', 'Completed', 'Failed', indicating the progress or result of the operation. | |
| subject | String | The subject line or focus of the merge operation, often summarizing the purpose or key details of the merge action. | |
| 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 and auditing purposes within the system. |