Sort Order for Action Items and Findings

You can define for each model the order that is used to sort items in the Action Items and Findings pages. This is done by defining one or more scales and adding them to the Properties/Bundle.xml file using the findingsTab and actionItemsTab options, as shown below:

configuration/models/[ModelFolder]/Properties/Bundle.xml:
<bundle>
  <!-- sort order for columns -->
  <findingsTab orderBy="SCALE_PRIORITY;SCALE_SEVERITY" />
  <actionItemsTab  orderBy="SCALE_REMEDIATION;SCALE_SEVERITY" />
</bundle>