ALM Project Database Reference
td.REPORT_PROJECT_TEMPLATES Table
Description
For internal use. Do not change data in this table.
Remarks
Report project templates defined in the project customization.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RPT_IDThe record ID.int4   
 RPT_LOGICAL_NAMEA name, unique in the scope of this table, that refers to this record.varchar64   
 RPT_NAMEThe display name of the template file represented by the template record.varchar255   
 RPT_CATEGORYThe template category. The category can be the logical name of an entity or a category created by the reporting framework.
Examples of entity logical names are defect, test, and test-folder.
Examples of other categories are Document_Template, History_Template, and Style_Template.
varchar40   
 RPT_FILENAMEThe file extension.varchar255   
 RPT_TEMPLATE_TYPEThe template type: Tabular or FullPage.varchar40   
 RPT_IS_DEFAULTY indicates that this the default template in its category.varchar1   
 RPT_MODIFIED_BYThe user who last changed this item.varchar255  
 RPT_FIELD_LIST

Reporting framework for internal use.

A comma separated list of fields used by the template. Each field can be either an entity field or a field defined by the reporting framework

varchar16   
 RPT_FILE_LAST_MODIFIEDMost recent modification time.datetime4  
Indexes
IndexDescriptionPrimaryUnique
REPORT_PROJECT_TEMPLATES_PK 
RPT_UNIQUE_IDX  
RPT_UNIQUE_NAME  
See Also