How to move links when one object is moved across modules

I want to move objects across modules in DOORS by copying from the old module to the new module using the Tools > Functions > Copy Objects, and then deleting the old object in the old module.

However, I have existing links in the old module which will need to be moved as well.  Is there a way to do that via a default DOORS function or DXL script without having to manually do that?

 


doors_user - Thu Jun 11 09:27:57 EDT 2015

Re: How to move links when one object is moved across modules
donnacruickshank - Tue Jul 28 06:42:22 EDT 2015

Hello,

             The attached DXL script will create a text-type object attribute in the current module that contains a CR-separated list of link target absolute numbers.  One attribute is
created for each target module, with the name of the attribute being the name of the target module. You can then use the link by attribute tool to generate the links.

 

Hope this helps.

 

Donna


Attachments

CAPTURE.DXL