ALM Project Database Reference
td.BP_ITERATION Table
Description
The order of component iterations in a test.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key BPI_IDThe record ID.int4   
 BPI_BPC_IDThe link to the test and component through BPTEST_TO_COMPONENTS.BC_ID.int4  
 BPI_ORDERThe 0-based order of this iteration. If there is only one iteration, this field may be empty.int4  
 BPI_VC_CHECKOUT_USER_NAMEThe user who checked out the item under version control. If the item is not checked out, this field is blank.varchar60  
Indexes
IndexDescriptionPrimaryUnique
BP_ITERATION_PRIMARYKEY 
BPI_BPC_ID_IDX   
See Also