> ## 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.

# s_list_element table

> Elements in a static list.

## s\_list\_element Table (345)

Elements in a static list.

## Fields

| Name     | Description                          | Type                                            | Nullable |
| -------- | ------------------------------------ | ----------------------------------------------- | :------: |
| id       | Primary key                          | PK                                              |    No    |
| list\_id | Which list this element belongs to   | FK [s\_list](./s-list.mdx)                      |    No    |
| address  | The email address of this element    | String(255)                                     |    No    |
| name     | The name of the recipient            | String(255)                                     |    Yes   |
| sms      | The sms number for this element      | String(255)                                     |    No    |
| status   | Status for the statical list element | Enum [ElementStatus](./enums/elementstatus.mdx) |    No    |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/s_list_element.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=b790a420344fcbcefd08c080a38edcb0" alt="s_list_element table relationship diagram" width="406" height="59" data-path="media/loc/en/database/tables/s_list_element.png" />

## Indexes

| Fields   | Types       | Description |
| -------- | ----------- | ----------- |
| list\_id | FK          | Index       |
| address  | String(255) | Index       |
| sms      | String(255) | Index       |

## Relationships

| Table               | Description               |
| ------------------- | ------------------------- |
| [s\_list](./s-list) | A list, dynamic or static |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [Released database changes in version 9.8.7717.1401](/release-notes/database/changes-9.2.md)
- [What's new in version 10.1.2.686](/release-notes/database/changes-10.1.2.md)
- [What's new in version 10.1.5](/release-notes/database/changes-10.1.5.md)
- [What's new in version 10.2.1.1517](/release-notes/database/changes-10.2.1.md)
- [What's new in version 10.2.2.707](/release-notes/database/changes-10.2.2.md)
- [What's new in version 10.2.3.544](/release-notes/database/changes-10.2.3.md)
