Forum Discussion
2 Replies
Sort By
- KevinSliderQrew TraineeHello 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) - CharanRQrew MemberWow! Condition in the button gave me exactly what I was looking for. Thanks Slider.