- Create or open the text file for
customized properties.
For
more information,
see
Editing Properties Using MQL.
-
To define the short display format, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.DisplayFormat.Short = ${NAME}
-
Set the value for this property using type, name, and revision macros as needed.
For example: ${NAME} ${NAME}, ${REV} ${NAME}|${REV} ${NAME}:${REV}
The default value is ${NAME}, ${REV} .
-
To define the long name format, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.DisplayFormat.Long = ${NAME}
-
Set the value for this property using type, name, and revision macros as needed.
For example:
-
${TYPE} ${NAME} ${REV} -
${TYPE}|${NAME}|${REV} -
${TYPE}:${NAME}:${REV}
The default value is ${TYPE} ${NAME} ${REV} .
-
To define a selectable to use as an alias for the
${NAME} macro, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.DisplayFormat.type_XXX.AliasName
-
Replace
XXX with the administrative object type for which the alias is being defined. Add additional lines as needed for each type for which you want to define an alias.
For example: attribute[Marketing Name]
The code searches for the context object type when looking for the property. If an alias is not found for the specific type, it searches up the type hierarchy. If the property is blank or not found, the object name is used for display.
-
To define how the object is displayed in an effectivity expression, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxEffectivity.DisplayFormat = long
where:short = The effectivity expression is displayed using the defined short format.-
long = The effectivity expression is displayed using the defined long format.
-
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.
|