Hi All,
I have a problem where i would like to restrict a user to create only 2 items in a sharepoint list.
eg. User A can create 2 items in a list, User B can create another 2 items in the same list but User A cannot create more than 2 items in the list, same for all other users as well.
Can you please help me this.
Thanks.
If you are writing server side code then you can use list item event receivers to restrict user to create more than two items.