Under saved transaction search…email tab, we have ...
# general
s
Under saved transaction search…email tab, we have a field called “updated fields” that sends out alerts when a certain field is updated to a new value…how can I created an alert for a formula(Numeric) field?
l
What do you want to achieve specifically with that Formula (Text)?
s
I have a formula text that counts the number of transactions per hour (based on system notes) and gives me a number for all 24 hours of the day…i created 24 Formula(numeric) fields under search results to accomplish this…..i want to be alerts when under one of the hours, if my sales count goes above a certain number. @Luis
d
Can't think of how to do this with a single search. Maybe create a separate search that only looks in the last/current hour with a summary criteria similar to:
COUNT {internalid} greaterthan [_*threshold_number*_]
Enable email alerts without any "updated fields"
s
@David B Thank you very much!!