How to copy DOORS system attribute value in user define attribute
Accepted answer
Hi Deepali
You can use an inbuilt feature in IBM Rational DOORS named "DXL Attribute Wizard" using which you can create and modify a DXL attribute that contains the values of other object attributes.
Here are the steps for the same:
Subsequently, once the attribute has been created, if you are interested in the underlying DXL code which built this attribute, you can indeed click on Edit on the newly created attribute -- on the Edit attribute window, click on "Browse" -- Current. This would show the DXL script too.
Let me know if you have any other questions.
Best regards
Pavan
You can use an inbuilt feature in IBM Rational DOORS named "DXL Attribute Wizard" using which you can create and modify a DXL attribute that contains the values of other object attributes.
Here are the steps for the same:
- Open the Module in question in Exclusive Edit Mode with sufficient access rights for creating a new Attribute. Click on Edit - Attributes - New.
- Provide a name for the New Attribute and select "DXL attribute" and then click on "Wizard".
-
Click "Next" on the Wizard and at step 2 of the wizard, select "Absolute Number" OR "Object Identifier" (as required)
- Continue with the remaining steps and if required, you can deselect 'Show attribute/property names'.
-
Click "Finish".
Subsequently, once the attribute has been created, if you are interested in the underlying DXL code which built this attribute, you can indeed click on Edit on the newly created attribute -- on the Edit attribute window, click on "Browse" -- Current. This would show the DXL script too.
Let me know if you have any other questions.
Best regards
Pavan