ColumnDataValidation entity

  • columnKey
    Type: string

    Identifier of the custom field column this validation rule is applied to.

  • customInputId
    Type: integer

    ID of the custom field input (Field) this validation rule is bound to.

  • enabled
    Type: boolean

    Whether this column data validation rule is active and will be applied during processing.

  • id
    Type: integer
    read-only

    Unique identifier - primary key

  • includeEmptyFields
    Type: boolean

    When true, records with an empty value in the target column are also submitted for validation.

  • module
    Type: string

    System name of the module (e.g. contact, deal) that owns the column being validated.

  • prompt
    Type: string

    User-defined instruction sent to the AI describing how the column value should be validated.

  • provider
    Type: 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