- Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
-
To enable the PDF report on the change request list page, follow these steps:
-
Add or edit this line in the file used to import properties into a page object
EnterpriseChangeMgt.Change.ViewPdfSummary=false
-
Set the value for this property depending on your business requirements:
-
true - adds the PDF Report tab to the change request list page.
-
false - removes the PDF Report tab from the change request list page.
-
To enable users to configure how many days old change objects are to be shown in "My Change Widget", follow these steps:
-
Add or edit this line in the file used to import properties into a page object
EnterpriseChangeMgt.WidgetPreference.DefaultNoOfDays=60
-
To set the value for this property depending on your business requirements, enter an integer greater than 0.
-
If Adlib Express is installed, follow these steps:
-
Add or edit this line in the file used to import properties into a page object
EnterpriseChangeMgt.RenderPDF=false
-
Must be set to
true if Adlib Express is installed for creating PDF files.
-
true - Required if Adlib Express is installed.
-
false - Set if Adlib Express is not installed (this is the default).
-
To set applicability types, follow these steps:
-
Add or edit this line in the file used to import properties into a page object
emxEnterpriseChangeMgt.Effectivity.EffectivityTypes = Unit,FeatureOption,ContextDate,ProductRevision
-
Set the value for this property depending on your business requirements. This setting is used in UnresolvedBOM \ XBOM.
Use one or more of these values, separated by commas:
-
Unit
-
FeatureOption
ContextDate ProductRevision
-
To define the symbolic names of types used with X-CAD Design Management, follow these steps:
-
Add or edit this line in the file used to import properties into a page object
EnterpriseChangeMgt.Integration.NonCDMTypes = type_MCADDrawing,type_MCADDrawingTemplate,type_MCADVersionedDrawing,type_ECADModel,type_IDFModel,type_IDFVersionedModel,type_MCADModel,type_MCADModelTemplate
-
Set the value for this property based on your business requirements:
type_MCADDrawing type_MCADDrawingTemplate type_MCADVersionedDrawing type_ECADModel type_IDFModel type_IDFVersionedModel type_MCADModel type_MCADModelTemplate
- 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 EnterpriseChangeMgt.properties page object. For more information, see Editing Properties Using MQL.
|