ALM Project Database Reference
td.DASHBOARD_PAGES Table
Description
Dashboard pages.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key DP_IDThe record ID.int4   
 DP_FOLDER_IDThe DASHBOARD_FOLDERS.DF_ID of the containing folder.int4   
 DP_LOGICAL_NAMEA name, unique in the scope of this table, that refers to this record.varchar64   
 DP_NAMEThe page name.varchar255   
 DP_IS_PUBLICY if public. N if private.varchar1  
 DP_OWNERThe user name of the owner.varchar60   
 DP_DESCRIPTIONThe page description.varchar16  
 DP_TITLEThe page title.varchar255  
 DP_VER_STAMPThe version stamp.int4   
 DP_MODIFIED_BYThe user who last changed this item.varchar60  
 DP_VTSThe version time stamp.varchar20   
 DP_USER_01User-defined field.varchar40  
 DP_SEGMENT_IDThe ANALYSIS_SEGMENTS.AS_ID of the segment in which this item is presented in the user interface.int4  
Indexes
See Also