script_trace Table (473)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute 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 |
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.