cf_ControlTemplate_Extend


Description

Control template extensions storing additional properties for custom form control templates. This table provides flexible property storage for control templates, enabling extended attributes, validation rules, and configuration options that can be inherited by controls created from the template.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ApplicableControlTypes Unknown 0 null

Applicable types - List of control types this extension applies to

Condition Unknown 0 null

Application condition - Logic condition for when this extension should be applied

ControlId int 4 null
cf_ControlTemplate.Id FK_cf_ControlTemplate_Extend_cf_ControlTemplate1 C

Template reference - Links to cf_ControlTemplate for the extended template

ExtensionName Unknown 0 null

Extension name - Name of the template extension or additional feature

ExtensionType Unknown 0 null

Extension type - Type classification for the template extension

ExtensionValue Unknown 0 null

Extension value - Configuration value for the template extension

Id int identity 4 null

Primary key - Unique identifier for each template extension

IsConditional Unknown 0 null

Conditional flag - Boolean indicating if extension application is conditional

Priority Unknown 0 null

Extension priority - Priority order for applying multiple extensions

PropertyName nvarchar 100 null

Property name - Name of the extended property

PropertyValue nvarchar 1073741823 null

Property value - Value of the extended property

PropertyType nvarchar 512 null

Property type - Data type of the property

OrderPosition int 4 null

Order position - Display order for this property

Method nvarchar 100 null

Method - Method or function associated with this property

TemplateId Unknown 0 null

Template reference - Links to the base control template being extended

Indexes

Constraint Name Type Sort Column(s)
PK__cf_Contr__3214EC0769799DA0 Primary key Asc Id

Relationships