CustomColumnNames


Description

Dynamic column naming system allowing agencies to customize display names for database columns and fields throughout the system. This white-label feature enables client-specific terminology and branding for improved user experience and system adoption.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID int identity 4 null

Primary key - Unique identifier for each custom column name, auto-incrementing integer

TableName varchar 250 null

Target table - Name of the database table containing the column to be customized

ColumnName varchar 250 null

Target column - Name of the database column to be customized

CustomName varchar 2147483647 null

Custom display name - Client-specific display name to use instead of the default column name

AgencyID int 4 null

Agency reference - Reference to agency for multi-tenant customization

Indexes

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

Relationships