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 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
Hope this helps.
Donna Attachments CAPTURE.DXL |