ALM Project Database Reference
td.COMPONENT_FOLDER Table
Description
Business Process Component Folders.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key FC_IDThe record ID.int4   
 FC_FATHER_ID

The FC_ID of the folder containing this folder. The initial folders created automatically with a new project have an FC_FATHER_ID of 0. 

int4   
 FC_PATHThe highest level node has path AAA. Each child node down the tree inherits the parent path and adds three letters,where the current level numeration is concatenated to the inherited path. For example, the child requirements of the first node (AAA) have paths of AAAAAA, AAAAAB, AAAAAC, and so on. The characters V and W are not used.varchar255  
 FC_NAMEThe folder name.varchar255  
 FC_DESCThe folder description.varchar16  
 FC_LOGICAL_PATHFor future use.varchar255  
 FC_VER_STAMPIncrements each time the record is changed.int4  
Indexes
IndexDescriptionPrimaryUnique
FC_FATHER_NAME_IDX  
FC_PATH_IDX  
FW_FC_PRIMARYKEY 
See Also