Date Overdue Rule
<DateOverdueRule AttributeName="Due Date" WarnDaysInAdvance="5"/>AttributeName (Required)
WarnDaysInAdvance (optional, default: 0)
<CombinedRules Combination="OR">
<DateOverdueRule AttributeName="Due Date" WarnDaysInAdvance="1"/>
<AttributeValueRule AttributeName="Status">
<ExpectedValue>Closed</ExpectedValue>
<ExpectedValue>Duplicate</ExpectedValue>
<ExpectedValue>Misunderstood</ExpectedValue>
</AttributeValueRule>
</CombinedRules>Last updated
Was this helpful?