I want to create a read only view in one of my lists. How can I do that?
Please guide.
Thanks in advance.
|
I want to create a read only view in one of my lists. How can I do that? Please guide. Thanks in advance. |
|||||||
|
|
Views are just representations of the data in the List. If you want to freeze the data, you need to then set permissions on the List or individual items. This can be done manually, or you could kick off a workflow to do this. Either way, you can't prevent someone from somehow editing data by changing a View. |
|||||||
|