How to limit max resource to user
Anyone knows how to limit a how many resources a user can. create π
Solution:Jump to solution
On policies, you could count the relationship for the amount of resource items this user has created for this model and return false if count exceeds an allowed count.
2 Replies