AccountListItems
Represents individual entries within account lists, typically used for grouping and targeting accounts in Customer Relationship Management (CRM) activities. This corresponds to the 'account_list_item__v' object.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique system-generated identifier for the record in the Account External ID Map table. |
| Global ID | String | True |
Globally unique identifier used across Vault to ensure record consistency and integrity in distributed systems. |
| Link | String | False |
Internal system URL or reference link to view or access the full details of the mapped record in Vault. |
| Account List Item Name | String | True |
Name of the specific entry in the Account List associated with the external ID mapping. |
| Status | String | False |
Current lifecycle status of the Account External ID Map entry, indicating whether it is active, inactive, or archived. |
| Created By | String | True |
Username or system identifier of the user who initially created this mapping entry in the Vault system. |
| Created Date | Datetime | True |
Timestamp indicating when the mapping entry was originally created in the system. |
| Last Modified By | String | True |
Username or system identifier of the user who last modified the mapping record. |
| Last Modified Date | Datetime | True |
Timestamp representing the most recent update made to the mapping entry. |
| External ID | String | False |
Externally assigned identifier, often originating from a Customer Relationship Management (CRM) or other third-party system, used for cross-system reference. |
| Mobile ID | String | False |
Identifier used to associate the account with a mobile platform or field-facing application instance. |
| Account List | String | False |
Reference to the Account List to which this external ID mapping entry is associated. |
| Account | String | False |
Reference to the Vault account record that this external ID is mapped to. |
| Legacy CRM Id | String | False |
Identifier from a legacy CRM system, retained for backward compatibility and migration auditing. |