temp_db_lock Table (522)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Represents a temporary lock on a resource identified by table_id and key
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| temp_db_lock_id | Primary key | PK | |
| table_number | The table number (or domain) of the locked resource | TableNumber | ● |
| key | The key/id of the locked resource | RecordId | ● |
| timeout_at | When this lock times out. Refreshing this while working is a good idea. | UtcDateTime | ● |
| 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 |
|---|---|---|
| temp_db_lock_id | PK | Clustered, Unique |
| table_number | TableNumber | Index |
| key | RecordId | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
Replication Flags
- None
Security Flags
- No access control via user's Role.