Table to manage Issue templates. There is one entry for each Issue that is a template.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
del |
INTEGER |
Active_ |
Specifies the Deleted flag, as follows: |
|
description |
nvarchar(1000) |
|
Specifies the textual description of the template. |
|
id |
INTEGER |
|
Specifies the unique (to the table) numeric ID. |
|
last_mod_by |
byte(16) |
ca_contact |
Specifies the UUID of the contact who last modified this record. |
|
last_mod_dt |
INTEGER |
|
Identifies the timestamp of when this record was last modified. |
|
persid |
nvarchar(30) |
|
Persistent ID (SystemObjectName:id). |
|
quick_tmpl_ |
INTEGER |
Quick_ |
Specifies the quick template type, as follows: |
|
template |
nvarchar(30) |
issue persistent_id |
Persistent ID (SystemObjectName:id). |
|
template_class |
nvarchar(12) |
|
This allow subclassing of the templates. |
|
template_name |
nvarchar(30) |
|
Identifies the unique name of the template. |
|
Copyright © 2013 CA.
All rights reserved.
|
|