<?xml version="1.0" encoding="UTF-8"?>
<ListView xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>AllUnreviewedSolutions</fullName>
    <filterScope>Everything</filterScope>
    <filters>
        <field>SOLUTION.STATUS_CODE</field>
        <operation>equals</operation>
        <value>0</value>
    </filters>
    <label>All Unreviewed Solutions</label>
</ListView>
