Skip to main content
12-Amethyst
March 30, 2022
Solved

Baseline primary item

  • March 30, 2022
  • 1 reply
  • 1172 views

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

Best answer by shin1h

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.

1 reply

shin1h13-AquamarineAnswer
13-Aquamarine
March 30, 2022

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.