ALM Project Database Reference
td.DASHBOARD_FOLDERS Table
Description
Folders for dashboard pages.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key DF_IDThe record ID.int4   
 DF_LOGICAL_NAMEA name, unique in the scope of this table, that refers to this record.varchar64   
 DF_PARENT_ID

If top-level folder, 0.

Otherwise the DF_ID of the parent folder.

int4   
 DF_NAMEThe folder name.varchar255   
 DF_DESCRIPTIONThe folder description.varchar16  
 DF_PATH

The position in the tree. The format is AAAAA, AAAAB, and so on.

The characters V and W are not used.

varchar255   
 DF_IS_PUBLICIf Y, the item is public. If N, the item is private.varchar1  
 DF_VER_STAMPThe version number.int4   
 DF_OWNERThe user name of the folder owner.varchar60   
 DF_SEGMENT_IDThe ANALYSIS_SEGMENTS.AS_ID of the segment in which this item is presented in the user interface.int4  
Indexes
See Also