employeeBulkMerge
Handles bulk merging of employee records, typically used for mass updates or corrections across employee databases.
Columns
| Name | Type | References | Description |
| entity | String | The entity associated with the merge operation, typically referring to the individual or organization being affected by the merge. | |
| mergedate | Date | The date and time when the merge operation was performed, used for tracking the timing of the merge process. | |
| 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', or 'Failed', used for tracking progress. | |
| subject | String | The subject of the merge operation, typically summarizing the purpose or focus of the merge. | |
| 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. |