Maximum records per day

MichalD

New member
Hi,
Can someone tell me where can i make that? I make an order platform for my company and i need block maximum orders/ records per day.
 

eugenio

Administrator
Staff member
Hi,
if you mean max number of records a user can insert I would implement it using a before insert hook that checks if the limit has been exceeded.

Best,
 

MichalD

New member
That's ok but i mean that all users can put only 4 orders per day and when user will put next order in that date will get info " this date is full. Please select another date" and can't get this date to form.
 
Top