RandyRandy
10 years agoQrew Member
send notification when condition is met only on first instance
I have a summary field that is totaling dollars spent in individual records. I also have a budget for the project. I would like to send an e-mail notification when the first record cause the total to exceed budget and then I'd like the notification to stop sending.
For example. Budget is $100
record 1 expense $65 (no notification sent)
record 2 expense $50 (Email sent because job is $15 over budget)
record 3 expense $10 (no notification sent because e-mail was already sent after record 2 was created)