ALM Project Database Reference
td.REPORT_USER_TEMPLATES Table
Description
For internal use. Do not change data in this table.
Remarks
Report user custom templates, uploaded for a specific report instance.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RUT_IDThe record ID.int4   
 RUT_LOGICAL_NAMEA name, unique in the scope of this table, that refers to this record.varchar64   
 RUT_FILENAMEThe display name of the template file represented by the template record.varchar255   
 RUT_OWNER_IDThe ANALYSIS_ITEMS.AI_ID  of the item that uses this template.int4   
 RUT_FIELD_LISTReporting framework for internal use.varchar16   
 RUT_TYPEThe template type: Tabular or FullPage.varchar40   
Indexes
IndexDescriptionPrimaryUnique
REPORT_USER_TEMPLATES_PK 
RUT_UNIQUE_NAME  
See Also