EditSession
Purpose
Stores all batch object editing sessions.
Diagram of relationships between lock tables
List of columns
Key | Name | Type | Required | Description |
PK | Id | int | yes | Identifier of the batch object editing session. |
BatchId | int | yes | Identifier of the batch. Corresponds to the entry identifier in the Batch table. | |
TaskId | int | no | Identifier of the task. Corresponds to the entry identifier in the Task table. | |
ParentSessionId | int | no | Identifier of the parent session. |
12.04.2024 18:16:03