I have a requirement to limit the logon user to view (and update)
only items in the list for this user only.
I created a column in the list. This column will contain the logon ID.
I thought that creating a view (MyView) containing the selected items
with the logon ID equal to the current user ID. Then make this view a
default view.
That part works.
But, since the user (who has 'contribute' permission to the list) can
create a view to show all items, the user can use the newly created
view to access (and update) other items in the list.
How can I limit the user's permission to a specific view (MyView)? so
the user cannot create a view?
I try to do this with OOB and MS SharePoint Designer.
Can this be done? or must I use VS Studio?