Forum Discussion
ChrisChris
9 years agoQrew Assistant Captain
If you want to make a dashboard report show records ten minutes after they're created, you can set up a formula check box field that will cause the report to display when the check box is checked.
If(now()>=[Date Created]+Minutes(10), true,false)
You can filter your report on that formula if a delay in showing records is what you're looking for.
narayanaraosaty
9 years agoQrew Trainee
I want to send a notification when Duration filed will reach to 10 min From the date created
Duration field is a formula filed
Now()-[Date Created]
Duration field is a formula filed
Now()-[Date Created]