Status changes are now searchable

Finding leads based on status changes is now possible with the lead_status_change and opportunity_status_change keywords for search.
To find all leads whose status went from Potential => Qualified today:
lead_status_change(old:potential new:qualified date:today)
To find all leads who had an opportunity move to Won on October 23, 2013:
opportunity_status_change(date:"October 23, 2013" new:won)
Or, to find all leads who had any type of status change today (including opportunity changes):
lead_status_change(date:today) or opportunity_status_change(date:today)
Need help with a query? Join our live help chat!