- Create or open the text file for
customized properties.
For
more information,
see
Editing Properties Using MQL.
-
To use a separator other than a comma for sequences, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.Default.SequenceSeparator = ,
-
Set the value for this property depending on your business requirements.
-
To define the range separator for the effectivity expression., follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.Default.RangeSeparator = -
-
Set the value for this property depending on your business requirements.
-
To define a date sequence separator for the effectivity expression, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.Date.SequenceSeparator = ,
-
Set the value for this property depending on your business requirements.
-
To define a date sequence separator for the effectivity expression, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.Date.RangeSeparator = -
-
Set the value for this property depending on your business requirements.
-
To define a custom range or sequence separator for a specific effectivity type, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.EFFTYPENAME.RangeSeparator =
emxEffectivity.EFFTYPENAME.SequenceSeparator =
where EFFTYPENAME is the custom effectivity type to be added.
-
Enter values for these properties as required for the effectivity type.
-
To change what Configuration and Effectivity
Services displays as the infinity symbol, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.Display.Infinity = inf
-
Set the value for this property depending on your business requirements.
-
To what character sequence the user must type for "infinity" when keying in an effectivity expression, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.Keyin.Infinity = inf
-
Set the value for this property depending on your business requirements.
When the defined character sequence is typed in by the user, it is converted to the mathematical infinity character in the expression.
-
When you are finished updating the text file with all properties that you want to modify, use the text file to modify the effectivity.properties page object. For more information, see Editing Properties Using MQL.
|