Defines a template for a document in Document Management.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| document_template_id | varchar(50) | not null | Unique ID for the document template |
| total_pages | integer | with null | n - indicates infinite value will be replaced by -1, has values 0-99 |
| modify | integer | with null | Flag to indicate one can modify or not |
| time_stamp | date | with null | The created time for the document template |
| comment | nvarchar(64) | with null | The descriptive comment |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| document_template_id | usm_doctmpl_layoutlist | document_template_id |