- Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
-
To specify the default expiration date for the Product Data, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxCPN.ProdDataExpiration.DefaultExpirationDate = YYYY/MM/DD
-
Set the value for this property depending on your business requirements.
-
To specify the minimum number of days expiration after which the Technical Specifications data will expire, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxCPN.ProdDataExpiration.DefaultExpirationDays = 180
The default value is 180 days.
-
Set the value for this property depending on your business requirements.
-
To specify the maximum number of days expiration after which the Technical Specifications data will expire,
-
Add or edit this line in the file used to import properties into a page object:
emxCPN.ProdDataExpiration.MaxExpirationDays =
This value cannot exceed more than 365 days.
-
Set the value for this property depending on your business requirements.
-
To set a rule that the state of the previous revision Product Data is set to obsolete when the new revision changes to release state,
-
Add or edit this line in the file used to import properties into a page object:
emxCPN.admin.ObsoleteOldPartRevWhenNewRevReleased = True
-
Set the value for this property depending on your business requirements.
-
To define the allowed types using this property. The values build the Smart BOM, based on the setting, you can also add child objects on the EBOM.
-
Add or edit this line in the file used to import properties into a page object:
emxCPN.ProductData.EBOM.<ParentSymbName>.AllowedTypes = <ChildEBOMTypes>
Enter the types separated by comma.
-
Set the value for this property depending on your business requirements:
-
To display the characteristic type of a sample table data, edit the
enoTemplate.properties file.
-
Add or edit this line in the file used to import properties into a page object:
enoTemplate.<Symbolic Name of the Type>.TableSections
= <List of table sections to display while creating a section>
enoTemplate.<Table Section Type>.JPOAndFunctionAndTable
= <JPO>:<method>:<table name>
-
When you are finished editing the properties, save the page.
|