I need to add the link between two modules in DOORS (DXL scripting)?
2 answers
Hello,
You cannot do this in DOORS Next Generation. In DOORS 9.x and previous, this is covered in the DXL documentation: links are created using the -> and <- operators. The following comes from the manua:
You cannot do this in DOORS Next Generation. In DOORS 9.x and previous, this is covered in the DXL documentation: links are created using the -> and <- operators. The following comes from the manua:
Object source -> [string linkModuleName ->] Object target Object target <- [string linkModuleName <-] Object source
The
->
operator creates an outgoing link from object
source
to object
target
via link module
linkModuleName
. If
linkModuleName
is omitted the link goes via the default link module (see Default link module.
Regards,
Doug.
Comments
Daniel Moul
FORUM MODERATOR / JAZZ DEVELOPER Feb 13 '13, 8:16 a.m.For future reference, it's best to ask questions about DOORS 9 in the IBM developerWorks forums, where the DOORS 9 community is quite active: