<div dir="ltr"><div>We have the following canned search, which will find tickets not updated by the Current User in the last two days. This search is used in a dashbord that sends a daily email to our support staff, showing tickets that need follow-up.</div><div><br></div><div>Owner = '__CurrentUser__' AND LastUpdatedBy != '__CurrentUser__' AND LastUpdated > '2 day ago' AND Status != 'resolved' AND Status != 'answered' AND ( Queue != 'Development' AND Queue != 'Bugs' )</div><div><br></div><div>The problem that we've run in to is that there are certain things that get updated that don't merit follow up -- changes in ticket priority, or setting Custom Flags.</div><div><br></div><div>Is it possible to exclude updates of certain fields?</div><div><br></div><div>Thanks,</div><div><br></div><div>--Barton</div><div><br></div></div>