- Create or open the text file for
customized properties.
For
more information,
see
Editing Properties Using MQL.
-
To define the maximum number of characters used in product names, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxSemiTeamCollab.HDM.MaxProductName = 100
-
Set the value for this property depending on your business requirements. The value must be a positive integer.
- To define the characters that cannot be used in text fields, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxSemiTeamCollab.HDM.BadNameChars = \" # $ @ % * , ? \\\\ \\< \\> \\[ \\] \\|
-
Add characters to the value for this property depending on your business requirements. Removing any characters from the value could cause problems.
-
To define the default value used for the Selector field in dialog boxes, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxSemiTeamCollab.HDM.DefaultSelector = Trunk:Latest
-
Set the value for this property depending on your business requirements.
-
To define the limit of stores in a drop-down list, follow these steps:
-
Add or edit this line in the file used to import properties into a page object:
emxSemiTeamCollab.StoreSelectList.Limit = 5
If the number of stores is less than or equal to this value, a drop-down list is used to select a store. If there are more stores than this value, an ellipsis button is used to call a search page.
-
Set the value for this property depending on your business requirements. The value must be a positive integer.
-
When you are finished updating the text file with all properties that you want to modify, use the text file to modify the
emxSemiTeamCollab.properties page object. For more information, see Editing Properties Using MQL.
|