I'm interested in creating a project baselines where ONLY the Design Parts the project items are related with are considered (one could consider owned and used-by relationships). However, whenever I create a TIP-BASELINE I got almost the complete tree of Design Parts related with the baseline.
In order to ilustrate the problem, just a very simple example:
- I created one project (L_RC_DUMMY) with just one item revision
- The item revision is related against EFA:ASTA:KAKA design part (EFA product and root DP)
- “KAKA” design part has a child design part “KAKA_01” (empty, i.e., no items related against KAKA_O1 DP)
EFA
ASTA
KAKA
KAKA_01
When I create a TIP BASELINE (BL_DUMMY) using L_RC_DUMMY project, I got 41996 DPs related. why?.
(CBL "EFA:BL_DUMMY" /TYPE = "BASELINE" /SCOPE = "WORKSET" /WORKSET = "EFA:L_RC_DUMMY" /SCOPE_TO_WS. /SCOPE_TO_WS is redundant and not really needed. I can omit it.)
If I run the query:
select top_node_part_id from pcms_baseline_info where baseline_id='BL_DUMMY' I got EFA (root product DP)
Why???