I need to iterate on all outgoing links of the objets of a baselined module.
I know how to do that on the current module but it does not work when I load a baselined module.
This code only works if baseline = current :
Module m = current
Module mLoad = null
Object obj = null
Link lnk = null
int count = 0
mLoad = load(m,baseline(1,0,"test"),false)
for obj in mLoad do
{
for lnk in obj->"*" do
{
count ++
}
print count
}
Can you help me to fix it ?
#SupportMigration#EngineeringRequirementsManagement#DOORS#Sustainability#Support