Tagged Questions
0
votes
0answers
55 views
Choice drop-down column doesn't display choices, SP 2010
We have one SP2010 site and in one library we have added two choice columns with drop-down menus. We have populated choice with names for each column. Columns are added to the document library but ...
2
votes
4answers
255 views
Can I change Type of Default SharePoint Columns?
My question is Simple. I want to Change Type of SharePoint Default Column (Site Column) like Title. I want to Change its type from Singe Line of Text to Look Up. Is it Possible ?
1
vote
1answer
119 views
Error with special characters in site column names referenced by a calculated column
I have a site column Construction - Complete Date which is used by my calculated column Construction - Is Complete?. Whenever a date is entered for the Construction - Complete Date then Construction ...
1
vote
1answer
132 views
site columns with a different value and display text
is it possible to create a choice site column that has a display value that actual differs from the real value. as an example i want a site column that displays a list of colours but i want the ...
0
votes
0answers
73 views
Projected Fields on Site Column not added to Document Library when Content Type Added
I have Site Column called PropertyDirectory that is a lookup on a List and I have checked several fields under the "Add a column to show each of these additional fields" section.
I also have a ...
2
votes
1answer
2k views
How to update a deployed content-type?
I created a content-type and applied it inside a document library. Now, if I go to the conent-type gallery and delete one of the fields, and then go back to the library and view the available ...
1
vote
1answer
141 views
Is a Site Column related to a web or site collection
just going through some slides for SharePoint 2010 Developer Certification slides and it says Site Columns are related to web, but I thought they are created on site collection level, can someone ...
1
vote
1answer
525 views
What happened to multiple lines of text text format and append changes only settings?
I have created a document library. Next, I wanted to add a Multiple lines of text field and have Append changes only option selected. But, to my surprise, once I choose the field type, I was not ...
2
votes
1answer
254 views
XSL Transform impacting other Web Parts
I have on my SharePoint page an XSL List View Web Part linked to an XSLT file via the "XSL Link" property. Here is the content of the XSLT:
<?xml version="1.0" encoding="utf-8"?>
...
2
votes
3answers
554 views
What is the best way to provision Content Types and managed metadata columns in SharePoint 2010
What is the best way of provisioning ContentTypes, Columns and Metadata columns in SharePoint. Keeping in mind that we have two approaches of 1) SP object Model and CAML (declarative way).
Which ...
1
vote
1answer
211 views
Same custom column name in 2 different solutions, 2 different ID guids, yet I get a “Duplicate field 'x' was found” error
So I have two completely different solutions, I'll call them solutionA.wsp and solutionB.wsp and they are being deployed to the same site
Both of them contain a site column definition for a column ...
3
votes
1answer
323 views
Diffferent methods of retreving site column values
I'm wondering if there are any differences between retrieving value of a site column (RichHtmlField) via PublishingWebControls:RichHtmlField vs getting its value via Container.DataItem?
...
0
votes
1answer
734 views
Sharepoint 2010 column missing or hidden?
I created several site columns to build multiple lists on a new SP 2010 site. In one of the new lists one of the columns has gone missing and I cannot reference, view, or update entries in the ...
1
vote
1answer
351 views
Renaming of site column „Enterprise Keywords“ without risk?
I would to rename the site column „Enterprise Keywords“ (that can be added to content types so that users are able to tag items) to “Tags”.
This is possible, but my question is: Do you have ...
3
votes
1answer
1k views
Set column order in contenttype
I've added some site columns with an xml file and also created my contenttype in the xml. After deploying, a feature creates a lookup to another list (with c# code).
How can I set te column order in ...
0
votes
1answer
190 views
Media Field not showing up in Site Column list
I have installed Sharepoint 2010 Enterprise with SP1. I created a new Web Application, and in it a Publishing Site collection. I created a new Content Type and am trying to add a new column of type ...
2
votes
1answer
279 views
How to change the Publishing Hyperlink icon image
Is it possible to change the default images SharePoint 2010 Server uses to show next to the Publishing Hyperlink column type? This is enabled via the "Display link with icon" checkbox in the dialog ...
1
vote
1answer
2k views
Reference a hidden column in a calculated column
In SharePoint 2010, I have a document library in which I want to add a calculated column, which references the Name of the document. Entering the following formula works fine:
=[Title]
But I can't ...
2
votes
2answers
1k views
Retrieve values of Site Column Choice field
I have a site column of type choice that I have associated with a Site content type. I want to get the values of that choice field to use in a custom web part. Should I use the Field name, GUID or ...
2
votes
1answer
1k views
Creating site column with a specific GUID
I am trying to create a site column using via a console app. I would ultimately like to be able to migrate the site column and upgrade the same column via this app. To that end, I would need some ...
5
votes
2answers
284 views
Is there a way to create a new Column type?
Is it possible to create a new Column Type in SharePoint? I did a little looking around but didn't find anything... Below is an image that I hope clarifies what I am talking about:
4
votes
1answer
2k views
The field with Id [GUID] defined in feature [GUID] was found in the current site collection or in a subsite
I have a farm solution with a single feature that has a bunch of site columns and a content type.
The content type does inherit from Enterprise Wiki Page, but the feature has an activation dependency ...
1
vote
2answers
211 views
Custom sitecolumns can't update
I have made a ContentType in Visual Studio 2010 for my SharePoint 2010 project and the first time I deployed the wsp through the WSPBuilder there were no troubles but now every time I try to deploy, ...
