A site column is a reusable column definition, or template, that you can assign to multiple lists across multiple SharePoint sites.

learn more… | top users | synonyms

2
votes
3answers
555 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
2answers
76 views

A change to the 'required' value of a site column not reflected in content type

As title suggests, I had a site column defined in the xml of a content type. The site column was required. I have just changed the definition of this field (it is not defined anywhere else in the ...
0
votes
2answers
49 views

New column added to content type - not appearing on an item of that type

As title says, I have added a Site Column to an extisting Site Content Type. When looking at an item (it happens to be a page) that is of that content type, I can't see the new field. By 'looking at', ...
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? ...
2
votes
1answer
163 views

ContentTypes and Site Columns via Visual Studio / CAML Query Updates broken

I've been using CAML queries to do list updates for quite some time, but recently they've stopped working, and I have no idea why. Even an extremely simple query seems to be failing. For example the ...
1
vote
1answer
120 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
218 views

Crawled Property with accountname of “Person or Group” Site Column in SharePoint 2010

I created a custom content type that includes a custom site column "Owner" of type "Person or Group". Now i need the accountname/login name (for exc. domain\usera) as a crawled property to include it ...
0
votes
1answer
46 views

How to remove an Existing Site Column from list?

I need to remove an Existing Site Column from a list. This has already been answered here: How do you remove fields from a custom list in SharePoint that have been added via the 'Add from ...
0
votes
1answer
70 views

Propagate Site Column Changes to Pages

Is there a way to change a SharePoint Image site column to enable the use of RichText, and then propagate that change across all sites of the site collection? The issue I am experiencing is that ...
0
votes
1answer
81 views

Editing site columns then they disappear, where do I find them?

I have an InfoPath 2010 form that I have published to a SharePoint library. Users fill out this form and it goes through workflows from library to library and finally to a closed library. In that ...
0
votes
1answer
76 views

Why would a content type column not show up in library settings?

Background I have a content type (CT2) with 7 site columns. CT2 inherits from CT1 which has 3 columns. We are using CT2 in several document libraries. In one document library The columns for ...
0
votes
1answer
318 views

Can sharepoint calculate the number of “business hours” for a list item to be completed?

I work in financial institution and we want a column in a case management database to show the number of "Buinsess hours" from start to finish of a case. Business Hours Monday to Friday 5am - 8pm ...
0
votes
1answer
135 views

ContentType.FieldLinks.Add() issue with hidden and required

I have a feature that does the following in the feature activation Code : Creates a new SiteColumn (Type=Text, Hidden=False and Required =True) Set the french version of the Name (using ...
0
votes
1answer
54 views

Content type is not creating Parent properly

I am trying to create generic content type creation using following code. // Create a Content Type Information object ContentTypeCreationInformation _customcontenttype = new ...
0
votes
1answer
736 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 ...
2
votes
0answers
414 views

Problem with getting SafeImageHtml in CustomItem.xsl of a CQWP

I have a CQWP with the Parameters: Title:{fa564e0f-0c70-4ab9-b863-0177e6ddd247},Title,Text;| Description:{691b9a4b-512e-4341-b3f1-68914130d5b2},ShortComment,Text;| ...
2
votes
0answers
349 views

Content field not recognized on Page Layout

I'm using SharePoint Designer 2010 to create a custom page layout. I have a content type called "Web Part Page" and its parent is "Page" content type. I have several site columns associated with this ...
0
votes
0answers
10 views

Access Linked List - Lookup Column “cannot Update. Database or Object is Read-only.”

I have a SharePoint contact list linked in Access. The list contains a Site Column, which is based on a lookup from a list at an upper-level site in the Site Collection hierarchy. Permissions are set ...
0
votes
0answers
46 views

SharePoint Online - Use Site Column Lookup Value In Workflow

I am trying to generate a unique ID for items in a document library based on values from other fields. I have several lists located at the root of my site, and have created lookup site columns for ...
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 ...
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 ...
0
votes
0answers
199 views

“Linked Item” Lookup available in browser by not SPD2010?

When I create a Lookup site column in the Browser, this enables me to choose "linked to item"...which then means it pulls back all the related information. However, if I do the same in SPD 2010, ...
0
votes
0answers
109 views

Multi-Select choice listbox in SPD

When I create Choice column from SharePoint designer, it gives me three options under display as: Drop-down menu Radio buttons Checkboxes Apparently, for multiple select option, we only have ...
0
votes
0answers
228 views

Can the built-in document property 'Abstract' from Word 2010 be mapped to a SharePoint 2010 column?

If you add certain columns to a content type they will map back and forth to built-in properties of any Word document. This works, for example, with title, subject, and category. These columns are all ...
0
votes
0answers
88 views

Creating A Search Scope Using A Choice Fiels

I want to create a search scope in MOSS 2007. This scope is looking at a list named policies and procedures and should select only the items which are local. The option to select whether an item is ...