Since we could prevent users from adding a new past calendar event.
How could I add the validation rule before saving a new record?
In my case, I have a record with date value. the new record will be saved once a user click the custom button which will trigger save-model events
I need to make sure the datetime value is great than now. How could I do that?
Any documentation?
Thanks so much.