This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Merged Baseline in Dimensions CM 12.2 with JAVA API

How can I create a merged baseline in Dimensions CM 12.2 with the JAVA API? Manual I select the baselines I want to merge and choose the option "Merged Baseline".

More precisely, is there a method i can call? So far I only found the method "createBaseline" of the interface "DimensionsObjectFactory". I can specify the baseline with an object "BaselineDetails" but I can't see how I can create a "Merged Baseline".

Tags:

  • 0
    Hi Richard,
    I think that Create Merged Baseline is not exposed in public Java API. But what you can do is to construct a command and execute that using DimensionsConnection#getObjectFactory().runCommand method.
    Say:
    CMB "PRODUCT:TARGET_BLN_ID" /PART="PRODUCT:PART.A;1" /BASELINE_LIST=("PRODUCT:BLN1_TO_MERGE","PRODUCT:BLN2_TOMERGE")

    --
    Alex Shevchenko
    Sr Development Manager
    Although I work for OpenText, I am speaking for myself and not for OpenText.
    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button.