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

# script_trace table

> Scripts which should be traced

## script\_trace Table (476)

Scripts which should be traced

## Fields

| Name                      | Description                                                                  | Type                            | Nullable |
| ------------------------- | ---------------------------------------------------------------------------- | ------------------------------- | :------: |
| script\_trace\_id         | Primary key                                                                  | PK                              |    No    |
| name                      | The friendly name of the script which should be traced                       | String(255)                     |    Yes   |
| location                  | The location of the script which should be traced                            | String(255)                     |    Yes   |
| skip\_frames              | Skip n frames between each save to optimize                                  | Int                             |    Yes   |
| enabled                   | Whether this trace is enabled or not                                         | Bool                            |    Yes   |
| ttl                       | How long traces should be kept before being deleted (in seconds)             | Int                             |    Yes   |
| associate\_id             | Optionally limit traces to a specific associate                              | FK [associate](./associate.mdx) |    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    |
| notification\_email       | Email to notify when trace saved                                             | String(255)                     |    Yes   |
| notify                    | Send notification by email when trace run is saved                           | Bool                            |    Yes   |
| num\_notifications        | How many (more) notifications left before it is disabled                     | Int                             |    Yes   |
| exception\_only           | If true, then we save the trace run only if an unhandled exception is thrown | Bool                            |    Yes   |
| sum\_runs                 | How many trace runs have been saved                                          | Int                             |    Yes   |
| sum\_size                 | How much trace data has been saved                                           | Int                             |    Yes   |

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

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                                    | Description                                                        |
| ---------------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)                 | Employees, resources and other users - except for External persons |
| [script\_trace\_run](./script-trace-run) | Traces of executed scripts                                         |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [script_trace_run table](/en/database/tables/script-trace-run.md)
- [What's new in version 10.3.9.718](/release-notes/database/changes-10.3.9.md)
- [What's new in version 10.3.1.759](/release-notes/database/changes-10.3.1.md)
- [What's new in version 10.3.10.720](/release-notes/database/changes-10.3.10.md)
- [What's new in version 10.2.11.1228](/release-notes/database/changes-10.2.11.md)
- [What's new in version 10.3.2.841](/release-notes/database/changes-10.3.2.md)
