Forum Discussion
KevinSlider
7 years agoQrew Trainee
Hello Charan,
I would have actually recommended a form rule to hide the buttons when the condition is true, so that you can allow Admins to continue to add records.
I would say also, that you can add a condition in the buttons formula to show "" if the conditions are met, hiding the button essentially. This would not detect user role however.
While both of these should work, I could see the formula not firing on time, and some added difficulty with timezones.
Would you like to try a condition in your formula button?
If(Now()-tohours(1)>[Date/Time],"",$URL)
I would have actually recommended a form rule to hide the buttons when the condition is true, so that you can allow Admins to continue to add records.
I would say also, that you can add a condition in the buttons formula to show "" if the conditions are met, hiding the button essentially. This would not detect user role however.
While both of these should work, I could see the formula not firing on time, and some added difficulty with timezones.
Would you like to try a condition in your formula button?
If(Now()-tohours(1)>[Date/Time],"",$URL)