Description
Custom field values associated with individual contacts in the Aspire system. These fields can be used to track user-defined data like preferences, roles, or supplemental contact information.
Resource Overview
Attributes
| Attribute | Description | Data Type | Notes | 
|---|
| ContactCustomFieldValueID | Unique identifier for the field value record | integer(int32) | Required | 
| ContactCustomFieldDefinitionID | Reference to the custom field definition | integer(int32) | Required | 
| ContactID | Associated contact record | integer(int32) | Required | 
| ColumnValue | Stored value for the field | string | Max Length: 2000 |