Restrict add/edit up to a certain time

juergen_mueller

DaDaBIK Guru
Hi

I don’t know whether somebody else asked the same thing already, forum search didn’t bring up a result.

Is there a function allowing to add or edit a record until a certain date and time. Example: A user wants to book an event or anything else on a given date and time, e.g. 01.08.2022, 21.00 hours. Booking is open until 20.30 hours. Is there a way to disable adding or editing after this time?

Any idea highly appreciated. Thanks, Juergen
 

eugenio

Administrator
Staff member
Hi Juergen,
there isn't any built-in features, but how about a before update hook? You could check the conditions and in case trigger an error

Best,
 
Top