> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/ConfigurableScreenDelta.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=f52cf98d0c3807d926536ab512a0a43b" 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.


## Related topics

- [Get Configurable Screen Deltas By Delta](/en/api/reference/restful/agent/configuration_agent/get-configurable-screen-deltas-by-delta.md)
- [Save Configurable Screen Delta](/en/api/reference/restful/agent/configuration_agent/save-configurable-screen-delta.md)
- [Delete Configurable Screen Delta](/en/api/reference/restful/agent/configuration_agent/delete-configurable-screen-delta.md)
- [Get Configurable Screen Delta](/en/api/reference/restful/agent/configuration_agent/get-configurable-screen-delta.md)
- [SuperOffice.WebApi.Data.ConfigurableScreenDelta](/en/api/reference/webapi/SuperOffice.WebApi.Data.ConfigurableScreenDelta.md)
- [Create Default Configurable Screen Delta](/en/api/reference/restful/agent/configuration_agent/create-default-configurable-screen-delta.md)
