First Level Sorting for the Main Class Tree
The root objects of the Main Class , i.e. root projects presented in the "All Projects" Page, are sorted per CREATION_DATE Descending by default. First level sorting of the root objects can be changed for all users of a domain by configuring the keys in the file smarteam.std.webEditor.config.xml:
- MainClassPrimarySortAttribute = "CLASS_ID"
MainClassPrimarySortDirection = "Descending"- MainClassSecondarySortAttribute = "TDM_DESCRIPTION"
MainClassSecondarySortDirection = "Ascending"Notes:
- First Level Sorting for the Main Class Tree will be valid only for the default view defined for the main class, i.e. super class Projects and not for the changed view in the Main Class Page
- "If the value of the primary or secondary key is missing or invalid the main super class attribute name CREATION_DATE, Descending will be used.
- Only super class attributes will be valid for sorting the first level of All Projects page (there is no support for sorting attributes of leaf classes).