The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
96 views

List Instance of Survey

So far I manage with the below sample to deploy a list instance of survey from VS2012, how ever I cannot seem to add the question in the Im getting always when deploying "Error occurred in ...
0
votes
1answer
92 views

HierarchyTasksList with a custom schema and extra view gives error list not found

I am creating a HierarchyTasksList with a custom schema. When I add an extra view with a BaseViewId="10" or any other not used number I get an error. However when I change the BaseViewId to "1". ...
1
vote
1answer
31 views

ampersand (&) in list definition custom form URLs

I want to use more then 1 query param for custom list form. So, this is XML definition: _layouts/MyPage.aspx?param1=x&param2=y When custom form is called for new listitem it sending ...
1
vote
0answers
40 views

Getting custom form to work in Sharepoint 2010

I built a custom new form for a page and in the schema file I did the following: <Form Type="NewForm" Url="NewForm.aspx" WebPartZoneID="Main" /> So it looks for my custom form. It works fine ...
3
votes
3answers
1k views

Can't rename “Title” field in List Definition

I can't rename "Title" field to "Unit Type" Here is my Schema.xml: <?xml version="1.0" encoding="utf-8"?> <List xmlns:ows="Microsoft SharePoint" Title="PrCenter - StatisticsDef" ...
0
votes
1answer
41 views

Full schema for View

How would I fetch all Fields for specified View via web-service? P.S. When I call GetView on Views.asmx, only visible Fields appear. [EDIT] I fetch schema for my list (with Lists.asmx#GetList), ...
1
vote
1answer
45 views

Customactions not binding to content type

Facing a strange and frustrating issue just before Christmas :-( Heres the scenario: I've got a custom content type, list schema , the whole works all exported from another site using the Sharepoint ...
0
votes
0answers
62 views

Unable to correct translation of announcement list

There is an error in the Norwegian languange pack for SP2010. In the summary view of announcement lists "by" (as in by author x) is translated to "etter" (after in English) and I can't figure out how ...
0
votes
0answers
332 views

Failed to retrieve the list schema after creating splist in Feature EventReceiver

I created Sharepoint List programmatically in FeatureActivated EventReceiver. When i try to open "Content Management"(_layouts/sitemanager.aspx) page I get error. There is log: 08/16/2012 ...
5
votes
2answers
3k views

Sharepoint 2010 XsltListViewWebPart on site definition template

Im having a problem placing the XsltListViewWebPart on my Default.aspx template (relevant code bellow) <WebPartPages:WebPartZone runat="server" ID="NewsItemsList"> <ZoneTemplate> ...
2
votes
1answer
468 views

How do you clear the list schema cache for a re-deploy without rebooting the SharePoint server(s)?

In our development environments we need to re-deploy our codebase on a regular basis. We go through a deployment process where we do the following steps (all through PowerShell): Delete our old ...