How to publish objects selectively in a DOORS module?
I am running DOORS 9.6.1.6.
I would like to publish objects selectively in a DOORS module.
How can this be done?
|
Accepted answer
This can be achieved by publishing a view with a filter that selects the objects that you want to publish.
Below are the steps:
1. add an attribute that is of type boolean
* after opening a module, menu > Edit > Attribute... > New...
* make sure the default value is set to False
2. set the attribute to true for the objects that you want to publish
3. use a view to select all objects that have this attribute set to true
3.1 click on Filter Properties icon
3.2 Select the objects that have "Selected" attribute set to True
4. Remove the display of the "Selected" column
menu > Edit > Columns...
5. publish the view
Andrew Clement selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.