SuperListColumnSize Table (209)
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Stores the relative size (in percent) or in characters of a column in a SuperList
Fields
Name | Description | Type | Null |
---|---|---|---|
SuperListColumnSize_id | Primary key | PK | |
assoc_id | Owning associate | FK associate | |
listOwner | The dialog, panel or whatever that owns this record | String(254) | |
listColumn | The name of the column | String(254) | |
columnSize | The size, either as a percentage, characters, or other code as needed | String(254) | |
extraInfo | Extra information - show state, or whatever is required | String(254) | |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort | |
rank | Column rank, from left to right in display | UShort | ● |
orderByRank | Order by rank, 0 if this column is not part of orderby | UShort | ● |
orderByDirection | Direction, 1 = ascending, 2 = descending; 0 = not an orderby column | UShort | ● |
ownerTable | Optional owner table, if layout is bound to an owner (Selection, ...) | TableNumber | ● |
ownerRecord | Optional owner record id, if layout is bound to an owner | RecordId | ● |
group_id | Optional group id, if layout is bound to a group | FK UserGroup | ● |
configurationName | Name to show in dropdowns/menus so this configuration can be selected | String(255) | ● |
Indexes
Fields | Types | Description |
---|---|---|
SuperListColumnSize_id | PK | Clustered, Unique |
assoc_id, listOwner | FK, String(254) | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
UserGroup | Secondary user groups |
Replication Flags
- Area Management controlled table. Contents replicated to satellites and traveller databases.
- Replicate changes UP from satellites and travellers back to central.
- Copy to satellite and travel prototypes.
Security Flags
- No access control via user's Role.