Previous Topic: Interface TableNext Topic: iss_trans Table


iss_Template Table

Table to manage Issue templates. There is one entry for each Issue that is a template.

Field

Data Type

Reference

Remarks

del

INTEGER

Active_
Boolean_
Table::enum

Specifies the Deleted flag, as follows:
0—Active
1—Inactive/marked as deleted

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
::uuid

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_
type

INTEGER

Quick_
Template_
Types
::enum

Specifies the quick template type, as follows:
1—Quick tmpl
2—Quick tmpl+review

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.