StarTeam SDK - TechRepublic
Question
September 24, 2008 at 01:09 AM
alvin.jones

StarTeam SDK

by alvin.jones . Updated 17 years, 10 months ago

I am connecting to Starteam from a Word macro to retrieve a list of CR’s and impacts. I can get a lsit containing the CR’s and impacts but cannot find anyway to distinguish between the CR’s and impacts or link the Impacts to the relevant CR’s.
After connecting to the Starteam server I am using this code to get the correct view.

Set oCR = oServer.typeForName(oServer.TypeNames.CHANGEREQUEST)
Set oFLM = oFLMFact.Create(oView)
oFLM.includeFolders oView.RootFolder, -1
Set oCRLM = oILMFact.Create(oCR, oFLM).

Can anyone help me with this?

This discussion is locked

All Comments