1
vote
1answer
257 views

Issue with lookup column in subsite

I add lookup columns with a elements.xml file and like everyone else I had issues with them once deployed, i.e. "Get information from:" was empty for the lookup list. I found ...
0
votes
1answer
69 views

Sharepoint Content-Types 0x01 0x0120

Was wondering if someone could point me in the direction of info that details what fields these content types add to my custom list. Was also curious if someone could explain what the Folder element ...
2
votes
1answer
75 views

Help Return Lists With With No List Items

This is my first time posting and I'm looking for some help, so hopefully someone has an answer. I used the search, but didn't find anything. I created a custom list definition, and content type ...
1
vote
1answer
118 views

Content Type adding and removing to a list: “ghost content type” problem

I have a problem with Content Types... I have houndreds of lists that has some content Type and a configuration list in which I store the content type to be attached to my custom list type. I have an ...
0
votes
0answers
180 views

How to get SPList to expose a data entry form during “Add New Item”

I think I've successfully created a list based on a custom content type but when I click on the "Add new item" link for the list, I see nothing except: a basic ribbon tab labeled "Edit" with icons ...
0
votes
1answer
398 views

I can't remove Content Type programmatically? How I can do it? SharePoint Foundation

I create in SPD 2010 workflow which create custom content type with column. I removed workflow, list and column and I also want to remove content typ but I can't do it, SharePoint shows this info "The ...
0
votes
1answer
51 views

How to add extra custom content type to Contacts based ListInstance

I am trying to build a custom ListInstance for deployment in Visual Studio. It should be based on the Contacts template so it can be opened in/linked to Outlook, but I also want to add two other ...
1
vote
0answers
159 views

Assigning Icons to Content types

I'm new to sharepoint and really hoping someone can help. Right now I have added a couple of content types that inherit from "folder" and some other from "item" (and each other, but they're not the ...
6
votes
1answer
3k views

Can't hide the title column in a custom content type

I'm building a custom content type. I've set a bunch of site columns I add to the content type. The content type is used in a custom list definition within a ContentTypeRef node. I'm also willing to ...
0
votes
3answers
477 views

Content type reference

I implemented content type for workflow tasks. <ContentType ID="0x010801004D0E4ACA1A34472887F7CCD678E5F48C" Name="$Resources:file,name;" Group="Custom Content Types" ...
1
vote
3answers
983 views

Custom lists and mandatory 'Title' field

I've just successfully followed this tutorial: http://msdn.microsoft.com/en-us/library/ff728096.aspx Not the best tutorial, but it's all working nevertheless. My question is, now that I've managed ...
2
votes
0answers
183 views

List Definition, disable modal dialog for View item form

I created two List Definitions with custom add\edit\view forms. Now I want to disable modal window only for "view form". I found solution where NavigateForFormsPages="TRUE" was used. But this ...
1
vote
2answers
1k views

Best method to bind content types to a list?

Where should I "bind" content types to my list? I need to bind two different custom content types. I tried to do it in the list definition but the changes did not take affect. Doing it next to the ...
0
votes
1answer
423 views

User control in custom list item edit - when can I see content type of item?

I have a user control I'm using to edit new list items. In my Page_Load event, I am trying to retrieve the Content Type of the new item to use in further logic. But, I'm getting a null reference ...
15
votes
4answers
2k views

Content types vs. custom list field

This is a question about best practices and the intent of the designers of SharePoint. I'm pretty new with SharePoint, and have only worked on pretty small projects. I often find myself creating ...