how to edit "Created by" column in sharepoint list
-
Wednesday, June 23, 2010 6:52 PM
Hi,
I just want to know whether there is any option to modify the exsting values of Created by filed. I have 10 items in the list and would like to change the created by person name to some of them. Can any one suggest me on this? Thanks.
- Moved by Mike Walsh FIN Thursday, June 24, 2010 5:03 AM customization q (From:SharePoint - Development and Programming (pre-SharePoint 2010))
All Replies
-
Wednesday, June 23, 2010 7:15 PM
Hi Surya,
Possible only through code/powershell NOT through UI as its marked as ReadOnly, so won't be visible in EditForm.aspx.
Reference articles:
http://blogs.msdn.com/b/tadd/archive/2008/05/22/updating-the-created-by-and-modified-by-columns-in-sharepoint-lists.aspx
http://blogs.msdn.com/b/sowmyancs/archive/2008/03/14/can-we-update-the-values-of-created-by-modified-by-columns-in-sharepoint-lists.aspx- Proposed As Answer by Anjali Ch -MSFTMicrosoft Employee Thursday, June 24, 2010 9:11 PM
- Unproposed As Answer by Mike Walsh FIN Friday, June 25, 2010 6:27 AM
- Proposed As Answer by Anjali Ch -MSFTMicrosoft Employee Friday, June 25, 2010 11:20 PM
- Unproposed As Answer by Mike Walsh FIN Monday, June 28, 2010 5:31 AM
-
Monday, June 28, 2010 3:25 AMYou can change the values in the database, but it is not supported...
Juan Pablo.
surpoint.blogspot.com
geeks.ms/blogs/jpussacq
@jpussacq
HispaPoint: comunidad sharepoint de habla hispana -
Tuesday, June 29, 2010 7:03 AM
Hi Surya,
I advise you to read this article:
which may be helpful to you, though it’s about the “Created By” in Document Library.
-
Friday, August 13, 2010 8:28 AM
This is simple to do.
Create a custom form and a SharePoint:FormField pointed to the field "Author". You may just want to copy a formfield that is already there and change "Title" for example to "Author". Remember to change the ID to something else though if you do that.
This will create a field that you can use to edit the created by field in the item. Only full control users will be able to edit it though; if anyone else tries to edit it then it won't save.
You can also do this for modified by (Editor).
- Proposed As Answer by ChaosRaiden Friday, August 13, 2010 8:29 AM

