How to publish objects selectively in a DOORS module?
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