Migrating Attribute DXL that displays the attributes of linked to modules
This is concerning migrating DOORS 9.6 modules to DOORS NG
We have a lot of modules that contain attribute dxl that looks down links and displays the information in another module and then sometimes looks down those links such that you get a very configurable summary of all the information a particular object is linked to.
We also have tool to create this information and put it on a text attribute on demand, queries are saved to a module attribute and can be easily run when the user wants to (we do it this way so that opening one module doesn't open all the modules in the database implicitly.
I think I can recreate something similar using the worlds most complicated RPE template, but I would like to explore the possibility of running an equivalent query in DOORS NG and returning the information to an attribute. Essentially rewriting this dxl tool for DOORS NG.
Is this remotely possible, if so how would I do it?