TemplateLock
Purpose
Contains information about editable Document Definitions.
Diagram of relationships between lock tables
List of columns
Key | Name | Type | Required | Description |
PK | Id | int | yes | Identifier of a Document Definition lock. |
CreationDate | datetime | yes | Date and time of the creation of a lock. | |
TemplateId | int | yes | Identifier of a Document Definition. Corresponds to and entry identifier in the Template table. | |
UserId | int | yes | Identifier of the user that is editing a Document Definition. Corresponds to an entry identifier in thePrincipal table. | |
Workstation | nvarchar | yes | Name of the workstation from which a lock was created. |
4/12/2024 6:16:03 PM