AlignSettings
Contains configuration settings related to the align integration within Veeva Vault, including parameters that control data synchronization, field mappings, and scheduling preferences for alignment-related data.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the AlignSettings record, typically used as the primary key in the table. |
| Global ID | String | True |
System-generated global identifier that ensures uniqueness across environments and systems within Vault. |
| Link | String | False |
System-generated link that provides direct access to the AlignSettings record through the Vault user interface or API. |
| Name | String | False |
User-defined name for the alignment setting, used to identify the configuration within the application. |
| Status | String | False |
Current status of the alignment setting, such as Active, Inactive, or Archived, reflecting its operational state in Vault. |
| Created By | String | True |
Username or identifier of the user or process that initially created the AlignSettings record. |
| Created Date | Datetime | True |
Timestamp indicating when the AlignSettings record was first created in the system. |
| Last Modified By | String | True |
Username or identifier of the user or integration that last updated the AlignSettings record. |
| Last Modified Date | Datetime | True |
Timestamp capturing the most recent modification date of the AlignSettings entry. |
| Align Mode | Decimal | False |
Numeric code representing the mode of alignment being applied, used to drive business logic or integration behavior. May correspond to specific predefined strategies or algorithms. |
| Legacy CRM Id | String | False |
Identifier used in legacy Customer Relationship Management (CRM) systems to link or map alignment settings during system migrations or integration scenarios. |