ALM Project Database Reference
td.BP_ITER_PARAM Table
Description
The design-time value of a business component parameter for a specific iteration.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key BPIP_IDThe record ID.int4   
 BPIP_BPP_IDThe link to the test, component, and parameter through BP_PARAM.BPP_ID.int4  
 BPIP_BPI_IDThe iteration: BP_ITERATION.BPI_IDint4  
 BPIP_VALUEThe default value for the iteration.varchar16  
 BPIP_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_ITER_PARAM_PRIMARYKEY 
BPIP_BPI_ID_IDX   
BPIP_BPP_ID_IDX   
See Also