Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello everybody,
I need to retrieve the primay item of a baseline. According to the support, there are no APIs to set or retrieve the primary item.
Is there the possibility to write an ad hoc query?
Do we know where to find this information?
Is the information that identifies the primary item on a link between the baseline and the item?
Thank you
Solved! Go to Solution.
Hi,
I use setTopObject(Baselineable the_topObject) in wt.vc.baseline.ManagedBaseline to set primay item on a baseline.
wt.vc.baseline.ManagedBaseline has also getTopObject(). Please try it.
Hi,
I use setTopObject(Baselineable the_topObject) in wt.vc.baseline.ManagedBaseline to set primay item on a baseline.
wt.vc.baseline.ManagedBaseline has also getTopObject(). Please try it.