Is it possible to make SharePoint not store the user name in the fields Created_at and Modified_by when editing a list. I want to make this completely anonymous.
Asked
Active
Viewed 84 times
2 Answers
1
I don't think you can get away without having the Created or Modified fields. I would suggest using an Event Receiver that changes the values to something safe (perhaps even System Account) on ItemAdded and ItemUpdated.
For more information, see:

Community
- 1
- 1

Rich Bennema
- 10,295
- 4
- 37
- 58