- Create or open the text file for
customized properties.
For
more information,
see
Editing Properties Using MQL.
-
To change the default business object type for manufacturing plans, follow these steps:
You only need to set this property if you defined additional types of manufacturing plans and want to define one of those as the default.
-
Add or edit this line in the file used to import properties into a page object:
DMCPlanning.ManufacturingPlanDerivation.DefaultType = type_ManufacturingPlan
-
Change
type_ManufacturingPlan to the symbolic name of the type that you defined.
-
To change which states in the Manufacturing Plans policy are considered Frozen states (that is, when the plan reaches that state it is frozen from further changes), follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
DMCPlanning.FrozenStates.type_ManufacturingPlan = policy_ManufacturingPlan.state_Archived,policy_ManufacturingPlan.state_Release
- Delete any state that you do not want to be considered a Frozen state.
-
Add new states to the value following this format:
policy_POLICYNAME.state_STATENAME
where: POLICYNAME is the name of the policy that controls the manufacturing plan's lifecycle. By default, it is Manufacturing Plan. If you defined alternate policies, use the name of your policy.STATENAME is the state in the policy that should be considered a Frozen state.
-
When you are finished updating the text file with all properties that you want to modify, use the text file to modify the emxdmcplanning.properties page object. For more information, see Editing Properties Using MQL.
|