script_trace Table (476)
Scripts which should be tracedFields
| 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 | Yes |
| registered | Registered when | UtcDateTime | No |
| registered_associate_id | Registered by whom | FK associate | No |
| updated | Last updated when | UtcDateTime | No |
| updated_associate_id | Last updated by whom | FK associate | 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 |

Indexes
| Fields | Types | Description |
|---|
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.