AccountMergeHistories
Tracks historical data of account merge operations, including source and target account references, merge timestamps, and responsible users. It maps to the 'account_merge_history__v' object.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique system-generated identifier for the account merge history record. |
| Global ID | String | True |
Globally unique identifier assigned by Vault for cross-system consistency and traceability. |
| Link | String | False |
System-generated hyperlink reference to access the account merge history record within the Vault application. |
| Account Merge History Name | String | False |
Human-readable name or label for the account merge history entry, typically reflecting the merge event or target account. |
| Status | String | False |
Current status of the account merge process, such as pending, completed, or failed. |
| Created By | String | True |
Username or identifier of the user who initiated the account merge operation. |
| Created Date | Datetime | True |
Timestamp indicating when the account merge history record was originally created in the system. |
| Last Modified By | String | True |
Username or identifier of the user who last updated or modified the merge history record. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent modification to the account merge history record. |
| Account Person ContactId | String | False |
Identifier linking the merged account to the associated person contact record within the Vault system. |
| PersonContactId | String | False |
Identifier of the individual person contact involved in or affected by the account merge. |
| Account | String | False |
Reference to the primary or resulting account entity after the merge operation. |
| Legacy CRM Id | String | False |
Identifier from the legacy Customer Relationship Management (CRM) system used to track the original account prior to being merged in Vault. |