i want each user only able to create max 2 documents in each day.

i want each user only able to create max 2 documents in each day, not allow create more than 2 documents in the table. The table used by many users. How to solve this problem?

My opinion to solve this problem is to hide save button (form) when already there 2 documents created by user in each day. Is it good solution? or any better way to solve this problem?

 

 

 

 

  

Solved Solved
0 1 30
  • UX
1 ACCEPTED SOLUTION

Yes, you could

  1. limit their ability to access the form by hiding it, or you could -
  2. limit their ability to submit the form by have a required field with a valid_if statement  

Or you could do both

View solution in original post

1 REPLY 1

Yes, you could

  1. limit their ability to access the form by hiding it, or you could -
  2. limit their ability to submit the form by have a required field with a valid_if statement  

Or you could do both

Top Labels in this Space