Tagged Questions
0
votes
2answers
357 views
Define contenttype with list
I have defined my list definition as following:
<List xmlns:ows="Microsoft SharePoint" Title="Requests List Definition" FolderCreation="FALSE" Direction="$Resources:Direction;" ...
3
votes
1answer
2k views
How can I provision a list with a calculated field?
I am trying to create some fields, a content type, a list definition and a list instance in Visual Studio. All of my fields are working, showing up in the list etc. except for calculated fields. What ...
1
vote
1answer
4k views
Custom list definition - fields in Elements.xml and Schema.xml
I'm creating a custom list definition in SharePoint 2010 by following this article. The tutorial is OK and it works.
There is a thing that I don't understand though. Why do I need to insert the ...