SharePoint - Title Site Column
Asked By _george
02-Apr-07 08:11 AM
Hi all
I have one site collection with one top-level site and one subsite. I had
tried renaming the "Title" Site Column thinking it would only affect it in
the subsite, however it seems to have affected it across the entire site
collection. Now when I try to reset the name back to "Title" sharepoint says
it "can't because the name is in use or is reserved". the name in the
subsite.
Can anybody tell me how to reset the column name back to the default name of
Thanks in advance
George
DoesFieldNameConflict
(1)
DisplayName
(1)
GeorgeBump
(1)
JoshTitle
(1)
GeorgeHow
(1)
IE
(1)
Column
(1)
Title
(1)
Josh replied...
If you want to rename the title column back here's what you do. Get to the page where you can edit the name of the site column. From the file menu do a save as a web page complete - this is important. Edit the html file (which should be "change column.html") in Notepad. search for "doesFieldNameConflict" without the quotes. Delete the following section:
if (doesFieldNameConflict(DisplayName))
{
alert(L_alert3_Text);
frm.DisplayName.focus();
return false;
}
Hit save. Open the html document in Internet Explorer, type Title for the name of the column and click OK. You can then delete the "Column Change.html" file and the folder that was created with it.
Josh replied...
George,
Get to the page where you can rename the title site column. Save the page as web page complete - this is important. Edit the page you just saved, most likely "Change Column.html", in Notepad. Remove the following code:
if (doesFieldNameConflict(DisplayName))
{
alert(L_alert3_Text);
frm.DisplayName.focus();
return false;
}
Save the file. Open it in IE. Type Title for the name of the column and click OK. Your column should be set back to title.
- Josh
Josh replied...
Didn't see my post go through so I retyped it. That's all. Sorry.
_george replied...
All good.
Thanks for that
George
Mikko Koskenkorva replied to Josh
Josh,
thanks a million! Seems to be an old post but I recently had the same issue and I tried to fix it with Powershell scripting - for vain. Then I bumped into your post and Lo! It works! :)
Kudos for you :)

as: _locTag 10:35:48 myTable set as: Table 10:35:48 myTable set as: DisplayName 10:35:48 ParentTableName set as: propertylist 10:35:48 UpdateColumnName set as: DisplayName_Text 10 childTableCount set as: 1 10:35:48 cmd.CommandText set as: Update dbo.propertylist set DisplayName = N'Account name' where PropertyName = 'AccountName' Update dbo.propertylist set DisplayName = N'First name' where PropertyName = 'FirstName' Update dbo.propertylist set DisplayName = N'Last name' where PropertyName = 'LastName' Update dbo.propertylist set DisplayName = N'Manager' where PropertyName = 'Manager' Update dbo.propertylist set DisplayName = N'Preferred name' where PropertyName = 'PreferredName' Update dbo.propertylist set DisplayName = N'Work phone' where PropertyName = 'WorkPhone' Update dbo.propertylist set DisplayName = N'Work e-mail address' where PropertyName = 'WorkEmail' Update dbo.propertylist set DisplayName = N'Web
are using MOSS with SP1 Could anyone can suggest SharePoint Setup Discussions Active Directory (1) DisplayName (1) UsersThe (1) DE774CBF3347 (1) B655E85CD7DC (1) Sharepoint (1) Minimoze (1) Profiles (1) Hi Jay, Have you made sure that you've set a DisplayName for each of the users in your Active Directory? (or which ever profile import connection re using) When it displays domain \ username it's typically because it cannot find a displayname for the account. However if there's a displayname, it'll show that name once it validates the user. Best Regards - - Tobias Zimmergren http The issue is , it was working fine for ALL users , Now all of the sudden displayname changed as Domain \ Username only for VERY few users remaining users are always OK Note for very fewusers having the issue , for them also it was OK , not NOw Their Displayname changed even in old Records too , it was fine before please help Are all users
XmlNode Dim templateID As Integer Try 'get Template ID nodeListTemplates = webs.GetListTemplates nodeListTemplate = nodeListTemplates.SelectSingleNode(" / / *[@DisplayName = 'Generic Sales Associate']") If Not nodeListTemplate Is Nothing Then templateID = nodeListTemplate.Attributes("Type").Value 'Add XmlNode Dim templateID As Integer Try 'get Template ID nodeListTemplates = webs.GetListTemplates nodeListTemplate = nodeListTemplates.SelectSingleNode(" / / *[@DisplayName = 'Generic Sales Associate']") If Not nodeListTemplate Is Nothing Then templateID = nodeListTemplate.Attributes("Type").Value 'Add par 'get Template ID \ par \ par nodeListTemplates = webs.GetListTemplates \ par \ par nodeListTemplate = \ par nodeListTemplates.SelectSingleNode(" / / *[@DisplayName = 'Generic Sales \ par Associate']") \ par \ par If Not nodeListTemplate Is Nothing Then \ par \ par templateID par * ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** \ par <ListTemplates xmlns = "http: / / schemas.microsoft.com / sharepoint / soap / "> \ par \ par <ListTemplate Name = "custlist" DisplayName = "Custom List" Type = "100" \ par BaseType = "0" OnQuickLaunch = "TRUE" SecurityBits = "11" Description = "Create a \ par one at a time." \ par Image = " / _layouts / images / itgen.gif" / > \ par \ par <ListTemplate Name = "gridlist" DisplayName = "Custom List in Datasheet View" \ par Type = "120" BaseType = "0" OnQuickLaunch = "TRUE" SecurityBits = "11" \ par and ActiveX control support." \ par Image = " / _layouts / images / itdatash.gif" / > \ par \ par <ListTemplate Name = "doclib" DisplayName = "Document Library" Type = "101" \ par BaseType = "1" OnQuickLaunch = "TRUE" SecurityBits = "11" Description = "Create a \ par check-out." Image = " / _layouts / images / itdl.gif" \ par DocumentTemplate = "101" / > \ par \ par <ListTemplate Name = "imglib" DisplayName = "Picture Library" Type = "109" \ par BaseType = "1" OnQuickLaunch = "TRUE" SecurityBits = "11" Description = "Create a \ par slide show." \ par Image = " / _layouts / images / itil.gif" DocumentTemplate = "100" / > \ par \ par <ListTemplate Name = "voting" DisplayName = "Survey" Type = "102" BaseType = "4" \ par OnQuickLaunch = "TRUE" SecurityBits = "12" Description = "Create a survey when