0

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.

Carlos Blanco
  • 8,592
  • 17
  • 71
  • 101

2 Answers2

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
0

You could consider a SharePoint survey. In surveys can hide user names.

user676093
  • 61
  • 1
  • 1