A site column is a reusable column definition, or template, that you can assign to multiple lists across multiple SharePoint sites.
0
votes
1answer
513 views
Problem with defining Site Columns in a feature
Why the titles are blank (for example, I go to setting, site columns and select the group. I see all four columns but their title are missing. like, pobox, firstclassdate, deliverytype, carrier) for ...
1
vote
2answers
307 views
Disable value in dropdown menu after being selected
I have created a library in which i am using the drop down column with some values.These Values will depend on the group to which the user belongs.
For Eg.
If Drop Values are A, B , C, D, E
and ...
5
votes
2answers
282 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:
5
votes
2answers
4k views
How to adjust the title column in custom content type in SharePoint 2010?
I am creating a custom content type and it is working correctly with the exception of the Title column. My content type defination has the Title column added to the FieldRefs and I am trying to both ...
4
votes
1answer
1k views
Why won't my site column deploy from an elements file?
See Can site columns be deployed in sandboxed solutions? for background on this.
I've tried to reproduce the sandboxed feature with a site column as built by Hilton Giesenow shown on How Do I: Create ...
3
votes
1answer
591 views
Can site columns be deployed in sandboxed solutions?
I have created a package in Visual Studio 2010 for SharePoint 2010 which contains a single feature, called "SiteColumns", which link to a single elements file defining a single site column.
I have ...
2
votes
2answers
613 views
Create Site Column (lookup type)
Is there any solid (proven) method of creating Site columns (lookups) where list GUID is not known?
I think this is where feature activation kicks in; getting the lookup list by its name and then ...
1
vote
1answer
371 views
How do I edit the HTML source of a rich text column?
I have a list with some text columns as Rich Text. I need to edit the HTML behind the scenes.
Is there a way to do it?
0
votes
2answers
228 views
How to get user profile info from AD like ManagerName and E-mail automatically in doc library item
I have a Document Library based on a custom content type and I cannot figure out how to grab information from the user profile. The built-in column called "Created By" knows my "full name" based on my ...