CompanySettings


Description

Multi-tenant company configuration storing company-specific settings, preferences, and customizations that control system behavior and appearance for each organization. These settings enable white-label customization, business rule configuration, and tenant-specific feature control.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
BlockingErrorWhenEditingVisit bit 1 null

Visit edit blocking - Boolean flag controlling whether blocking errors prevent visit editing

Category Unknown 0 null

Setting category - Grouping category for organizing related settings in administration interfaces

CompanyId Unknown 0 null

Company identifier - Unique ID of the company these settings apply to (primary key)

CreatedDate Unknown 0 null

Creation timestamp - When this setting was first configured

Description Unknown 0 null

Setting description - Human-readable explanation of what this setting controls

IsActive Unknown 0 null

Active flag - Boolean indicating if this setting is currently active and should be applied

SettingName Unknown 0 null

Setting name - Unique identifier for the configuration setting

SettingType Unknown 0 null

Value type - Data type of the setting value (e.g., String, Boolean, Integer) for proper handling

SettingValue Unknown 0 null

Setting value - Current value of the configuration setting

UpdatedDate Unknown 0 null

Last modification timestamp - Most recent update to the setting value

Relationships