Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
891 views

“Refresh” SharePoint site column definition on lists that use it?

We deployed a feature that installs a custom site column named "Classification." It is a Choice column type. Now, we need to change the choices. We can update the XML in the feature easily enough, ...
1
vote
2answers
160 views

Declarative Approach vs Programmatic Approach for Content Types Development?

For custom development of Content Types, which approach should be followed, Declarative Approach (via element.xml) vs Programmatic Approach (via code)? What are the pros and cons of each approach?
1
vote
2answers
280 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, ...
0
votes
2answers
89 views

SharePoint 2007: How to cross-site lookup value?

I'm working in application build in SharePoint 2007, my question is can we do lookup value of Site Column across Site? Please give some workaround on this. Thank you in advanced.
0
votes
1answer
142 views

ContentTypes and Site Column migration in SharePoint using web service

I am trying to migrate a content type from a sharepoint site in one environment to another. For this reason, I need to use web services. At this point, I am able to get some of the content types ...
0
votes
2answers
113 views

sharepoint: how to register eventhandlers on creation of column from Site column

I am creating a custom column type in SharePoint. This custom column requires some event handlers (like itemAdding etc.) to be registered with the list which is using this column. Now user can also ...
0
votes
1answer
372 views

Site columns default value for subsites

I am trying to figure out how to implement the following scenario. I have multiple project sites with the same structure (the structure contains subsites and libraries). I want to tag each document ...
0
votes
1answer
293 views

Lookup site column not saving/storing metadata for Office 2007 documents?

I'm having this issue on several server environments. We have a list at the site collection root. There is a site column created as a multi-value lookup on that list's Title field. This site column ...
0
votes
2answers
635 views

Deploying a content type and site columns with a WSP in MOSS

I'm looking for a clean, and repeatable, solution to deploying custom site columns and content types to MOSS using a WSP. I've currently split up my product into two Visual Studio solutions. The ...