Field Level Visibility and Access Control #5328
VinayaSathyanarayana
started this conversation in
Feature requests
Replies: 1 comment 3 replies
-
You probably want to use a validation hooks. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question on Field Level Visibility and Edit Control
Suppose I have a set of fields [Sales01, .... Sales31] representing Sales from 1st to 31st of the month
If I want to block users from entering data for selected dates based on some logic, how do I do that?
Sample logic could be:
In February allow updates till 28th, but block 29,30,31
Block Updates to certain dates - in case they are Saturday/Sunday/Holiday
Is it possible to specify the access control at the field level to do that
KeystoneJs 5 (not sure about keystone-next) had
Is this functionality going to be available in keystone-next?
Once there is the ability to write a function, the function can be used for the use case I mentioned above.
Beta Was this translation helpful? Give feedback.
All reactions