Book a Demo

Author Topic: Baseline management and Java Script?  (Read 3221 times)

M3SYSTEMS

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Baseline management and Java Script?
« on: June 24, 2013, 11:16:11 pm »
Hi all,

Is-it possible to query the baseline of the project by scripting?
I'd like to extract the previous version(s) (recorded in the baseline) of the current selected element of the project browser.
The results could be displayed in a search window.
Thanks in advance,
Olivier

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Baseline management and Java Script?
« Reply #1 on: June 25, 2013, 08:46:46 am »
The Baseline related functions available are:

Project.GetBaselines, Project.DeleteBaseline, Project.DoBaselineCompare, Project.DoBaselineMerge, Project.CreateBaseline, Project.CreateBaselineEx.

Check out the help to see if they do what you want.


M3SYSTEMS

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Baseline management and Java Script?
« Reply #2 on: June 25, 2013, 10:43:10 pm »
Thanks!  :)

Olivier