Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each show/hide setting, auto-incrementing integer |
|
| Value | int | 4 | √ | null |
|
|
Visibility value - Numeric value controlling the visibility state of the interface element |
|
| CustomSettingId | int | 4 | √ | null |
|
|
Custom setting reference - Reference to the custom setting this visibility rule applies to |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ShowHide__3214EC2755BFB948 | Primary key | Asc | ID |