jobBulkMerge
Handles bulk merging of job records to ensure data consistency and integrity.
Columns
| Name | Type | References | Description |
| entity | String | The entity involved in the bulk merge process, such as a customer or vendor. | |
| mergedate | Date | The date and time when the bulk merge operation was executed. | |
| mergetype | String | Specifies the type of bulk merge operation performed. | |
| status | String | The current status of the bulk merge process, such as pending, completed, or failed. | |
| subject | String | The subject or title associated with the bulk merge operation. | |
| template | String | The template used for the bulk merge process, defining the format and content of the merged data. | |
| username | String | The user who initiated or executed the bulk merge operation. |