TicketFormSetting


Description

Ticket form settings that configure the appearance, fields, and behavior of support ticket forms used for customer service and technical support workflows.

Columns

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

Form name - Name of the ticket form

ID int identity 4 null

Reference identifier - Foreign key reference to related entity or lookup table

IsActive Unknown 0 null

Active status - Whether this setting is currently applied

SettingId Unknown 0 null

Primary key - TicketFormSetting unique identifier for each form setting

SettingName Unknown 0 null

Setting name - Name of the configuration setting

SettingType Unknown 0 null

Setting type - Data type of the setting value

SettingValue Unknown 0 null

Setting value - Value of the configuration setting

TicketType varchar 100 null

Type classification - Category or classification type for TicketFormSetting records

FormUrl varchar 100 null

URL/Link - Web address or hyperlink for TicketFormSetting resources

Indexes

Constraint Name Type Sort Column(s)
PK__TicketFo__3214EC2729C206D0 Primary key Asc ID

Relationships