ConfigurableScreenDelta Table (464)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Parts of recipes in SCIL to insert or remove in given recipes
Fields
Name | Description | Type | Null |
---|---|---|---|
configurablescreendelta_id | Primary key | PK | |
name | The name of this delta | String(255) | ● |
description | The description of this delta | String(1024) | ● |
recipeId | The recipe in scil where this delta will be merged | String(255) | ● |
deltaType | Type of delta lik webpanel, but also system, customized. | Enum DeltaType | ● |
deltaJson | String with the delta to merge into the SCIL recipe | Clob | ● |
appliesTo | String on this strict form: 'X <tablename><id> <tablename><id> X' Like X role8 X | String(4000) | ● |
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 | |
deltaState | State of the delta, like draft or published | Enum DeltaState | ● |
Indexes
Fields | Types | Description |
---|---|---|
configurablescreendelta_id | PK | Clustered, Unique |
recipeId | String(255) | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
Replication Flags
- None
Security Flags
- No access control via user's Role.