DynamicAttributes
Stores the actual values of dynamic attributes assigned to various entities in the system, enabling flexible metadata tagging without schema changes.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the dynamic attribute record within the Veeva Vault system. |
| Dynamic Attribute Type | String | True |
Specifies the object type associated with the dynamic attribute, such as document, product, or event. |
| Global ID | String | True |
System-generated globally unique identifier used to reference this dynamic attribute across integrations and environments. |
| Link | String | False |
System-managed link reference to the object associated with this dynamic attribute entry. |
| Dynamic Attribute Name | String | True |
Primary name of the dynamic attribute as defined by the user or configuration. |
| Status | String | False |
Current status of the dynamic attribute, which can include values such as Active, Inactive, or Retired. |
| Created By | String | True |
Username or ID of the user who originally created the dynamic attribute record. |
| Created Date | Datetime | True |
Timestamp indicating when the dynamic attribute was first created in the system. |
| Last Modified By | String | True |
Username or ID of the user who most recently updated the dynamic attribute. |
| Last Modified Date | Datetime | True |
Timestamp indicating the last time the dynamic attribute was modified. |
| Active | Bool | False |
Boolean flag indicating whether the dynamic attribute is currently active and in use. |
| Dynamic Attribute Description | String | False |
Detailed description of the dynamic attribute, providing additional context for its purpose or usage. |
| Dynamic Attribute Help Text | String | False |
Optional helper text that explains how the dynamic attribute should be used or filled in by users. |
| Dynamic Attribute Label | String | False |
Display label for the dynamic attribute shown in the user interface, which can differ from the internal name. |
| Dynamic Attribute Name2 | String | False |
Alternate internal name for the dynamic attribute, often used for backend or integration purposes. |
| Dynamic Attribute Record Type | String | False |
Specifies the record type associated with the dynamic attribute, such as 'Product Attribute' or 'Event Attribute'. |
| Dynamic Attribute Value (Checkbox) | Bool | False |
Boolean value stored for the dynamic attribute if it is configured as a checkbox field. |
| Dynamic Attribute Value (Date/Time) | Datetime | False |
Date and time value stored for the dynamic attribute when configured as a datetime field. |
| Dynamic Attribute Value (Date) | Date | False |
Date-only value associated with the dynamic attribute when using a date field type. |
| Dynamic Attribute Value (Number) | Decimal | False |
Numerical value captured by the dynamic attribute when defined as a decimal or numeric field. |
| Dynamic Attribute Value (Text Area) | String | False |
Extended text value captured for the dynamic attribute when defined as a multiline text area. |
| Dynamic Attribute Value (Text) | String | False |
Single-line text input value captured for the dynamic attribute when configured as a standard text field. |
| Mobile ID | String | False |
Identifier used to link the dynamic attribute to a specific record in a mobile Customer Relationship Management (CRM) environment. |
| Account | String | False |
Reference to the account associated with the dynamic attribute, if applicable in the business context. |
| Dynamic Attribute Configuration | String | False |
Identifier for the configuration record that defines the behavior and structure of this dynamic attribute. |
| Legacy CRM Id | String | False |
Identifier carried over from a legacy CRM system, used for reference and backward compatibility. |