The rename tag has no wiki summary.
0
votes
2answers
31 views
Unique issue with a Sharepoint Site
We have a SharePoint site and for some reason one of the sub site admins change the URL of their site from /sitename to sitename.aspx. This has broken everything for that site I can not even get into ...
1
vote
1answer
48 views
Event Receiver - Cannot access item from Document Library if the user changed the name
I have a library, that has versioning enabled.
On that library is an event receiver that does stuff, on ItemUpdated :)
Ok, if the user uploads a document, and does not rename the document during ...
0
votes
0answers
94 views
ItemUpdating event not firing on folder rename w/ Windows Explorer
I have an Item Updating event receiver that needs to fire when a document library folder is renamed. Everything works perfect when a user renames the folder with the SharePoint UI.
However, if ...
2
votes
1answer
47 views
Weird behaviour when renaming “Title” column in german site collection
Today I experienced a some what weird behaviour when renaming the default "Title" column of a custom list. Note that im on a german site collection with english as selected menu language. The ...
1
vote
1answer
487 views
Change name in ItemAdding event receiver or create a new Item
I have several custom folder types such as Year Folder or Quarter Folder. When the user creates a folder of this type he enters the name and selects an item from a dropdown (year etc.). 90% of the ...
0
votes
0answers
44 views
Translating custom list names, library names, column names and custom webpart data to arabic in sharepoint 2010
I have installed arabic language pack to sharepoint 2010, after installing lang pack, default sharepoint 2010 site content is translated to arabic...
but what ever I have created cutom lists and ...
2
votes
1answer
113 views
How to rename a Content Type associated to a List
I'm tring to change the content type name of a specified List.
I have a Content Type called (for example) ExampleCT that I change from Site Settings in "Example CT" pushing down changes to childer.
...
0
votes
1answer
53 views
Deploy an update for a solution with a new name for the WSP
I have a existing solution in production. The WSP is named like this: MyGreatFeature.wsp
Now I want to update this solution with new code/feature definitions. No problem there, but I also want to ...
1
vote
3answers
365 views
Rename database pointer in SharePoint 2010
I've run into a problem regarding the naming of the database server on our SharePoint 2010 installation.
I've used the FQDN, where it's best pratice to use the NETBIOS name of the SQL server ...
0
votes
1answer
42 views
How to make SharePoint form to copy a file to a folder?
I'd like to make a form for users on SharePoint that copies needed files to current directory. User should be able to choose file type(in fact I have 2 files and both are excel), then when submitted, ...
1
vote
2answers
222 views
How to hide / remove / rename “Name” propertie from folders
I have a content Type that inheritate from Folder (named F_CT) to content my other type elements (I_CT)... When I Click to create a new F_CT Sharepoint asks me how all the F_CT fields and "Name" as it ...
0
votes
1answer
72 views
Rename standard field name in XML
I have a custom content type that inherits from the standard article page CT. In my new content type I would like to use the Contact field that is inherited from the article page but I would like to ...
6
votes
2answers
2k views
How to rename title column in Document Library using code?
Everybody loves renaming columns. The title column is a favorite of mine and I can't seem to rename it via code:
SPList list = web.Lists.TryGetList("MyList");
Guid guid = new ...
0
votes
2answers
502 views
removing illegal characters from url / filename / foldername?
Is there a open source or free tool that can go through a directory and remove illegal characters from file? so I then then upload them to SharePoint.
Also, is there a tool like explorer that can do ...
0
votes
2answers
126 views
Replacing multiple files with a version in the name with a single file with version history
Many users new to Sharepoint don't understand versioning and rather than checking out and updating a file will create a new file with a version in the name, for example
My Document v1.doc
My ...
1
vote
1answer
85 views
Editing library doc filenames in SharePoint Designer?
In order to upload a PDF as the next version of a document that had been a PPTX file and keep versioning intact, I wanted to implement the answer from this question: Can I change the file extension of ...
