Sorting the project list by project status
The statusorder.xml file in C:\InetPub\wwwroot\SPSSMR\\DimensionNet\Bin controls the order in which statuses appear in the project list when it is sorted by project status. To define a different order, change the order of statuses in this file:
<?xml version="1.0" encoding="UTF-8"?>
<StatusOrder>
<Status id="Test"/>
<Status id="Active"/>
<Status id="Inactive"/>
</StatusOrder>
If this file does not exist, projects are in this order: Active, Test, Inactive.
See also