> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ConfigurableScreenDelta table

> Parts of recipes in SCIL to insert or remove in given recipes

## ConfigurableScreenDelta Table (463)

Parts of recipes in SCIL to insert or remove in given recipes

## Fields

| Name                        | Description                                                                          | Type                                      | Nullable |
| --------------------------- | ------------------------------------------------------------------------------------ | ----------------------------------------- | :------: |
| configurablescreendelta\_id | Primary key                                                                          | PK                                        |    No    |
| name                        | The name of this delta                                                               | String(255)                               |    Yes   |
| description                 | The description of this delta                                                        | String(1024)                              |    Yes   |
| recipeId                    | The recipe in scil where this delta will be merged                                   | String(255)                               |    Yes   |
| deltaType                   | Type of delta lik webpanel, but also system, customized.                             | Enum [DeltaType](./enums/deltatype.mdx)   |    Yes   |
| deltaJson                   | String with the delta to merge into the SCIL recipe                                  | Clob                                      |    Yes   |
| appliesTo                   | String on this strict form: 'X \<tablename>\<id> \<tablename>\<id> X' Like X role8 X | String(4000)                              |    Yes   |
| registered                  | Registered when                                                                      | UtcDateTime                               |    No    |
| registered\_associate\_id   | Registered by whom                                                                   | FK [associate](./associate.mdx)           |    No    |
| updated                     | Last updated when                                                                    | UtcDateTime                               |    No    |
| updated\_associate\_id      | Last updated by whom                                                                 | FK [associate](./associate.mdx)           |    No    |
| updatedCount                | Number of updates made to this record                                                | UShort                                    |    No    |
| deltaState                  | State of the delta, like draft or published                                          | Enum [DeltaState](./enums/deltastate.mdx) |    Yes   |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/a54GsRxXYMbb1e7a/media/loc/en/database/tables/ConfigurableScreenDelta.png?fit=max&auto=format&n=a54GsRxXYMbb1e7a&q=85&s=db6f18ed353d1d7a43e565743dfbd259" alt="ConfigurableScreenDelta table relationship diagram" width="538" height="59" data-path="media/loc/en/database/tables/ConfigurableScreenDelta.png" />

## Indexes

| Fields   | Types       | Description |
| -------- | ----------- | ----------- |
| recipeId | String(255) | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
