ColumnDataValidation entity
- columnType: string
Key Identifier of the custom field column this validation rule is applied to.
- customType: integer
Input Id ID of the custom field input (Field) this validation rule is bound to.
- enabledType: boolean
Whether this column data validation rule is active and will be applied during processing.
- idType: integerread-only
Unique identifier - primary key
- includeType: boolean
Empty Fields When true, records with an empty value in the target column are also submitted for validation.
- moduleType: string
System name of the module (e.g. contact, deal) that owns the column being validated.
- promptType: string
User-defined instruction sent to the AI describing how the column value should be validated.
- providerType: string enum
AI backend used for the validation: platform = Boost.space built-in AI, websearch = web-augmented AI, custom = user-configured provider.
values- platform
- websearch
- custom