EntityFieldTypeLookup
Represents lookup values that define the data types that are assigned to entity fields across Bullhorn CRM. This table supports schema interpretation by helping the system determine validation rules, data formats, and field behaviors.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the entity field-type lookup record in Bullhorn CRM. This value supports cross-referencing and enables system components to associate fields with the correct data-type definitions. |
| Label | String | False |
Captures the descriptive label that is associated with the field-type entry. This value supports user-interface display and assists with identifying the purpose or usage of a specific field type across configuration workflows. |
| IsDeleted | Bool | False |
Returns a value of 'true' if the field-type lookup record is marked as deleted in Bullhorn CRM. It returns a value of 'false' if the record remains active and available for use in field-configuration and metadata-management processes. |