script_trace Table (474)
•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Scripts which should be traced
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| script_trace_id | Primary key | PK | |
| name | The friendly name of the script which should be traced | String(255) | ● |
| location | The location of the script which should be traced | String(255) | ● |
| skip_frames | Skip n frames between each save to optimize | Int | ● |
| enabled | Whether this trace is enabled or not | Bool | ● |
| ttl | How long traces should be kept before being deleted (in seconds) | Int | ● |
| associate_id | Optionally limit traces to a specific associate | FK associate | ● |
| 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 | |
| notification_email | Email to notify when trace saved | String(255) | ● |
| notify | Send notification by email when trace run is saved | Bool | ● |
| num_notifications | How many (more) notifications left before it is disabled | Int | ● |
| exception_only | If true, then we save the trace run only if an unhandled exception is thrown | Bool | ● |
| sum_runs | How many trace runs have been saved | Int | ● |
| sum_size | How much trace data has been saved | Int | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| script_trace_id | PK | Clustered, Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| script_trace_run | Traces of executed scripts |
Replication Flags
- None
Security Flags
- No access control via user's Role.