- Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
-
To exclude types of project space objects from roadmap project searches, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxProduct.RoadMapProject.ExcludeTypes = type_<project type1>,type_<project type2>,type_<project type3>
where type_<project type>
is the type of project that you want to exclude from roadmap projects.
-
Set the value for this property depending on your business requirements.
For example, to exclude experiments, baselines, and project snapshots from roadmap project searches, define the property as follows: emxProduct.RoadMapProject.ExcludeTypes = type_Experiment,type_ProjectBaseline,type_ProjectSnapshot
-
When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the
emxProductLine.properties page object. For more information, seeEditing Properties Using MQL.
|