- Create or open the text file for
customized properties.
For
more information,
see
Editing Properties Using MQL.
- To specify the number of products that can be displayed in the Products column of the Dispositions table for a defect, follow these steps:
- Add or edit this line in the file used to import properties into a page object:
emxSemiTeamCollab.Disposition.MaxProductsShown = 10 - Set the value for this property depending on your business requirements. The value must be a positive integer.
- To specify the types of dispositions that are considered as "not impacting," meaning that they indicate that the defect does not affect a product, follow these steps:
- Add or edit this line in the file used to import properties into a page object:
emxSemiTeamCollab.Disposition.NotImpactingTypes = Not Impacted - Set the value for this property depending on your business requirements. The value must be a valid disposition type. You can enter a comma-separated list if there are multiple values.
-
When you are finished updating the text file with all properties that you want to modify, use the text file to modify the
emxSemiTeamCollab.properties page object. For more information, see Editing Properties Using MQL.
|