ClientLayers


Description

Client interface layer configuration managing how client-specific items and content are organized and displayed within different interface layers. This system supports multi-tenant customization and client-specific interface arrangements.

Columns

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

Primary key - Unique identifier for each client layer configuration, auto-incrementing integer

FkLayerId int 4 null

Layer reference - Foreign key linking to the interface layer definition

FkClientItemId int 4 null

Client item reference - Foreign key linking to the client-specific item being configured

CreateDate date 20 null

Creation date - When this client layer configuration was created

FkAgencyId int 4 null

Agency reference - Foreign key linking to the agency for multi-tenant configuration

Indexes

Constraint Name Type Sort Column(s)
PK_ClientLayers Primary key Asc ClientLayerId
IX_LayerAgency Performance Asc/Asc FkLayerId + FkAgencyId

Relationships