Hi all, long shot but thought worth asking...
I'm trying to send an email based on the results of a saved search which is a formula field and want to email if the time on the report is greater than 30mins..
my results are 3 fields - system notes: date, formula text group and formula numeric with summary type minimum and formula to identify time between now minus system notes date - (TO_CHAR({today},'YYYY') * '525600' + TO_CHAR({today},'MM') * '43800' + TO_CHAR({today},'DD') * '1440' + TO_CHAR({today},'HH24') * '60' + TO_CHAR({today},'MI')) - (TO_CHAR({systemnotes.date},'YYYY') * '525600' + TO_CHAR({systemnotes.date},'MM') * '43800' + TO_CHAR({systemnotes.date},'DD') * '1440' + TO_CHAR({systemnotes.date},'HH24') * '60' + TO_CHAR({systemnotes.date},'MI'))
Assume I need to create a scheduled script to send if the time is greater than 30 mins but not sure how to do this...ID of the saved search is 4409 and is called 'Order received Time'... is there anyone who could help out with this?