A custom list in SharePoint is a blank list in which you can add your own columns and views. Use this if none of the build-in list types are similar to the list you want to make.

learn more… | top users | synonyms

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 ...
5
votes
3answers
942 views

How to add new field to custom list (See edit!)

I am using a Microsoft template for adding Training and Courses for people to register for. Everything is working fine, but I want to add a field to the Courses list. I want to add a field to indicate ...
0
votes
1answer
109 views

How to use CustomList data in InfoPath Expression?

How can I read/use the CustomList data in InfoPath Expression/Rule ? I want to take necessary action after reading the data of CustomList using Rule/Expression for my calculation. I don't want to ...
4
votes
1answer
2k views

How to add values from a “Person or Group” list column type to workflow email To or CC field

On SharePoint 2007 I have a custom list with a custom content type. The content type contains (among other things) a Person or Group typed column that allows the creator to add additional ...
4
votes
0answers
74 views

Can you add comments to an append-only field in a list in Sharepoint 2010 using C#? [duplicate]

Possible Duplicate: Can you programmatically add comments to an append-only comment field in a custom item list using C#? Posted on stack exchange first, then I found this Sharepoint ...
1
vote
1answer
62 views

I have list that I need 2 columns (Choice) to pull up different fields

I have a column named Origination and a column named Sub organization. When the user choose choice A in organization I need specific choices to pop up for Sub Organization. When the user chooses ...
1
vote
2answers
4k views

Defining custom views in a list's schema.xml file

I have create a custom list definition, with a content type. In the schema.xml, I'd like to define two views : All items (the default one, generated by Visual Studio) My items (the same view with a ...
1
vote
1answer
438 views

How to change Folder Icon in all Document Library

how could I change the Folder Icon in Sharepoint? Is something programmatically, on CSS or simply to change icon in the specific image folder? Thank you very much!
1
vote
2answers
374 views

Schema.XML not found in 12/Template/Features/myfeature

I am trying to create a custom list feature, what I did is created feature and then i build a solution out of it using this tutorial Creating a Solution file for Feature when it creates a .wsp ...
1
vote
1answer
2k views

Updating Sharepoint List items

I got a custom Sharepoint list which has the following list items Hostname - IP - OS - CPUs - RAM - Disk Server 1.1.1.1 Server 2003 3 8 Disk C: 20gb If i then ...
0
votes
0answers
29 views

Is there a way to remove code from a sharepoint list?

Ok I have a custom built sharepoint list on a standard aspx page with no sharepoint header. With Sharepoint Designer I have set parameters on my list with several filters. On the page I have several ...
0
votes
0answers
55 views

How to find workingdays between start & end dates by considering custom HolidayList? [duplicate]

I want to count number of business days between Begin & End dates, but for this I have to consider the holidays declared in HolidayList(CustomList) created in SharePoint Site. How can I write ...
0
votes
1answer
1k views

Creating a custom EditForm for a document library

I have been following this article: http://ikarstein.wordpress.com/2010/12/29/walkthrough-create-custom-sharepoint-2010-list-form-for-deployment-in-a-visual-studio-2010-project/ I have followed every ...