Template
Purpose
Contains a list of Document Definitions.
Diagram of relationships between objects to be processed
List of columns
| Key | Name | Type | Required | Description |
| PK | Id | int | yes | Identifier of a Document Definition. |
| GUID | uniqueidentifier | yes | Unique identifier of a Document Definition. | |
| IsDeleted | bit | yes | Indicates that a Document Definition has been deleted. | |
| IsDisabled | bit | yes | Indicates that a Document Definition has been disabled. | |
| Modified | timestamp | yes | Document modification tag. | |
| ProjectId | int | yes | Identifier of the project to which a Document Definition belongs to. Corresponds to the entry identifier in the Project table. | |
| TemplateIndex | int | yes | Index number of a Document Definition in a project. If a Document Definition is deleted, the index numbers of other definitions remain the same. |
4/12/2024 6:16:03 PM